#710911

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

Shades of Burgundy #710911

Tints of Burgundy #710911

Color information

#710911 (or 0x710911) is unknown color: approx Burgundy. HEX triplet: 71, 09 and 11. RGB value is (113,9,17). Sum of RGB (Red+Green+Blue) = 113+9+17=139 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.29% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 113 - color contains mainly: red. Hex color #710911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710911 is #8EF6EE. Grayscale: #292929. Windows color (decimal): -9369327 or 1116529. OLE color: 1116529.

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

Color convert

RGB113917-
CMYK00.920.850.56
HSL355.38º85.25%23.92%-
HSV(B)355.38º92.04%44.31%-
XYZ7.013.750.88-
YUV41.01114.46179.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 81.29%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 17 (7.03% from 255) = 12.23%
R=81.29%
G=6.47%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11391700.920.850.56355.3885.2523.92
Hex7191105C55381635518
Octal161112101341257054312530
Binary1110001100110001010111001010101111000101100011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710911; }

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

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

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

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

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

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

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

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