#720202

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

Shades of Maroon #720202

Tints of Maroon #720202

Color information

#720202 (or 0x720202) is unknown color: approx Maroon. HEX triplet: 72, 02 and 02. RGB value is (114,2,2). Sum of RGB (Red+Green+Blue) = 114+2+2=118 (15% of max value = 765). Red value is 114 (44.92% from 255 or 96.61% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 114 - color contains mainly: red. Hex color #720202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720202 is #8DFDFD. Grayscale: #232323. Windows color (decimal): -9305598 or 131698. OLE color: 131698.

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

Color convert

RGB11422-
CMYK00.980.980.55
HSL96.55%22.75%-
HSV(B)98.25%44.71%-
XYZ6.973.630.39-
YUV35.49109.11184-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 96.61%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=96.61%
G=1.69%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142200.980.980.55096.5522.75
Hex7222062623706117
Octal16222014214267014127
Binary111001010100110001011000101101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720202; }

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

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

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

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

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

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

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

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