#721104

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

Shades of Maroon #721104

Tints of Maroon #721104

Color information

#721104 (or 0x721104) is unknown color: approx Maroon. HEX triplet: 72, 11 and 04. RGB value is (114,17,4). Sum of RGB (Red+Green+Blue) = 114+17+4=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #721104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #721104 is #8DEEFB. Grayscale: #2C2C2C. Windows color (decimal): -9301756 or 266610. OLE color: 266610.

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

Color convert

RGB114174-
CMYK00.850.960.55
HSL7.09º93.22%23.14%-
HSV(B)7.09º96.49%44.71%-
XYZ7.163.990.51-
YUV44.52105.14177.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 84.44%
GREEN value IS 17 (7.03% from 255) = 12.59%
BLUE value IS 4 (1.95% from 255) = 2.96%
R=84.44%
G=12.59%
B=2.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11417400.850.960.557.0993.2223.14
Hex72114055603775d17
Octal162214012514067713527
Binary111001010001100010101011100000110111111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721104; }

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

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

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

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

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

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

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

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