#710B17

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

Shades of Burgundy #710B17

Tints of Burgundy #710B17

Color information

#710B17 (or 0x710B17) is unknown color: approx Burgundy. HEX triplet: 71, 0B and 17. RGB value is (113,11,23). Sum of RGB (Red+Green+Blue) = 113+11+23=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #710B17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B17 is #8EF4E8. Grayscale: #2A2A2A. Windows color (decimal): -9368809 or 1510257. OLE color: 1510257.

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

Color convert

RGB1131123-
CMYK00.900.800.56
HSL352.94º82.26%24.31%-
HSV(B)352.94º90.27%44.31%-
XYZ7.083.811.17-
YUV42.87116.79178.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 76.87%
GREEN value IS 11 (4.69% from 255) = 7.48%
BLUE value IS 23 (9.38% from 255) = 15.65%
R=76.87%
G=7.48%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113112300.900.800.56352.9482.2624.31
Hex71B1705A50381615218
Octal161132701321207054112230
Binary1110001101110111010110101010000111000101100001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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