Shades of Mahogany #B72B2E
Tints of Mahogany #B72B2E
RGB
CMYK
RGB Variations
Color information
#B72B2E (or 0xB72B2E) is known color: Mahogany. HEX triplet: B7, 2B and 2E. RGB value is (183,43,46). Sum of RGB (Red+Green+Blue) = 183+43+46=272 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.28% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72B2E is #48D4D1. Grayscale: #555555. Windows color (decimal): -4773074 or 3025847. OLE color: 3025847.
HSL color Cylindrical-coordinate representation of color #B72B2E: hue angle of 358.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72B2E is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 43 | 46 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.28 |
| HSL | 358.71º | 0.62% | 0.44% | - |
| HSV(B) | 358.71º | 0.77% | 0.72% | - |
| XYZ | 20.89 | 11.99 | 3.8 | - |
| YUV | 85.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 46 | 0 | 0.77 | 0.75 | 0.28 | 358.71 | 0.62 | 0.44 |
| Hex | B7 | 2B | 2E | 0 | 4D | 4B | 1C | 167 | 3E | 2C |
| Octal | 267 | 53 | 56 | 0 | 115 | 113 | 34 | 547 | 76 | 54 |
| Binary | 10110111 | 101011 | 101110 | 0 | 1001101 | 1001011 | 11100 | 101100111 | 111110 | 101100 |
Color Harmonies of #B72B2E
Complementary color
Monochromatic Colors of #B72B2E
Black with #B72B2E
Text Example
Text Example
White with #B72B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72B2E; }
p { color: rgb(183,43,46); }
H1.HeaderClassName
{
color: #B72B2E;
}
.AnyTagClassName
{
color: #B72B2E;
}
</style>
background-color css
<style>
a { background-color: #B72B2E; }
a { background-color: rgb(183,43,46); }
div.DivClassName
{
background-color: #B72B2E;
}
.BgClassName
{
background-color: #B72B2E;
}
</style>
border-color css
<style>
span { border-color: #B72B2E; }
span { border-color: rgb(183,43,46); }
td.TdClassName
{
border-color: #B72B2E;
}
.TagClassName
{
border-color: #B72B2E;
}
</style>