#720606

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

Shades of Maroon #720606

Tints of Maroon #720606

Color information

#720606 (or 0x720606) is unknown color: approx Maroon. HEX triplet: 72, 06 and 06. RGB value is (114,6,6). Sum of RGB (Red+Green+Blue) = 114+6+6=126 (16% of max value = 765). Red value is 114 (44.92% from 255 or 90.48% from 126); Green value is 6 (2.73% from 255 or 4.76% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 114 - color contains mainly: red. Hex color #720606 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720606 is #8DF9F9. Grayscale: #262626. Windows color (decimal): -9304570 or 394866. OLE color: 394866.

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

Color convert

RGB11466-
CMYK00.950.950.55
HSL90%23.53%-
HSV(B)94.74%44.71%-
XYZ7.043.720.52-
YUV38.29109.78182-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 90.48%
GREEN value IS 6 (2.73% from 255) = 4.76%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=90.48%
G=4.76%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146600.950.950.5509023.53
Hex726605F5F3705a18
Octal16266013713767013230
Binary11100101101100101111110111111101110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720606; }

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

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

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

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

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

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

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

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