#76020B

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

Shades of Burgundy #76020B

Tints of Burgundy #76020B

Color information

#76020B (or 0x76020B) is unknown color: approx Burgundy. HEX triplet: 76, 02 and 0B. RGB value is (118,2,11). Sum of RGB (Red+Green+Blue) = 118+2+11=131 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.08% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 118 - color contains mainly: red. Hex color #76020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76020B is #89FDF4. Grayscale: #252525. Windows color (decimal): -9043445 or 721526. OLE color: 721526.

HSL color Cylindrical-coordinate representation of color #76020B: hue angle of 355.34º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76020B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB118211-
CMYK00.980.910.54
HSL355.34º96.67%23.53%-
HSV(B)355.34º98.31%46.27%-
XYZ7.553.920.67-
YUV37.71112.93185.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 90.08%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 11 (4.69% from 255) = 8.40%
R=90.08%
G=1.53%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11821100.980.910.54355.3496.6723.53
Hex762B0625B361636118
Octal16621301421336654314130
Binary1110110101011011000101011011110110101100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76020B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76020B; }

 p { color: rgb(118,2,11); }

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

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

 a { background-color: rgb(118,2,11); }

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

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

 span { border-color: rgb(118,2,11); }

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