#720E02

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

Shades of Maroon #720E02

Tints of Maroon #720E02

Color information

#720E02 (or 0x720E02) is unknown color: approx Maroon. HEX triplet: 72, 0E and 02. RGB value is (114,14,2). Sum of RGB (Red+Green+Blue) = 114+14+2=130 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.69% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 2 (1.17% from 255 or 1.54% from 130); Max value from RGB is 114 - color contains mainly: red. Hex color #720E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720E02 is #8DF1FD. Grayscale: #2A2A2A. Windows color (decimal): -9302526 or 134770. OLE color: 134770.

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

Color convert

RGB114142-
CMYK00.880.980.55
HSL6.43º96.55%22.75%-
HSV(B)6.43º98.25%44.71%-
XYZ7.113.90.43-
YUV42.53105.13178.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 87.69%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 2 (1.17% from 255) = 1.54%
R=87.69%
G=10.77%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11414200.880.980.556.4396.5522.75
Hex72E2058623766117
Octal162162013014267614127
Binary1110010111010010110001100010110111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720E02; }

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

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

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

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

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

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

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

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