#710E06

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

Shades of Maroon #710E06

Tints of Maroon #710E06

Color information

#710E06 (or 0x710E06) is unknown color: approx Maroon. HEX triplet: 71, 0E and 06. RGB value is (113,14,6). Sum of RGB (Red+Green+Blue) = 113+14+6=133 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.96% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 113 - color contains mainly: red. Hex color #710E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710E06 is #8EF1F9. Grayscale: #2A2A2A. Windows color (decimal): -9368058 or 396913. OLE color: 396913.

HSL color Cylindrical-coordinate representation of color #710E06: hue angle of 4.49º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710E06 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB113146-
CMYK00.880.950.56
HSL4.49º89.92%23.33%-
HSV(B)4.49º94.69%44.31%-
XYZ73.840.54-
YUV42.69107.3178.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 84.96%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 6 (2.73% from 255) = 4.51%
R=84.96%
G=10.53%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11314600.880.950.564.4989.9223.33
Hex71E60585F3845a17
Octal161166013013770413227
Binary11100011110110010110001011111111000100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710E06; }

 p { color: rgb(113,14,6); }

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

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

 a { background-color: rgb(113,14,6); }

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

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

 span { border-color: rgb(113,14,6); }

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