#720803

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

Shades of Maroon #720803

Tints of Maroon #720803

Color information

#720803 (or 0x720803) is unknown color: approx Maroon. HEX triplet: 72, 08 and 03. RGB value is (114,8,3). Sum of RGB (Red+Green+Blue) = 114+8+3=125 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.2% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 114 - color contains mainly: red. Hex color #720803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720803 is #8DF7FC. Grayscale: #272727. Windows color (decimal): -9304061 or 198770. OLE color: 198770.

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

Color convert

RGB11483-
CMYK00.930.970.55
HSL2.7º94.87%22.94%-
HSV(B)2.7º97.37%44.71%-
XYZ7.043.760.44-
YUV39.12107.62181.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 91.2%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=91.2%
G=6.4%
B=2.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148300.930.970.552.794.8722.94
Hex728305D613735f17
Octal162103013514167313727
Binary111001010001101011101110000111011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720803; }

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

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

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

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

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

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

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

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