#710B12

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

Shades of Burgundy #710B12

Tints of Burgundy #710B12

Color information

#710B12 (or 0x710B12) is unknown color: approx Burgundy. HEX triplet: 71, 0B and 12. RGB value is (113,11,18). Sum of RGB (Red+Green+Blue) = 113+11+18=142 (18% of max value = 765). Red value is 113 (44.53% from 255 or 79.58% from 142); Green value is 11 (4.69% from 255 or 7.75% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 113 - color contains mainly: red. Hex color #710B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B12 is #8EF4ED. Grayscale: #2A2A2A. Windows color (decimal): -9368814 or 1182577. OLE color: 1182577.

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

Color convert

RGB1131118-
CMYK00.900.840.56
HSL355.88º82.26%24.31%-
HSV(B)355.88º90.27%44.31%-
XYZ7.043.790.93-
YUV42.3114.29178.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 79.58%
GREEN value IS 11 (4.69% from 255) = 7.75%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=79.58%
G=7.75%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113111800.900.840.56355.8882.2624.31
Hex71B1205A54381645218
Octal161132201321247054412230
Binary1110001101110010010110101010100111000101100100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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