#721002

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

Shades of Maroon #721002

Tints of Maroon #721002

Color information

#721002 (or 0x721002) is unknown color: approx Maroon. HEX triplet: 72, 10 and 02. RGB value is (114,16,2). Sum of RGB (Red+Green+Blue) = 114+16+2=132 (17% of max value = 765). Red value is 114 (44.92% from 255 or 86.36% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 114 - color contains mainly: red. Hex color #721002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721002 is #8DEFFD. Grayscale: #2B2B2B. Windows color (decimal): -9302014 or 135282. OLE color: 135282.

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

Color convert

RGB114162-
CMYK00.860.980.55
HSL7.5º96.55%22.75%-
HSV(B)7.5º98.25%44.71%-
XYZ7.143.950.44-
YUV43.71104.47178.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 86.36%
GREEN value IS 16 (6.64% from 255) = 12.12%
BLUE value IS 2 (1.17% from 255) = 1.52%
R=86.36%
G=12.12%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11416200.860.980.557.596.5522.75
Hex72102056623786117
Octal1622020126142671014127
Binary111001010000100101011011000101101111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721002; }

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

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

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

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

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

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

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

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