#710A17

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

Shades of Burgundy #710A17

Tints of Burgundy #710A17

Color information

#710A17 (or 0x710A17) is unknown color: approx Burgundy. HEX triplet: 71, 0A and 17. RGB value is (113,10,23). Sum of RGB (Red+Green+Blue) = 113+10+23=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 10 (4.30% from 255 or 6.85% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #710A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A17 is #8EF5E8. Grayscale: #2A2A2A. Windows color (decimal): -9369065 or 1510001. OLE color: 1510001.

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

Color convert

RGB1131023-
CMYK00.910.800.56
HSL352.43º83.74%24.12%-
HSV(B)352.43º91.15%44.31%-
XYZ7.073.791.17-
YUV42.28117.12178.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 77.40%
GREEN value IS 10 (4.30% from 255) = 6.85%
BLUE value IS 23 (9.38% from 255) = 15.75%
R=77.40%
G=6.85%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113102300.910.800.56352.4383.7424.12
Hex71A1705B50381605418
Octal161122701331207054012430
Binary1110001101010111010110111010000111000101100000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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