#721402

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

Shades of Maroon #721402

Tints of Maroon #721402

Color information

#721402 (or 0x721402) is unknown color: approx Maroon. HEX triplet: 72, 14 and 02. RGB value is (114,20,2). Sum of RGB (Red+Green+Blue) = 114+20+2=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #721402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721402 is #8DEBFD. Grayscale: #2E2E2E. Windows color (decimal): -9300990 or 136306. OLE color: 136306.

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

Color convert

RGB114202-
CMYK00.820.980.55
HSL9.64º96.55%22.75%-
HSV(B)9.64º98.25%44.71%-
XYZ7.24.080.47-
YUV46.05103.14176.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.82%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=83.82%
G=14.71%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11420200.820.980.559.6496.5522.75
Hex721420526237a6117
Octal1622420122142671214127
Binary111001010100100101001011000101101111010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721402; }

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

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

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

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

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

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

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

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