#720908

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

Shades of Maroon #720908

Tints of Maroon #720908

Color information

#720908 (or 0x720908) is unknown color: approx Maroon. HEX triplet: 72, 09 and 08. RGB value is (114,9,8). Sum of RGB (Red+Green+Blue) = 114+9+8=131 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.02% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 114 - color contains mainly: red. Hex color #720908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720908 is #8DF6F7. Grayscale: #282828. Windows color (decimal): -9303800 or 526706. OLE color: 526706.

HSL color Cylindrical-coordinate representation of color #720908: hue angle of 0.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720908 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB11498-
CMYK00.920.930.55
HSL0.57º86.89%23.92%-
HSV(B)0.57º92.98%44.71%-
XYZ7.083.790.59-
YUV40.28109.79180.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 87.02%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 8 (3.52% from 255) = 6.11%
R=87.02%
G=6.87%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149800.920.930.550.5786.8923.92
Hex729805C5D3715718
Octal1621110013413567112730
Binary1110010100110000101110010111011101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720908; }

 p { color: rgb(114,9,8); }

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

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

 a { background-color: rgb(114,9,8); }

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

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

 span { border-color: rgb(114,9,8); }

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