#710A09

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

Shades of Maroon #710A09

Tints of Maroon #710A09

Color information

#710A09 (or 0x710A09) is unknown color: approx Maroon. HEX triplet: 71, 0A and 09. RGB value is (113,10,9). Sum of RGB (Red+Green+Blue) = 113+10+9=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 9 (3.91% from 255 or 6.82% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #710A09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A09 is #8EF5F6. Grayscale: #282828. Windows color (decimal): -9369079 or 592497. OLE color: 592497.

HSL color Cylindrical-coordinate representation of color #710A09: hue angle of 0.58º 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 #710A09 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB113109-
CMYK00.910.920.56
HSL0.58º85.25%23.92%-
HSV(B)0.58º92.04%44.31%-
XYZ6.973.750.61-
YUV40.68110.12179.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 85.61%
GREEN value IS 10 (4.30% from 255) = 7.58%
BLUE value IS 9 (3.91% from 255) = 6.82%
R=85.61%
G=7.58%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310900.910.920.560.5885.2523.92
Hex71A905B5C3815518
Octal1611211013313470112530
Binary1110001101010010101101110111001110001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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