#720D0A

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

Shades of Maroon #720D0A

Tints of Maroon #720D0A

Color information

#720D0A (or 0x720D0A) is unknown color: approx Maroon. HEX triplet: 72, 0D and 0A. RGB value is (114,13,10). Sum of RGB (Red+Green+Blue) = 114+13+10=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720D0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720D0A is #8DF2F5. Grayscale: #2A2A2A. Windows color (decimal): -9302774 or 658802. OLE color: 658802.

HSL color Cylindrical-coordinate representation of color #720D0A: hue angle of 1.73º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720D0A is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1141310-
CMYK00.890.910.55
HSL1.73º83.87%24.31%-
HSV(B)1.73º91.23%44.71%-
XYZ7.143.890.66-
YUV42.86109.46178.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.21%
GREEN value IS 13 (5.47% from 255) = 9.49%
BLUE value IS 10 (4.30% from 255) = 7.30%
R=83.21%
G=9.49%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114131000.890.910.551.7383.8724.31
Hex72DA0595B3725418
Octal1621512013113367212430
Binary11100101101101001011001101101111011110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,13,10); }

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

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

 a { background-color: rgb(114,13,10); }

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

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

 span { border-color: rgb(114,13,10); }

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