Shades of Mahogany #B7292B
Tints of Mahogany #B7292B
RGB
CMYK
RGB Variations
Color information
#B7292B (or 0xB7292B) is known color: Mahogany. HEX triplet: B7, 29 and 2B. RGB value is (183,41,43). Sum of RGB (Red+Green+Blue) = 183+41+43=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B7292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7292B is #48D6D4. Grayscale: #535353. Windows color (decimal): -4773589 or 2828727. OLE color: 2828727.
HSL color Cylindrical-coordinate representation of color #B7292B: hue angle of 359.15º 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 #B7292B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 43 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.28 |
| HSL | 359.15º | 0.63% | 0.44% | - |
| HSV(B) | 359.15º | 0.78% | 0.72% | - |
| XYZ | 20.76 | 11.83 | 3.47 | - |
| YUV | 83.69 | 105.04 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 43 | 0 | 0.78 | 0.77 | 0.28 | 359.15 | 0.63 | 0.44 |
| Hex | B7 | 29 | 2B | 0 | 4E | 4D | 1C | 167 | 3F | 2C |
| Octal | 267 | 51 | 53 | 0 | 116 | 115 | 34 | 547 | 77 | 54 |
| Binary | 10110111 | 101001 | 101011 | 0 | 1001110 | 1001101 | 11100 | 101100111 | 111111 | 101100 |
Color Harmonies of #B7292B
Complementary color
Monochromatic Colors of #B7292B
Black with #B7292B
Text Example
Text Example
White with #B7292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7292B; }
p { color: rgb(183,41,43); }
H1.HeaderClassName
{
color: #B7292B;
}
.AnyTagClassName
{
color: #B7292B;
}
</style>
background-color css
<style>
a { background-color: #B7292B; }
a { background-color: rgb(183,41,43); }
div.DivClassName
{
background-color: #B7292B;
}
.BgClassName
{
background-color: #B7292B;
}
</style>
border-color css
<style>
span { border-color: #B7292B; }
span { border-color: rgb(183,41,43); }
td.TdClassName
{
border-color: #B7292B;
}
.TagClassName
{
border-color: #B7292B;
}
</style>