#711101

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

Shades of Maroon #711101

Tints of Maroon #711101

Color information

#711101 (or 0x711101) is unknown color: approx Maroon. HEX triplet: 71, 11 and 01. RGB value is (113,17,1). Sum of RGB (Red+Green+Blue) = 113+17+1=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #711101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711101 is #8EEEFE. Grayscale: #2C2C2C. Windows color (decimal): -9367295 or 70001. OLE color: 70001.

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

Color convert

RGB113171-
CMYK00.850.990.56
HSL8.57º98.25%22.35%-
HSV(B)8.57º99.12%44.31%-
XYZ7.023.910.41-
YUV43.88103.8177.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 86.26%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=86.26%
G=12.98%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11317100.850.990.568.5798.2522.35
Hex71111055633896216
Octal1612110125143701114226
Binary11100011000110101010111000111110001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711101; }

 p { color: rgb(113,17,1); }

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

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

 a { background-color: rgb(113,17,1); }

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

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

 span { border-color: rgb(113,17,1); }

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