#720902

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

Shades of Maroon #720902

Tints of Maroon #720902

Color information

#720902 (or 0x720902) is unknown color: approx Maroon. HEX triplet: 72, 09 and 02. RGB value is (114,9,2). Sum of RGB (Red+Green+Blue) = 114+9+2=125 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.2% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 114 - color contains mainly: red. Hex color #720902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720902 is #8DF6FD. Grayscale: #272727. Windows color (decimal): -9303806 or 133490. OLE color: 133490.

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

Color convert

RGB11492-
CMYK00.920.980.55
HSL3.75º96.55%22.75%-
HSV(B)3.75º98.25%44.71%-
XYZ7.053.780.42-
YUV39.6106.79181.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 91.2%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 2 (1.17% from 255) = 1.6%
R=91.2%
G=7.2%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1149200.920.980.553.7596.5522.75
Hex729205C623746117
Octal162112013414267414127
Binary1110010100110010111001100010110111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720902; }

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

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

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

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

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

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

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

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