Shades of Burgundy #760F2C
Tints of Burgundy #760F2C
RGB
CMYK
RGB Variations
Color information
#760F2C (or 0x760F2C) is known color: Burgundy. HEX triplet: 76, 0F and 2C. RGB value is (118,15,44). Sum of RGB (Red+Green+Blue) = 118+15+44=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #760F2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F2C is #89F0D3. Grayscale: #313131. Windows color (decimal): -9040084 or 2887542. OLE color: 2887542.
HSL color Cylindrical-coordinate representation of color #760F2C: hue angle of 343.11º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #760F2C is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 44 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.54 |
| HSL | 343.11º | 0.77% | 0.26% | - |
| HSV(B) | 343.11º | 0.87% | 0.46% | - |
| XYZ | 8.1 | 4.38 | 2.8 | - |
| YUV | 49.1 | 125.12 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 44 | 0 | 0.87 | 0.63 | 0.54 | 343.11 | 0.77 | 0.26 |
| Hex | 76 | F | 2C | 0 | 57 | 3F | 36 | 157 | 4D | 1A |
| Octal | 166 | 17 | 54 | 0 | 127 | 77 | 66 | 527 | 115 | 32 |
| Binary | 1110110 | 1111 | 101100 | 0 | 1010111 | 111111 | 110110 | 101010111 | 1001101 | 11010 |
Color Harmonies of #760F2C
Complementary color
Monochromatic Colors of #760F2C
Black with #760F2C
Text Example
Text Example
White with #760F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F2C; }
p { color: rgb(118,15,44); }
H1.HeaderClassName
{
color: #760F2C;
}
.AnyTagClassName
{
color: #760F2C;
}
</style>
background-color css
<style>
a { background-color: #760F2C; }
a { background-color: rgb(118,15,44); }
div.DivClassName
{
background-color: #760F2C;
}
.BgClassName
{
background-color: #760F2C;
}
</style>
border-color css
<style>
span { border-color: #760F2C; }
span { border-color: rgb(118,15,44); }
td.TdClassName
{
border-color: #760F2C;
}
.TagClassName
{
border-color: #760F2C;
}
</style>