#760911

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

Shades of Burgundy #760911

Tints of Burgundy #760911

Color information

#760911 (or 0x760911) is unknown color: approx Burgundy. HEX triplet: 76, 09 and 11. RGB value is (118,9,17). Sum of RGB (Red+Green+Blue) = 118+9+17=144 (19% of max value = 765). Red value is 118 (46.48% from 255 or 81.94% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 118 - color contains mainly: red. Hex color #760911 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760911 is #89F6EE. Grayscale: #2A2A2A. Windows color (decimal): -9041647 or 1116534. OLE color: 1116534.

HSL color Cylindrical-coordinate representation of color #760911: hue angle of 355.6º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760911 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB118917-
CMYK00.920.860.54
HSL355.6º85.83%24.9%-
HSV(B)355.6º92.37%46.27%-
XYZ7.674.090.92-
YUV42.5113.61181.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 81.94%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 17 (7.03% from 255) = 11.81%
R=81.94%
G=6.25%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11891700.920.860.54355.685.8324.9
Hex7691105C56361645619
Octal166112101341266654412631
Binary1110110100110001010111001010110110110101100100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760911; }

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

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

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

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

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

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

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

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