#710E09

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

Shades of Maroon #710E09

Tints of Maroon #710E09

Color information

#710E09 (or 0x710E09) is unknown color: approx Maroon. HEX triplet: 71, 0E and 09. RGB value is (113,14,9). Sum of RGB (Red+Green+Blue) = 113+14+9=136 (18% of max value = 765). Red value is 113 (44.53% from 255 or 83.09% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 113 - color contains mainly: red. Hex color #710E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710E09 is #8EF1F6. Grayscale: #2B2B2B. Windows color (decimal): -9368055 or 593521. OLE color: 593521.

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

Color convert

RGB113149-
CMYK00.880.920.56
HSL2.88º85.25%23.92%-
HSV(B)2.88º92.04%44.31%-
XYZ7.023.840.63-
YUV43.03108.8177.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 83.09%
GREEN value IS 14 (5.86% from 255) = 10.29%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=83.09%
G=10.29%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11314900.880.920.562.8885.2523.92
Hex71E90585C3835518
Octal1611611013013470312530
Binary11100011110100101011000101110011100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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