#721202

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

Shades of Maroon #721202

Tints of Maroon #721202

Color information

#721202 (or 0x721202) is unknown color: approx Maroon. HEX triplet: 72, 12 and 02. RGB value is (114,18,2). Sum of RGB (Red+Green+Blue) = 114+18+2=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #721202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721202 is #8DEDFD. Grayscale: #2D2D2D. Windows color (decimal): -9301502 or 135794. OLE color: 135794.

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

Color convert

RGB114182-
CMYK00.840.980.55
HSL8.57º96.55%22.75%-
HSV(B)8.57º98.25%44.71%-
XYZ7.174.010.45-
YUV44.88103.8177.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 85.07%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 2 (1.17% from 255) = 1.49%
R=85.07%
G=13.43%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11418200.840.980.558.5796.5522.75
Hex72122054623796117
Octal1622220124142671114127
Binary111001010010100101010011000101101111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721202; }

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

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

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

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

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

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

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

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