#710B0C

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

Shades of Burgundy #710B0C

Tints of Burgundy #710B0C

Color information

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

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

Color convert

RGB1131112-
CMYK00.900.890.56
HSL359.41º82.26%24.31%-
HSV(B)359.41º90.27%44.31%-
XYZ73.780.71-
YUV41.61111.29178.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113111200.900.890.56359.4182.2624.31
Hex71BC05A59381675218
Octal161131401321317054712230
Binary111000110111100010110101011001111000101100111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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