#720502

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

Shades of Maroon #720502

Tints of Maroon #720502

Color information

#720502 (or 0x720502) is unknown color: approx Maroon. HEX triplet: 72, 05 and 02. RGB value is (114,5,2). Sum of RGB (Red+Green+Blue) = 114+5+2=121 (16% of max value = 765). Red value is 114 (44.92% from 255 or 94.21% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 114 - color contains mainly: red. Hex color #720502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720502 is #8DFAFD. Grayscale: #252525. Windows color (decimal): -9304830 or 132466. OLE color: 132466.

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

Color convert

RGB11452-
CMYK00.960.980.55
HSL1.61º96.55%22.75%-
HSV(B)1.61º98.25%44.71%-
XYZ73.690.4-
YUV37.25108.11182.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 94.21%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=94.21%
G=4.13%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145200.960.980.551.6196.5522.75
Hex7252060623726117
Octal16252014014267214127
Binary11100101011001100000110001011011110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720502; }

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

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

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

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

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

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

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

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