#711401

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

Shades of Maroon #711401

Tints of Maroon #711401

Color information

#711401 (or 0x711401) is unknown color: approx Maroon. HEX triplet: 71, 14 and 01. RGB value is (113,20,1). Sum of RGB (Red+Green+Blue) = 113+20+1=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #711401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711401 is #8EEBFE. Grayscale: #2D2D2D. Windows color (decimal): -9366527 or 70769. OLE color: 70769.

HSL color Cylindrical-coordinate representation of color #711401: hue angle of 10.18º 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 #711401 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB113201-
CMYK00.820.990.56
HSL10.18º98.25%22.35%-
HSV(B)10.18º99.12%44.31%-
XYZ7.074.010.43-
YUV45.64102.81176.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 84.33%
GREEN value IS 20 (8.20% from 255) = 14.93%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=84.33%
G=14.93%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11320100.820.990.5610.1898.2522.35
Hex711410526338a6216
Octal1612410122143701214226
Binary11100011010010101001011000111110001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711401; }

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

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

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

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

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

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

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

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