#710C09

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

Shades of Maroon #710C09

Tints of Maroon #710C09

Color information

#710C09 (or 0x710C09) is unknown color: approx Maroon. HEX triplet: 71, 0C and 09. RGB value is (113,12,9). Sum of RGB (Red+Green+Blue) = 113+12+9=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #710C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C09 is #8EF3F6. Grayscale: #292929. Windows color (decimal): -9368567 or 593009. OLE color: 593009.

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

Color convert

RGB113129-
CMYK00.890.920.56
HSL1.73º85.25%23.92%-
HSV(B)1.73º92.04%44.31%-
XYZ6.993.790.62-
YUV41.86109.46178.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 84.33%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=84.33%
G=8.96%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11312900.890.920.561.7385.2523.92
Hex71C90595C3825518
Octal1611411013113470212530
Binary11100011100100101011001101110011100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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