Html Css Color HEX #721106 Maroon

📋 copy color: '#721106'

red 114 ◦ green 17 ◦ blue 6

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

Shades of Maroon #721106

Tints of Maroon #721106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

 BLUE value IS 6 (2.73% from 255) = 4.38%

R = 83.21%
G = 12.41%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#721106 (or 0x721106) is known color: Maroon. HEX triplet: 72, 11 and 06. RGB value is (114,17,6). Sum of RGB (Red+Green+Blue) = 114+17+6=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 6 (2.73% from 255 or 4.38% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #721106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721106 is #8DEEF9. Grayscale: #2C2C2C. Windows color (decimal): -9301754 or 397682. OLE color: 397682.

HSL color Cylindrical-coordinate representation of color #721106: hue angle of 6.11º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #721106 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 6 -
CMYK 0 0.85 0.95 0.55
HSL 6.11º 0.9% 0.24% -
HSV(B) 6.11º 0.95% 0.45% -
XYZ 7.17 3.99 0.56 -
YUV 44.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 114 17 6 0 0.85 0.95 0.55 6.11 0.9 0.24
Hex 72 11 6 0 55 5F 37 6 5A 18
Octal 162 21 6 0 125 137 67 6 132 30
Binary 1110010 10001 110 0 1010101 1011111 110111 110 1011010 11000

Color Harmonies of #721106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721106

Black with #721106

Text Example


Text Example

White with #721106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721106; }

 p { color: rgb(114,17,6); }

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

background-color css

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

 a { background-color: rgb(114,17,6); }

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

border-color css

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

 span { border-color: rgb(114,17,6); }

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