Shades of Mahogany #B83137
Tints of Mahogany #B83137
RGB
CMYK
RGB Variations
Color information
#B83137 (or 0xB83137) is known color: Mahogany. HEX triplet: B8, 31 and 37. RGB value is (184,49,55). Sum of RGB (Red+Green+Blue) = 184+49+55=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B83137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83137 is #47CEC8. Grayscale: #5A5A5A. Windows color (decimal): -4705993 or 3617208. OLE color: 3617208.
HSL color Cylindrical-coordinate representation of color #B83137: hue angle of 357.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83137 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 49 | 55 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.28 |
| HSL | 357.33º | 0.58% | 0.46% | - |
| HSV(B) | 357.33º | 0.73% | 0.72% | - |
| XYZ | 21.56 | 12.66 | 4.92 | - |
| YUV | 90.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 49 | 55 | 0 | 0.73 | 0.70 | 0.28 | 357.33 | 0.58 | 0.46 |
| Hex | B8 | 31 | 37 | 0 | 49 | 46 | 1C | 165 | 3A | 2E |
| Octal | 270 | 61 | 67 | 0 | 111 | 106 | 34 | 545 | 72 | 56 |
| Binary | 10111000 | 110001 | 110111 | 0 | 1001001 | 1000110 | 11100 | 101100101 | 111010 | 101110 |
Color Harmonies of #B83137
Complementary color
Monochromatic Colors of #B83137
Black with #B83137
Text Example
Text Example
White with #B83137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83137; }
p { color: rgb(184,49,55); }
H1.HeaderClassName
{
color: #B83137;
}
.AnyTagClassName
{
color: #B83137;
}
</style>
background-color css
<style>
a { background-color: #B83137; }
a { background-color: rgb(184,49,55); }
div.DivClassName
{
background-color: #B83137;
}
.BgClassName
{
background-color: #B83137;
}
</style>
border-color css
<style>
span { border-color: #B83137; }
span { border-color: rgb(184,49,55); }
td.TdClassName
{
border-color: #B83137;
}
.TagClassName
{
border-color: #B83137;
}
</style>