#721106

Color #721106 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #721106

Tints of Maroon #721106

Color information

#721106 (or 0x721106) is unknown color: approx 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

RGB114176-
CMYK00.850.950.55
HSL6.11º90%23.53%-
HSV(B)6.11º94.74%44.71%-
XYZ7.173.990.56-
YUV44.75106.14177.39-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11417600.850.950.556.119023.53
Hex721160555F3765a18
Octal162216012513767613230
Binary111001010001110010101011011111110111110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>