#720703

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

Shades of Maroon #720703

Tints of Maroon #720703

Color information

#720703 (or 0x720703) is unknown color: approx Maroon. HEX triplet: 72, 07 and 03. RGB value is (114,7,3). Sum of RGB (Red+Green+Blue) = 114+7+3=124 (16% of max value = 765). Red value is 114 (44.92% from 255 or 91.94% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 114 - color contains mainly: red. Hex color #720703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720703 is #8DF8FC. Grayscale: #262626. Windows color (decimal): -9304317 or 198514. OLE color: 198514.

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

Color convert

RGB11473-
CMYK00.940.970.55
HSL2.16º94.87%22.94%-
HSV(B)2.16º97.37%44.71%-
XYZ7.033.740.44-
YUV38.54107.95181.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 91.94%
GREEN value IS 7 (3.12% from 255) = 5.65%
BLUE value IS 3 (1.56% from 255) = 2.42%
R=91.94%
G=5.65%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1147300.940.970.552.1694.8722.94
Hex727305E613725f17
Octal16273013614167213727
Binary11100101111101011110110000111011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720703; }

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

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

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

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

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

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

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

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