#720401

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

Shades of Maroon #720401

Tints of Maroon #720401

Color information

#720401 (or 0x720401) is unknown color: approx Maroon. HEX triplet: 72, 04 and 01. RGB value is (114,4,1). Sum of RGB (Red+Green+Blue) = 114+4+1=119 (15% of max value = 765). Red value is 114 (44.92% from 255 or 95.80% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 114 - color contains mainly: red. Hex color #720401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720401 is #8DFBFE. Grayscale: #242424. Windows color (decimal): -9305087 or 66674. OLE color: 66674.

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

Color convert

RGB11441-
CMYK00.960.990.55
HSL1.59º98.26%22.55%-
HSV(B)1.59º99.12%44.71%-
XYZ6.993.670.37-
YUV36.55107.94183.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 95.80%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 1 (0.78% from 255) = 0.84%
R=95.80%
G=3.36%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1144100.960.990.551.5998.2622.55
Hex7241060633726217
Octal16241014014367214227
Binary1110010100101100000110001111011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720401; }

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

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

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

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

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

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

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

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