#721602

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

Shades of Maroon #721602

Tints of Maroon #721602

Color information

#721602 (or 0x721602) is unknown color: approx Maroon. HEX triplet: 72, 16 and 02. RGB value is (114,22,2). Sum of RGB (Red+Green+Blue) = 114+22+2=138 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.61% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 114 - color contains mainly: red. Hex color #721602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721602 is #8DE9FD. Grayscale: #2F2F2F. Windows color (decimal): -9300478 or 136818. OLE color: 136818.

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

Color convert

RGB114222-
CMYK00.810.980.55
HSL10.71º96.55%22.75%-
HSV(B)10.71º98.25%44.71%-
XYZ7.244.160.48-
YUV47.23102.48175.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.61%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 2 (1.17% from 255) = 1.45%
R=82.61%
G=15.94%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11422200.810.980.5510.7196.5522.75
Hex721620516237b6117
Octal1622620121142671314127
Binary111001010110100101000111000101101111011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721602; }

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

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

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

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

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

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

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

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