Shades of Burgundy #76050F
Tints of Burgundy #76050F
RGB
CMYK
RGB Variations
Color information
#76050F (or 0x76050F) is known color: Burgundy. HEX triplet: 76, 05 and 0F. RGB value is (118,5,15). Sum of RGB (Red+Green+Blue) = 118+5+15=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #76050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76050F is #89FAF0. Grayscale: #282828. Windows color (decimal): -9042673 or 984438. OLE color: 984438.
HSL color Cylindrical-coordinate representation of color #76050F: hue angle of 354.69º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76050F is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 5 | 15 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.54 |
| HSL | 354.69º | 0.92% | 0.24% | - |
| HSV(B) | 354.69º | 0.96% | 0.46% | - |
| XYZ | 7.61 | 3.99 | 0.82 | - |
| YUV | 39.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 5 | 15 | 0 | 0.96 | 0.87 | 0.54 | 354.69 | 0.92 | 0.24 |
| Hex | 76 | 5 | F | 0 | 60 | 57 | 36 | 163 | 5C | 18 |
| Octal | 166 | 5 | 17 | 0 | 140 | 127 | 66 | 543 | 134 | 30 |
| Binary | 1110110 | 101 | 1111 | 0 | 1100000 | 1010111 | 110110 | 101100011 | 1011100 | 11000 |
Color Harmonies of #76050F
Complementary color
Monochromatic Colors of #76050F
Black with #76050F
Text Example
Text Example
White with #76050F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76050F; }
p { color: rgb(118,5,15); }
H1.HeaderClassName
{
color: #76050F;
}
.AnyTagClassName
{
color: #76050F;
}
</style>
background-color css
<style>
a { background-color: #76050F; }
a { background-color: rgb(118,5,15); }
div.DivClassName
{
background-color: #76050F;
}
.BgClassName
{
background-color: #76050F;
}
</style>
border-color css
<style>
span { border-color: #76050F; }
span { border-color: rgb(118,5,15); }
td.TdClassName
{
border-color: #76050F;
}
.TagClassName
{
border-color: #76050F;
}
</style>