Shades of Burgundy #760D2E
Tints of Burgundy #760D2E
RGB
CMYK
RGB Variations
Color information
#760D2E (or 0x760D2E) is known color: Burgundy. HEX triplet: 76, 0D and 2E. RGB value is (118,13,46). Sum of RGB (Red+Green+Blue) = 118+13+46=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 13 (5.47% from 255 or 7.34% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #760D2E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D2E is #89F2D1. Grayscale: #303030. Windows color (decimal): -9040594 or 3018102. OLE color: 3018102.
HSL color Cylindrical-coordinate representation of color #760D2E: hue angle of 341.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D2E is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 46 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.54 |
| HSL | 341.14º | 0.8% | 0.26% | - |
| HSV(B) | 341.14º | 0.89% | 0.46% | - |
| XYZ | 8.11 | 4.34 | 2.99 | - |
| YUV | 48.16 | 126.79 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 46 | 0 | 0.89 | 0.61 | 0.54 | 341.14 | 0.8 | 0.26 |
| Hex | 76 | D | 2E | 0 | 59 | 3D | 36 | 155 | 50 | 1A |
| Octal | 166 | 15 | 56 | 0 | 131 | 75 | 66 | 525 | 120 | 32 |
| Binary | 1110110 | 1101 | 101110 | 0 | 1011001 | 111101 | 110110 | 101010101 | 1010000 | 11010 |
Color Harmonies of #760D2E
Complementary color
Monochromatic Colors of #760D2E
Black with #760D2E
Text Example
Text Example
White with #760D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D2E; }
p { color: rgb(118,13,46); }
H1.HeaderClassName
{
color: #760D2E;
}
.AnyTagClassName
{
color: #760D2E;
}
</style>
background-color css
<style>
a { background-color: #760D2E; }
a { background-color: rgb(118,13,46); }
div.DivClassName
{
background-color: #760D2E;
}
.BgClassName
{
background-color: #760D2E;
}
</style>
border-color css
<style>
span { border-color: #760D2E; }
span { border-color: rgb(118,13,46); }
td.TdClassName
{
border-color: #760D2E;
}
.TagClassName
{
border-color: #760D2E;
}
</style>