#720C02

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

Shades of Maroon #720C02

Tints of Maroon #720C02

Color information

#720C02 (or 0x720C02) is unknown color: approx Maroon. HEX triplet: 72, 0C and 02. RGB value is (114,12,2). Sum of RGB (Red+Green+Blue) = 114+12+2=128 (16% of max value = 765). Red value is 114 (44.92% from 255 or 89.06% from 128); Green value is 12 (5.08% from 255 or 9.38% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 114 - color contains mainly: red. Hex color #720C02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720C02 is #8DF3FD. Grayscale: #292929. Windows color (decimal): -9303038 or 134258. OLE color: 134258.

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

Color convert

RGB114122-
CMYK00.890.980.55
HSL5.36º96.55%22.75%-
HSV(B)5.36º98.25%44.71%-
XYZ7.083.840.43-
YUV41.36105.79179.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 89.06%
GREEN value IS 12 (5.08% from 255) = 9.38%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=89.06%
G=9.38%
B=1.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11412200.890.980.555.3696.5522.75
Hex72C2059623756117
Octal162142013114267514127
Binary1110010110010010110011100010110111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720C02; }

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

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

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

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

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

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

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

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