#710A06

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

Shades of Maroon #710A06

Tints of Maroon #710A06

Color information

#710A06 (or 0x710A06) is unknown color: approx Maroon. HEX triplet: 71, 0A and 06. RGB value is (113,10,6). Sum of RGB (Red+Green+Blue) = 113+10+6=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 10 (4.30% from 255 or 7.75% from 129); Blue value is 6 (2.73% from 255 or 4.65% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #710A06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A06 is #8EF5F9. Grayscale: #282828. Windows color (decimal): -9369082 or 395889. OLE color: 395889.

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

Color convert

RGB113106-
CMYK00.910.950.56
HSL2.24º89.92%23.33%-
HSV(B)2.24º94.69%44.31%-
XYZ6.953.740.53-
YUV40.34108.62179.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 87.60%
GREEN value IS 10 (4.30% from 255) = 7.75%
BLUE value IS 6 (2.73% from 255) = 4.65%
R=87.60%
G=7.75%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11310600.910.950.562.2489.9223.33
Hex71A605B5F3825a17
Octal161126013313770213227
Binary1110001101011001011011101111111100010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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