#710C0B

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

Shades of Maroon #710C0B

Tints of Maroon #710C0B

Color information

#710C0B (or 0x710C0B) is unknown color: approx Maroon. HEX triplet: 71, 0C and 0B. RGB value is (113,12,11). Sum of RGB (Red+Green+Blue) = 113+12+11=136 (18% of max value = 765). Red value is 113 (44.53% from 255 or 83.09% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 113 - color contains mainly: red. Hex color #710C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710C0B is #8EF3F4. Grayscale: #2A2A2A. Windows color (decimal): -9368565 or 724081. OLE color: 724081.

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

Color convert

RGB1131211-
CMYK00.890.900.56
HSL0.59º82.26%24.31%-
HSV(B)0.59º90.27%44.31%-
XYZ73.80.68-
YUV42.08110.46178.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 83.09%
GREEN value IS 12 (5.08% from 255) = 8.82%
BLUE value IS 11 (4.69% from 255) = 8.09%
R=83.09%
G=8.82%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113121100.890.900.560.5982.2624.31
Hex71CB0595A3815218
Octal1611413013113270112230
Binary1110001110010110101100110110101110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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