#720903

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

Shades of Maroon #720903

Tints of Maroon #720903

Color information

#720903 (or 0x720903) is unknown color: approx Maroon. HEX triplet: 72, 09 and 03. RGB value is (114,9,3). Sum of RGB (Red+Green+Blue) = 114+9+3=126 (16% of max value = 765). Red value is 114 (44.92% from 255 or 90.48% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 114 - color contains mainly: red. Hex color #720903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720903 is #8DF6FC. Grayscale: #272727. Windows color (decimal): -9303805 or 199026. OLE color: 199026.

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

Color convert

RGB11493-
CMYK00.920.970.55
HSL3.24º94.87%22.94%-
HSV(B)3.24º97.37%44.71%-
XYZ7.053.780.44-
YUV39.71107.29180.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 90.48%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 3 (1.56% from 255) = 2.38%
R=90.48%
G=7.14%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149300.920.970.553.2494.8722.94
Hex729305C613735f17
Octal162113013414167313727
Binary111001010011101011100110000111011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720903

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720903; }

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

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

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

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

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

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

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

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