Shades of Burgundy #76092D
Tints of Burgundy #76092D
RGB
CMYK
RGB Variations
Color information
#76092D (or 0x76092D) is known color: Burgundy. HEX triplet: 76, 09 and 2D. RGB value is (118,9,45). Sum of RGB (Red+Green+Blue) = 118+9+45=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #76092D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76092D is #89F6D2. Grayscale: #2D2D2D. Windows color (decimal): -9041619 or 2951542. OLE color: 2951542.
HSL color Cylindrical-coordinate representation of color #76092D: hue angle of 340.18º 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 #76092D is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 45 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.54 |
| HSL | 340.18º | 0.86% | 0.25% | - |
| HSV(B) | 340.18º | 0.92% | 0.46% | - |
| XYZ | 8.04 | 4.24 | 2.88 | - |
| YUV | 45.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 45 | 0 | 0.92 | 0.62 | 0.54 | 340.18 | 0.86 | 0.25 |
| Hex | 76 | 9 | 2D | 0 | 5C | 3E | 36 | 154 | 56 | 19 |
| Octal | 166 | 11 | 55 | 0 | 134 | 76 | 66 | 524 | 126 | 31 |
| Binary | 1110110 | 1001 | 101101 | 0 | 1011100 | 111110 | 110110 | 101010100 | 1010110 | 11001 |
Color Harmonies of #76092D
Complementary color
Monochromatic Colors of #76092D
Black with #76092D
Text Example
Text Example
White with #76092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76092D; }
p { color: rgb(118,9,45); }
H1.HeaderClassName
{
color: #76092D;
}
.AnyTagClassName
{
color: #76092D;
}
</style>
background-color css
<style>
a { background-color: #76092D; }
a { background-color: rgb(118,9,45); }
div.DivClassName
{
background-color: #76092D;
}
.BgClassName
{
background-color: #76092D;
}
</style>
border-color css
<style>
span { border-color: #76092D; }
span { border-color: rgb(118,9,45); }
td.TdClassName
{
border-color: #76092D;
}
.TagClassName
{
border-color: #76092D;
}
</style>