#721004

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

Shades of Maroon #721004

Tints of Maroon #721004

Color information

#721004 (or 0x721004) is unknown color: approx Maroon. HEX triplet: 72, 10 and 04. RGB value is (114,16,4). Sum of RGB (Red+Green+Blue) = 114+16+4=134 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.07% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 114 - color contains mainly: red. Hex color #721004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721004 is #8DEFFB. Grayscale: #2C2C2C. Windows color (decimal): -9302012 or 266354. OLE color: 266354.

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

Color convert

RGB114164-
CMYK00.860.960.55
HSL6.55º93.22%23.14%-
HSV(B)6.55º96.49%44.71%-
XYZ7.153.960.5-
YUV43.93105.47177.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 85.07%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 4 (1.95% from 255) = 2.99%
R=85.07%
G=11.94%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11416400.860.960.556.5593.2223.14
Hex72104056603775d17
Octal162204012614067713527
Binary111001010000100010101101100000110111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721004; }

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

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

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

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

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

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

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

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