Shades of Burgundy #76022E
Tints of Burgundy #76022E
RGB
CMYK
RGB Variations
Color information
#76022E (or 0x76022E) is known color: Burgundy. HEX triplet: 76, 02 and 2E. RGB value is (118,2,46). Sum of RGB (Red+Green+Blue) = 118+2+46=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 46 (18.36% from 255 or 27.71% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #76022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76022E is #89FDD1. Grayscale: #292929. Windows color (decimal): -9043410 or 3015286. OLE color: 3015286.
HSL color Cylindrical-coordinate representation of color #76022E: hue angle of 337.24º 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 #76022E is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.54 |
| HSL | 337.24º | 0.97% | 0.24% | - |
| HSV(B) | 337.24º | 0.98% | 0.46% | - |
| XYZ | 7.99 | 4.09 | 2.95 | - |
| YUV | 41.7 | 130.43 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 46 | 0 | 0.98 | 0.61 | 0.54 | 337.24 | 0.97 | 0.24 |
| Hex | 76 | 2 | 2E | 0 | 62 | 3D | 36 | 151 | 61 | 18 |
| Octal | 166 | 2 | 56 | 0 | 142 | 75 | 66 | 521 | 141 | 30 |
| Binary | 1110110 | 10 | 101110 | 0 | 1100010 | 111101 | 110110 | 101010001 | 1100001 | 11000 |
Color Harmonies of #76022E
Complementary color
Monochromatic Colors of #76022E
Black with #76022E
Text Example
Text Example
White with #76022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76022E; }
p { color: rgb(118,2,46); }
H1.HeaderClassName
{
color: #76022E;
}
.AnyTagClassName
{
color: #76022E;
}
</style>
background-color css
<style>
a { background-color: #76022E; }
a { background-color: rgb(118,2,46); }
div.DivClassName
{
background-color: #76022E;
}
.BgClassName
{
background-color: #76022E;
}
</style>
border-color css
<style>
span { border-color: #76022E; }
span { border-color: rgb(118,2,46); }
td.TdClassName
{
border-color: #76022E;
}
.TagClassName
{
border-color: #76022E;
}
</style>