Shades of Mahogany #B53436
Tints of Mahogany #B53436
RGB
CMYK
RGB Variations
Color information
#B53436 (or 0xB53436) is known color: Mahogany. HEX triplet: B5, 34 and 36. RGB value is (181,52,54). Sum of RGB (Red+Green+Blue) = 181+52+54=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B53436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53436 is #4ACBC9. Grayscale: #5A5A5A. Windows color (decimal): -4901834 or 3552437. OLE color: 3552437.
HSL color Cylindrical-coordinate representation of color #B53436: hue angle of 359.07º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53436 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 54 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.29 |
| HSL | 359.07º | 0.55% | 0.46% | - |
| HSV(B) | 359.07º | 0.71% | 0.71% | - |
| XYZ | 20.95 | 12.55 | 4.81 | - |
| YUV | 90.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 54 | 0 | 0.71 | 0.70 | 0.29 | 359.07 | 0.55 | 0.46 |
| Hex | B5 | 34 | 36 | 0 | 47 | 46 | 1D | 167 | 37 | 2E |
| Octal | 265 | 64 | 66 | 0 | 107 | 106 | 35 | 547 | 67 | 56 |
| Binary | 10110101 | 110100 | 110110 | 0 | 1000111 | 1000110 | 11101 | 101100111 | 110111 | 101110 |
Color Harmonies of #B53436
Complementary color
Monochromatic Colors of #B53436
Black with #B53436
Text Example
Text Example
White with #B53436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53436; }
p { color: rgb(181,52,54); }
H1.HeaderClassName
{
color: #B53436;
}
.AnyTagClassName
{
color: #B53436;
}
</style>
background-color css
<style>
a { background-color: #B53436; }
a { background-color: rgb(181,52,54); }
div.DivClassName
{
background-color: #B53436;
}
.BgClassName
{
background-color: #B53436;
}
</style>
border-color css
<style>
span { border-color: #B53436; }
span { border-color: rgb(181,52,54); }
td.TdClassName
{
border-color: #B53436;
}
.TagClassName
{
border-color: #B53436;
}
</style>