#721304

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

Shades of Maroon #721304

Tints of Maroon #721304

Color information

#721304 (or 0x721304) is unknown color: approx Maroon. HEX triplet: 72, 13 and 04. RGB value is (114,19,4). Sum of RGB (Red+Green+Blue) = 114+19+4=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #721304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721304 is #8DECFB. Grayscale: #2D2D2D. Windows color (decimal): -9301244 or 267122. OLE color: 267122.

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

Color convert

RGB114194-
CMYK00.830.960.55
HSL8.18º93.22%23.14%-
HSV(B)8.18º96.49%44.71%-
XYZ7.194.050.52-
YUV45.7104.47176.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.21%
GREEN value IS 19 (7.81% from 255) = 13.87%
BLUE value IS 4 (1.95% from 255) = 2.92%
R=83.21%
G=13.87%
B=2.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11419400.830.960.558.1893.2223.14
Hex72134053603785d17
Octal1622340123140671013527
Binary1110010100111000101001111000001101111000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721304; }

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

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

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

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

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

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

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

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