#710C06

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

Shades of Maroon #710C06

Tints of Maroon #710C06

Color information

#710C06 (or 0x710C06) is unknown color: approx Maroon. HEX triplet: 71, 0C and 06. RGB value is (113,12,6). Sum of RGB (Red+Green+Blue) = 113+12+6=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 6 (2.73% from 255 or 4.58% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #710C06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C06 is #8EF3F9. Grayscale: #292929. Windows color (decimal): -9368570 or 396401. OLE color: 396401.

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

Color convert

RGB113126-
CMYK00.890.950.56
HSL3.36º89.92%23.33%-
HSV(B)3.36º94.69%44.31%-
XYZ6.973.790.54-
YUV41.51107.96178.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 86.26%
GREEN value IS 12 (5.08% from 255) = 9.16%
BLUE value IS 6 (2.73% from 255) = 4.58%
R=86.26%
G=9.16%
B=4.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11312600.890.950.563.3689.9223.33
Hex71C60595F3835a17
Octal161146013113770313227
Binary1110001110011001011001101111111100011101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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