Shades of Burgundy #76090D
Tints of Burgundy #76090D
RGB
CMYK
RGB Variations
Color information
#76090D (or 0x76090D) is known color: Burgundy. HEX triplet: 76, 09 and 0D. RGB value is (118,9,13). Sum of RGB (Red+Green+Blue) = 118+9+13=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #76090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76090D is #89F6F2. Grayscale: #2A2A2A. Windows color (decimal): -9041651 or 854390. OLE color: 854390.
HSL color Cylindrical-coordinate representation of color #76090D: hue angle of 357.8º 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 #76090D is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 13 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.54 |
| HSL | 357.8º | 0.86% | 0.25% | - |
| HSV(B) | 357.8º | 0.92% | 0.46% | - |
| XYZ | 7.64 | 4.08 | 0.76 | - |
| YUV | 42.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 13 | 0 | 0.92 | 0.89 | 0.54 | 357.8 | 0.86 | 0.25 |
| Hex | 76 | 9 | D | 0 | 5C | 59 | 36 | 166 | 56 | 19 |
| Octal | 166 | 11 | 15 | 0 | 134 | 131 | 66 | 546 | 126 | 31 |
| Binary | 1110110 | 1001 | 1101 | 0 | 1011100 | 1011001 | 110110 | 101100110 | 1010110 | 11001 |
Color Harmonies of #76090D
Complementary color
Monochromatic Colors of #76090D
Black with #76090D
Text Example
Text Example
White with #76090D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76090D; }
p { color: rgb(118,9,13); }
H1.HeaderClassName
{
color: #76090D;
}
.AnyTagClassName
{
color: #76090D;
}
</style>
background-color css
<style>
a { background-color: #76090D; }
a { background-color: rgb(118,9,13); }
div.DivClassName
{
background-color: #76090D;
}
.BgClassName
{
background-color: #76090D;
}
</style>
border-color css
<style>
span { border-color: #76090D; }
span { border-color: rgb(118,9,13); }
td.TdClassName
{
border-color: #76090D;
}
.TagClassName
{
border-color: #76090D;
}
</style>