#720503

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

Shades of Maroon #720503

Tints of Maroon #720503

Color information

#720503 (or 0x720503) is unknown color: approx Maroon. HEX triplet: 72, 05 and 03. RGB value is (114,5,3). Sum of RGB (Red+Green+Blue) = 114+5+3=122 (16% of max value = 765). Red value is 114 (44.92% from 255 or 93.44% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 114 - color contains mainly: red. Hex color #720503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720503 is #8DFAFC. Grayscale: #252525. Windows color (decimal): -9304829 or 198002. OLE color: 198002.

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

Color convert

RGB11453-
CMYK00.960.970.55
HSL1.08º94.87%22.94%-
HSV(B)1.08º97.37%44.71%-
XYZ7.013.690.43-
YUV37.36108.61182.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 93.44%
GREEN value IS 5 (2.34% from 255) = 4.10%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=93.44%
G=4.10%
B=2.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1145300.960.970.551.0894.8722.94
Hex7253060613715f17
Octal16253014014167113727
Binary1110010101110110000011000011101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720503; }

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

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

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

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

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

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

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

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