#721206

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

Shades of Maroon #721206

Tints of Maroon #721206

Color information

#721206 (or 0x721206) is unknown color: approx Maroon. HEX triplet: 72, 12 and 06. RGB value is (114,18,6). Sum of RGB (Red+Green+Blue) = 114+18+6=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #721206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721206 is #8DEDF9. Grayscale: #2D2D2D. Windows color (decimal): -9301498 or 397938. OLE color: 397938.

HSL color Cylindrical-coordinate representation of color #721206: hue angle of 6.67º 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 #721206 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB114186-
CMYK00.840.950.55
HSL6.67º90%23.53%-
HSV(B)6.67º94.74%44.71%-
XYZ7.194.020.57-
YUV45.34105.8176.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.61%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=82.61%
G=13.04%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11418600.840.950.556.679023.53
Hex721260545F3775a18
Octal162226012413767713230
Binary111001010010110010101001011111110111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721206; }

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

 H1.HeaderClassName
 {
   color: #721206;
 }
 .AnyTagClassName
 {
   color: #721206;
 }
</style>
background-color css

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

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

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

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

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

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