#760511

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

Shades of Burgundy #760511

Tints of Burgundy #760511

Color information

#760511 (or 0x760511) is unknown color: approx Burgundy. HEX triplet: 76, 05 and 11. RGB value is (118,5,17). Sum of RGB (Red+Green+Blue) = 118+5+17=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #760511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760511 is #89FAEE. Grayscale: #282828. Windows color (decimal): -9042671 or 1115510. OLE color: 1115510.

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

Color convert

RGB118517-
CMYK00.960.860.54
HSL353.63º91.87%24.12%-
HSV(B)353.63º95.76%46.27%-
XYZ7.6340.9-
YUV40.16114.94183.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 84.29%
GREEN value IS 5 (2.34% from 255) = 3.57%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=84.29%
G=3.57%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11851700.960.860.54353.6391.8724.12
Hex7651106056361625c18
Octal16652101401266654213430
Binary111011010110001011000001010110110110101100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760511; }

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

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

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

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

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

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

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

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