#711004

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

Shades of Maroon #711004

Tints of Maroon #711004

Color information

#711004 (or 0x711004) is unknown color: approx Maroon. HEX triplet: 71, 10 and 04. RGB value is (113,16,4). Sum of RGB (Red+Green+Blue) = 113+16+4=133 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.96% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 113 - color contains mainly: red. Hex color #711004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711004 is #8EEFFB. Grayscale: #2B2B2B. Windows color (decimal): -9367548 or 266353. OLE color: 266353.

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

Color convert

RGB113164-
CMYK00.860.960.56
HSL6.61º93.16%22.94%-
HSV(B)6.61º96.46%44.31%-
XYZ7.023.890.5-
YUV43.64105.64177.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 84.96%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=84.96%
G=12.03%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11316400.860.960.566.6193.1622.94
Hex71104056603875d17
Octal161204012614070713527
Binary111000110000100010101101100000111000111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711004; }

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

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

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

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

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

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

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

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