Shades of Mahogany #B53136
Tints of Mahogany #B53136
RGB
CMYK
RGB Variations
Color information
#B53136 (or 0xB53136) is known color: Mahogany. HEX triplet: B5, 31 and 36. RGB value is (181,49,54). Sum of RGB (Red+Green+Blue) = 181+49+54=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 54 (21.48% from 255 or 19.01% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B53136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53136 is #4ACEC9. Grayscale: #595959. Windows color (decimal): -4902602 or 3551669. OLE color: 3551669.
HSL color Cylindrical-coordinate representation of color #B53136: hue angle of 357.73º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53136 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 49 | 54 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.29 |
| HSL | 357.73º | 0.57% | 0.45% | - |
| HSV(B) | 357.73º | 0.73% | 0.71% | - |
| XYZ | 20.82 | 12.29 | 4.76 | - |
| YUV | 89.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 49 | 54 | 0 | 0.73 | 0.70 | 0.29 | 357.73 | 0.57 | 0.45 |
| Hex | B5 | 31 | 36 | 0 | 49 | 46 | 1D | 166 | 39 | 2D |
| Octal | 265 | 61 | 66 | 0 | 111 | 106 | 35 | 546 | 71 | 55 |
| Binary | 10110101 | 110001 | 110110 | 0 | 1001001 | 1000110 | 11101 | 101100110 | 111001 | 101101 |
Color Harmonies of #B53136
Complementary color
Monochromatic Colors of #B53136
Black with #B53136
Text Example
Text Example
White with #B53136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53136; }
p { color: rgb(181,49,54); }
H1.HeaderClassName
{
color: #B53136;
}
.AnyTagClassName
{
color: #B53136;
}
</style>
background-color css
<style>
a { background-color: #B53136; }
a { background-color: rgb(181,49,54); }
div.DivClassName
{
background-color: #B53136;
}
.BgClassName
{
background-color: #B53136;
}
</style>
border-color css
<style>
span { border-color: #B53136; }
span { border-color: rgb(181,49,54); }
td.TdClassName
{
border-color: #B53136;
}
.TagClassName
{
border-color: #B53136;
}
</style>