Html Css Color HEX #720D08 Maroon

📋 copy color: '#720D08'

red 114 ◦ green 13 ◦ blue 8

#720D08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #720D08

Tints of Maroon #720D08

RGB

 RED value IS 114 (44.92% from 255) = 84.44%

 GREEN value IS 13 (5.47% from 255) = 9.63%

 BLUE value IS 8 (3.52% from 255) = 5.93%

R = 84.44%
G = 9.63%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#720D08 (or 0x720D08) is known color: Maroon. HEX triplet: 72, 0D and 08. RGB value is (114,13,8). Sum of RGB (Red+Green+Blue) = 114+13+8=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #720D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720D08 is #8DF2F7. Grayscale: #2A2A2A. Windows color (decimal): -9302776 or 527730. OLE color: 527730.

HSL color Cylindrical-coordinate representation of color #720D08: hue angle of 2.83º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720D08 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 13 8 -
CMYK 0 0.89 0.93 0.55
HSL 2.83º 0.87% 0.24% -
HSV(B) 2.83º 0.93% 0.45% -
XYZ 7.13 3.88 0.6 -
YUV 42.63 108.46 178.91 -
System Red Green Blue C M Y K H S L
Decimal 114 13 8 0 0.89 0.93 0.55 2.83 0.87 0.24
Hex 72 D 8 0 59 5D 37 3 57 18
Octal 162 15 10 0 131 135 67 3 127 30
Binary 1110010 1101 1000 0 1011001 1011101 110111 11 1010111 11000

Color Harmonies of #720D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720D08

Black with #720D08

Text Example


Text Example

White with #720D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720D08; }

 p { color: rgb(114,13,8); }

 H1.HeaderClassName
 {
   color: #720D08;
 }
 .AnyTagClassName
 {
   color: #720D08;
 }
</style>

background-color css

<style>
 a { background-color: #720D08; }

 a { background-color: rgb(114,13,8); }

 div.DivClassName
 {
   background-color: #720D08;
 }
 .BgClassName
 {
   background-color: #720D08;
 }
</style>

border-color css

<style>
 span { border-color: #720D08; }

 span { border-color: rgb(114,13,8); }

 td.TdClassName
 {
   border-color: #720D08;
 }
 .TagClassName
 {
   border-color: #720D08;
 }
</style>