#711200

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

Shades of Maroon #711200

Tints of Maroon #711200

Color information

#711200 (or 0x711200) is unknown color: approx Maroon. HEX triplet: 71, 12 and 00. RGB value is (113,18,0). Sum of RGB (Red+Green+Blue) = 113+18+0=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #711200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711200 is #8EEDFF. Grayscale: #2C2C2C. Windows color (decimal): -9367040 or 4721. OLE color: 4721.

HSL color Cylindrical-coordinate representation of color #711200: hue angle of 9.56º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #711200 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB113180-
CMYK00.8410.56
HSL9.56º100%22.16%-
HSV(B)9.56º100%44.31%-
XYZ7.033.940.39-
YUV44.35102.97176.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 86.26%
GREEN value IS 18 (7.42% from 255) = 13.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.26%
G=13.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11318000.8410.569.5610022.16
Hex711200546438a6416
Octal1612200124144701214426
Binary11100011001000101010011001001110001010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711200; }

 p { color: rgb(113,18,0); }

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

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

 a { background-color: rgb(113,18,0); }

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

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

 span { border-color: rgb(113,18,0); }

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