#710511

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

Shades of Burgundy #710511

Tints of Burgundy #710511

Color information

#710511 (or 0x710511) is unknown color: approx Burgundy. HEX triplet: 71, 05 and 11. RGB value is (113,5,17). Sum of RGB (Red+Green+Blue) = 113+5+17=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #710511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710511 is #8EFAEE. Grayscale: #262626. Windows color (decimal): -9370351 or 1115505. OLE color: 1115505.

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

Color convert

RGB113517-
CMYK00.960.850.56
HSL353.33º91.53%23.14%-
HSV(B)353.33º95.58%44.31%-
XYZ6.973.660.87-
YUV38.66115.78181.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 83.70%
GREEN value IS 5 (2.34% from 255) = 3.70%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=83.70%
G=3.70%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11351700.960.850.56353.3391.5323.14
Hex7151106055381615c17
Octal16152101401257054113427
Binary111000110110001011000001010101111000101100001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710511; }

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

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

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

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

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

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

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

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