#720D02

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

Shades of Maroon #720D02

Tints of Maroon #720D02

Color information

#720D02 (or 0x720D02) is unknown color: approx Maroon. HEX triplet: 72, 0D and 02. RGB value is (114,13,2). Sum of RGB (Red+Green+Blue) = 114+13+2=129 (17% of max value = 765). Red value is 114 (44.92% from 255 or 88.37% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 114 - color contains mainly: red. Hex color #720D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720D02 is #8DF2FD. Grayscale: #2A2A2A. Windows color (decimal): -9302782 or 134514. OLE color: 134514.

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

Color convert

RGB114132-
CMYK00.890.980.55
HSL5.89º96.55%22.75%-
HSV(B)5.89º98.25%44.71%-
XYZ7.093.870.43-
YUV41.94105.46179.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 88.37%
GREEN value IS 13 (5.47% from 255) = 10.08%
BLUE value IS 2 (1.17% from 255) = 1.55%
R=88.37%
G=10.08%
B=1.55%

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
Decimal11413200.890.980.555.8996.5522.75
Hex72D2059623766117
Octal162152013114267614127
Binary1110010110110010110011100010110111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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