Shades of Mahogany #B7292E
Tints of Mahogany #B7292E
RGB
CMYK
RGB Variations
Color information
#B7292E (or 0xB7292E) is known color: Mahogany. HEX triplet: B7, 29 and 2E. RGB value is (183,41,46). Sum of RGB (Red+Green+Blue) = 183+41+46=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B7292E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7292E is #48D6D1. Grayscale: #545454. Windows color (decimal): -4773586 or 3025335. OLE color: 3025335.
HSL color Cylindrical-coordinate representation of color #B7292E: hue angle of 357.89º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7292E is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 46 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.28 |
| HSL | 357.89º | 0.63% | 0.44% | - |
| HSV(B) | 357.89º | 0.78% | 0.72% | - |
| XYZ | 20.81 | 11.85 | 3.78 | - |
| YUV | 84.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 46 | 0 | 0.78 | 0.75 | 0.28 | 357.89 | 0.63 | 0.44 |
| Hex | B7 | 29 | 2E | 0 | 4E | 4B | 1C | 166 | 3F | 2C |
| Octal | 267 | 51 | 56 | 0 | 116 | 113 | 34 | 546 | 77 | 54 |
| Binary | 10110111 | 101001 | 101110 | 0 | 1001110 | 1001011 | 11100 | 101100110 | 111111 | 101100 |
Color Harmonies of #B7292E
Complementary color
Monochromatic Colors of #B7292E
Black with #B7292E
Text Example
Text Example
White with #B7292E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7292E; }
p { color: rgb(183,41,46); }
H1.HeaderClassName
{
color: #B7292E;
}
.AnyTagClassName
{
color: #B7292E;
}
</style>
background-color css
<style>
a { background-color: #B7292E; }
a { background-color: rgb(183,41,46); }
div.DivClassName
{
background-color: #B7292E;
}
.BgClassName
{
background-color: #B7292E;
}
</style>
border-color css
<style>
span { border-color: #B7292E; }
span { border-color: rgb(183,41,46); }
td.TdClassName
{
border-color: #B7292E;
}
.TagClassName
{
border-color: #B7292E;
}
</style>