Shades of Burgundy #760F2B
Tints of Burgundy #760F2B
RGB
CMYK
RGB Variations
Color information
#760F2B (or 0x760F2B) is known color: Burgundy. HEX triplet: 76, 0F and 2B. RGB value is (118,15,43). Sum of RGB (Red+Green+Blue) = 118+15+43=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 15 (6.25% from 255 or 8.52% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #760F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760F2B is #89F0D4. Grayscale: #303030. Windows color (decimal): -9040085 or 2822006. OLE color: 2822006.
HSL color Cylindrical-coordinate representation of color #760F2B: hue angle of 343.69º 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 #760F2B is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 43 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.54 |
| HSL | 343.69º | 0.77% | 0.26% | - |
| HSV(B) | 343.69º | 0.87% | 0.46% | - |
| XYZ | 8.08 | 4.37 | 2.7 | - |
| YUV | 48.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 43 | 0 | 0.87 | 0.64 | 0.54 | 343.69 | 0.77 | 0.26 |
| Hex | 76 | F | 2B | 0 | 57 | 40 | 36 | 158 | 4D | 1A |
| Octal | 166 | 17 | 53 | 0 | 127 | 100 | 66 | 530 | 115 | 32 |
| Binary | 1110110 | 1111 | 101011 | 0 | 1010111 | 1000000 | 110110 | 101011000 | 1001101 | 11010 |
Color Harmonies of #760F2B
Complementary color
Monochromatic Colors of #760F2B
Black with #760F2B
Text Example
Text Example
White with #760F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F2B; }
p { color: rgb(118,15,43); }
H1.HeaderClassName
{
color: #760F2B;
}
.AnyTagClassName
{
color: #760F2B;
}
</style>
background-color css
<style>
a { background-color: #760F2B; }
a { background-color: rgb(118,15,43); }
div.DivClassName
{
background-color: #760F2B;
}
.BgClassName
{
background-color: #760F2B;
}
</style>
border-color css
<style>
span { border-color: #760F2B; }
span { border-color: rgb(118,15,43); }
td.TdClassName
{
border-color: #760F2B;
}
.TagClassName
{
border-color: #760F2B;
}
</style>