#710811

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

Shades of Burgundy #710811

Tints of Burgundy #710811

Color information

#710811 (or 0x710811) is unknown color: approx Burgundy. HEX triplet: 71, 08 and 11. RGB value is (113,8,17). Sum of RGB (Red+Green+Blue) = 113+8+17=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #710811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710811 is #8EF7EE. Grayscale: #282828. Windows color (decimal): -9369583 or 1116273. OLE color: 1116273.

HSL color Cylindrical-coordinate representation of color #710811: hue angle of 354.86º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710811 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB113817-
CMYK00.930.850.56
HSL354.86º86.78%23.73%-
HSV(B)354.86º92.92%44.31%-
XYZ73.720.88-
YUV40.42114.79179.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 81.88%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=81.88%
G=5.80%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11381700.930.850.56354.8686.7823.73
Hex7181105D55381635718
Octal161102101351257054312730
Binary1110001100010001010111011010101111000101100011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710811; }

 p { color: rgb(113,8,17); }

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

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

 a { background-color: rgb(113,8,17); }

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

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

 span { border-color: rgb(113,8,17); }

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