#760820

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

Shades of Burgundy #760820

Tints of Burgundy #760820

Color information

#760820 (or 0x760820) is unknown color: approx Burgundy. HEX triplet: 76, 08 and 20. RGB value is (118,8,32). Sum of RGB (Red+Green+Blue) = 118+8+32=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #760820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760820 is #89F7DF. Grayscale: #2B2B2B. Windows color (decimal): -9041888 or 2099318. OLE color: 2099318.

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

Color convert

RGB118832-
CMYK00.930.730.54
HSL346.91º87.3%24.71%-
HSV(B)346.91º93.22%46.27%-
XYZ7.824.131.75-
YUV43.63121.44181.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 74.68%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=74.68%
G=5.06%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11883200.930.730.54346.9187.324.71
Hex7682005D493615b5719
Octal166104001351116653312731
Binary11101101000100000010111011001001110110101011011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760820; }

 p { color: rgb(118,8,32); }

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

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

 a { background-color: rgb(118,8,32); }

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

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

 span { border-color: rgb(118,8,32); }

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