Shades of Mahogany #B7282B
Tints of Mahogany #B7282B
RGB
CMYK
RGB Variations
Color information
#B7282B (or 0xB7282B) is known color: Mahogany. HEX triplet: B7, 28 and 2B. RGB value is (183,40,43). Sum of RGB (Red+Green+Blue) = 183+40+43=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7282B is #48D7D4. Grayscale: #535353. Windows color (decimal): -4773845 or 2828471. OLE color: 2828471.
HSL color Cylindrical-coordinate representation of color #B7282B: hue angle of 358.74º degrees, saturation: 0.64, 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 #B7282B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 43 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.28 |
| HSL | 358.74º | 0.64% | 0.44% | - |
| HSV(B) | 358.74º | 0.78% | 0.72% | - |
| XYZ | 20.72 | 11.76 | 3.46 | - |
| YUV | 83.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 43 | 0 | 0.78 | 0.77 | 0.28 | 358.74 | 0.64 | 0.44 |
| Hex | B7 | 28 | 2B | 0 | 4E | 4D | 1C | 167 | 40 | 2C |
| Octal | 267 | 50 | 53 | 0 | 116 | 115 | 34 | 547 | 100 | 54 |
| Binary | 10110111 | 101000 | 101011 | 0 | 1001110 | 1001101 | 11100 | 101100111 | 1000000 | 101100 |
Color Harmonies of #B7282B
Complementary color
Monochromatic Colors of #B7282B
Black with #B7282B
Text Example
Text Example
White with #B7282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7282B; }
p { color: rgb(183,40,43); }
H1.HeaderClassName
{
color: #B7282B;
}
.AnyTagClassName
{
color: #B7282B;
}
</style>
background-color css
<style>
a { background-color: #B7282B; }
a { background-color: rgb(183,40,43); }
div.DivClassName
{
background-color: #B7282B;
}
.BgClassName
{
background-color: #B7282B;
}
</style>
border-color css
<style>
span { border-color: #B7282B; }
span { border-color: rgb(183,40,43); }
td.TdClassName
{
border-color: #B7282B;
}
.TagClassName
{
border-color: #B7282B;
}
</style>