#710C07

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

Shades of Maroon #710C07

Tints of Maroon #710C07

Color information

#710C07 (or 0x710C07) is unknown color: approx Maroon. HEX triplet: 71, 0C and 07. RGB value is (113,12,7). Sum of RGB (Red+Green+Blue) = 113+12+7=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 12 (5.08% from 255 or 9.09% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #710C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C07 is #8EF3F8. Grayscale: #292929. Windows color (decimal): -9368569 or 461937. OLE color: 461937.

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

Color convert

RGB113127-
CMYK00.890.940.56
HSL2.83º88.33%23.53%-
HSV(B)2.83º93.81%44.31%-
XYZ6.983.790.56-
YUV41.63108.46178.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 85.61%
GREEN value IS 12 (5.08% from 255) = 9.09%
BLUE value IS 7 (3.12% from 255) = 5.30%
R=85.61%
G=9.09%
B=5.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11312700.890.940.562.8388.3323.53
Hex71C70595E3835818
Octal161147013113670313030
Binary1110001110011101011001101111011100011101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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