Shades of Burgundy #76090F
Tints of Burgundy #76090F
RGB
CMYK
RGB Variations
Color information
#76090F (or 0x76090F) is known color: Burgundy. HEX triplet: 76, 09 and 0F. RGB value is (118,9,15). Sum of RGB (Red+Green+Blue) = 118+9+15=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #76090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76090F is #89F6F0. Grayscale: #2A2A2A. Windows color (decimal): -9041649 or 985462. OLE color: 985462.
HSL color Cylindrical-coordinate representation of color #76090F: hue angle of 356.7º 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 #76090F is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 9 | 15 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.54 |
| HSL | 356.7º | 0.86% | 0.25% | - |
| HSV(B) | 356.7º | 0.92% | 0.46% | - |
| XYZ | 7.66 | 4.08 | 0.84 | - |
| YUV | 42.28 | 112.61 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 9 | 15 | 0 | 0.92 | 0.87 | 0.54 | 356.7 | 0.86 | 0.25 |
| Hex | 76 | 9 | F | 0 | 5C | 57 | 36 | 165 | 56 | 19 |
| Octal | 166 | 11 | 17 | 0 | 134 | 127 | 66 | 545 | 126 | 31 |
| Binary | 1110110 | 1001 | 1111 | 0 | 1011100 | 1010111 | 110110 | 101100101 | 1010110 | 11001 |
Color Harmonies of #76090F
Complementary color
Monochromatic Colors of #76090F
Black with #76090F
Text Example
Text Example
White with #76090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76090F; }
p { color: rgb(118,9,15); }
H1.HeaderClassName
{
color: #76090F;
}
.AnyTagClassName
{
color: #76090F;
}
</style>
background-color css
<style>
a { background-color: #76090F; }
a { background-color: rgb(118,9,15); }
div.DivClassName
{
background-color: #76090F;
}
.BgClassName
{
background-color: #76090F;
}
</style>
border-color css
<style>
span { border-color: #76090F; }
span { border-color: rgb(118,9,15); }
td.TdClassName
{
border-color: #76090F;
}
.TagClassName
{
border-color: #76090F;
}
</style>