Color Hex Logo

#721518 Color Hex

#721518
(114,21,24)
0 Favorites   0 Comments

Color spaces of #721518

RGB 1142124
HSL0.990.690.26
HSV358°82°45°
CMYK 0.000.820.79   0.55
XYZ7.37254.17971.2823
Yxy4.17970.57440.3257
Hunter Lab20.444328.592010.5923
CIE-Lab24.256839.715923.9054

#721518 color RGB value is (114,21,24).

#721518 hex color red value is 114, green value is 21 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #721518 hue: 0.99 , saturation: 0.69 and the lightness value of 721518 is 0.26.

The process color (four color CMYK) of #721518 color hex is 0.00, 0.82, 0.79, 0.55. Web safe color of #721518 is #660000. Color #721518 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010101 00011000
Octal 162 25 30
Decimal 114 21 24
Hex 72 15 18

RGB Percentages of Color #721518

%71.70
%13.21
%15.09

CMYK Percentages of Color #721518

%0
%82
%79
%55

Triadic Colors of #721518

#721518 #187215 #151872

Analogous Colors of #721518

#721518 #724115 #721547

Monochromatic Colors of #721518

#721518

Complementary Color

#721518 #15726f

#721518 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721518 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721518 Color CSS Codes

.mybgcolor {background-color:#721518; } 
.myforecolor {color:#721518; }
.mybordercolor {border:3px solid #721518; }

#721518 Text Font Color

<p style="color:#721518">Text here</p>

This sample text font color is #721518
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#721518 Background Color

<div style="background-color:#721518">
Div content here</div>

This div background color is #721518


#721518 Border Color

<div style="border:3px solid #721518">
Div here</div>

This div border color is #721518


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,21,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #721518; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #721518;
  -webkit-box-shadow: 1px 1px 3px 2px #721518;
  box-shadow:         1px 1px 3px 2px #721518; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,21,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #721518">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #721518;
  -webkit-box-shadow: 1px 1px 3px 2px #721518;
  box-shadow:         1px 1px 3px 2px #721518;">
Div content here</div>

This div box has shadow with color #721518


Comments

No comments written yet.

Please login to write comment.