#720602

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

Shades of Maroon #720602

Tints of Maroon #720602

Color information

#720602 (or 0x720602) is unknown color: approx Maroon. HEX triplet: 72, 06 and 02. RGB value is (114,6,2). Sum of RGB (Red+Green+Blue) = 114+6+2=122 (16% of max value = 765). Red value is 114 (44.92% from 255 or 93.44% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 114 - color contains mainly: red. Hex color #720602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720602 is #8DF9FD. Grayscale: #252525. Windows color (decimal): -9304574 or 132722. OLE color: 132722.

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

Color convert

RGB11462-
CMYK00.950.980.55
HSL2.14º96.55%22.75%-
HSV(B)2.14º98.25%44.71%-
XYZ7.023.710.4-
YUV37.84107.78182.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 93.44%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 2 (1.17% from 255) = 1.64%
R=93.44%
G=4.92%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146200.950.980.552.1496.5522.75
Hex726205F623726117
Octal16262013714267214127
Binary11100101101001011111110001011011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720602; }

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

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

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

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

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

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

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

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