Shades of Burgundy #760D2C
Tints of Burgundy #760D2C
RGB
CMYK
RGB Variations
Color information
#760D2C (or 0x760D2C) is known color: Burgundy. HEX triplet: 76, 0D and 2C. RGB value is (118,13,44). Sum of RGB (Red+Green+Blue) = 118+13+44=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #760D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D2C is #89F2D3. Grayscale: #2F2F2F. Windows color (decimal): -9040596 or 2887030. OLE color: 2887030.
HSL color Cylindrical-coordinate representation of color #760D2C: hue angle of 342.29º 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 #760D2C is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 13 | 44 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.54 |
| HSL | 342.29º | 0.8% | 0.26% | - |
| HSV(B) | 342.29º | 0.89% | 0.46% | - |
| XYZ | 8.07 | 4.32 | 2.79 | - |
| YUV | 47.93 | 125.79 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 13 | 44 | 0 | 0.89 | 0.63 | 0.54 | 342.29 | 0.8 | 0.26 |
| Hex | 76 | D | 2C | 0 | 59 | 3F | 36 | 156 | 50 | 1A |
| Octal | 166 | 15 | 54 | 0 | 131 | 77 | 66 | 526 | 120 | 32 |
| Binary | 1110110 | 1101 | 101100 | 0 | 1011001 | 111111 | 110110 | 101010110 | 1010000 | 11010 |
Color Harmonies of #760D2C
Complementary color
Monochromatic Colors of #760D2C
Black with #760D2C
Text Example
Text Example
White with #760D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760D2C; }
p { color: rgb(118,13,44); }
H1.HeaderClassName
{
color: #760D2C;
}
.AnyTagClassName
{
color: #760D2C;
}
</style>
background-color css
<style>
a { background-color: #760D2C; }
a { background-color: rgb(118,13,44); }
div.DivClassName
{
background-color: #760D2C;
}
.BgClassName
{
background-color: #760D2C;
}
</style>
border-color css
<style>
span { border-color: #760D2C; }
span { border-color: rgb(118,13,44); }
td.TdClassName
{
border-color: #760D2C;
}
.TagClassName
{
border-color: #760D2C;
}
</style>