Html Css Color HEX #720C0B Maroon

📋 copy color: '#720C0B'

red 114 ◦ green 12 ◦ blue 11

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

Shades of Maroon #720C0B

Tints of Maroon #720C0B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.76%

 BLUE value IS 11 (4.69% from 255) = 8.03%

R = 83.21%
G = 8.76%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#720C0B (or 0x720C0B) is known color: Maroon. HEX triplet: 72, 0C and 0B. RGB value is (114,12,11). Sum of RGB (Red+Green+Blue) = 114+12+11=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720C0B is #8DF3F4. Grayscale: #2A2A2A. Windows color (decimal): -9303029 or 724082. OLE color: 724082.

HSL color Cylindrical-coordinate representation of color #720C0B: hue angle of 0.58º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720C0B is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 12 11 -
CMYK 0 0.89 0.90 0.55
HSL 0.58º 0.82% 0.25% -
HSV(B) 0.58º 0.9% 0.45% -
XYZ 7.13 3.86 0.69 -
YUV 42.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 114 12 11 0 0.89 0.90 0.55 0.58 0.82 0.25
Hex 72 C B 0 59 5A 37 1 52 19
Octal 162 14 13 0 131 132 67 1 122 31
Binary 1110010 1100 1011 0 1011001 1011010 110111 1 1010010 11001

Color Harmonies of #720C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720C0B

Black with #720C0B

Text Example


Text Example

White with #720C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,12,11); }

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

background-color css

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

 a { background-color: rgb(114,12,11); }

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

border-color css

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

 span { border-color: rgb(114,12,11); }

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