#720404

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

Shades of Maroon #720404

Tints of Maroon #720404

Color information

#720404 (or 0x720404) is unknown color: approx Maroon. HEX triplet: 72, 04 and 04. RGB value is (114,4,4). Sum of RGB (Red+Green+Blue) = 114+4+4=122 (16% of max value = 765). Red value is 114 (44.92% from 255 or 93.44% from 122); Green value is 4 (1.95% from 255 or 3.28% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 114 - color contains mainly: red. Hex color #720404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720404 is #8DFBFB. Grayscale: #242424. Windows color (decimal): -9305084 or 263282. OLE color: 263282.

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

Color convert

RGB11444-
CMYK00.960.960.55
HSL93.22%23.14%-
HSV(B)96.49%44.71%-
XYZ73.670.45-
YUV36.89109.44183-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 93.44%
GREEN value IS 4 (1.95% from 255) = 3.28%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=93.44%
G=3.28%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144400.960.960.55093.2223.14
Hex7244060603705d17
Octal16244014014067013527
Binary11100101001000110000011000001101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720404; }

 p { color: rgb(114,4,4); }

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

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

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

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

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

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

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