Shades of Burgundy #760A17
Tints of Burgundy #760A17
RGB
CMYK
RGB Variations
Color information
#760A17 (or 0x760A17) is known color: Burgundy. HEX triplet: 76, 0A and 17. RGB value is (118,10,23). Sum of RGB (Red+Green+Blue) = 118+10+23=151 (20% of max value = 765). Red value is 118 (46.48% from 255 or 78.15% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 23 (9.38% from 255 or 15.23% from 151); Max value from RGB is 118 - color contains mainly: red. Hex color #760A17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A17 is #89F5E8. Grayscale: #2B2B2B. Windows color (decimal): -9041385 or 1510006. OLE color: 1510006.
HSL color Cylindrical-coordinate representation of color #760A17: hue angle of 352.78º degrees, saturation: 0.84, 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 #760A17 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 10 | 23 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.54 |
| HSL | 352.78º | 0.84% | 0.25% | - |
| HSV(B) | 352.78º | 0.92% | 0.46% | - |
| XYZ | 7.73 | 4.13 | 1.2 | - |
| YUV | 43.77 | 116.28 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 10 | 23 | 0 | 0.92 | 0.81 | 0.54 | 352.78 | 0.84 | 0.25 |
| Hex | 76 | A | 17 | 0 | 5C | 51 | 36 | 161 | 54 | 19 |
| Octal | 166 | 12 | 27 | 0 | 134 | 121 | 66 | 541 | 124 | 31 |
| Binary | 1110110 | 1010 | 10111 | 0 | 1011100 | 1010001 | 110110 | 101100001 | 1010100 | 11001 |
Color Harmonies of #760A17
Complementary color
Monochromatic Colors of #760A17
Black with #760A17
Text Example
Text Example
White with #760A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760A17; }
p { color: rgb(118,10,23); }
H1.HeaderClassName
{
color: #760A17;
}
.AnyTagClassName
{
color: #760A17;
}
</style>
background-color css
<style>
a { background-color: #760A17; }
a { background-color: rgb(118,10,23); }
div.DivClassName
{
background-color: #760A17;
}
.BgClassName
{
background-color: #760A17;
}
</style>
border-color css
<style>
span { border-color: #760A17; }
span { border-color: rgb(118,10,23); }
td.TdClassName
{
border-color: #760A17;
}
.TagClassName
{
border-color: #760A17;
}
</style>