Shades of Mahogany #B54041
Tints of Mahogany #B54041
RGB
CMYK
RGB Variations
Color information
#B54041 (or 0xB54041) is known color: Mahogany. HEX triplet: B5, 40 and 41. RGB value is (181,64,65). Sum of RGB (Red+Green+Blue) = 181+64+65=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B54041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54041 is #4ABFBE. Grayscale: #636363. Windows color (decimal): -4898751 or 4276405. OLE color: 4276405.
HSL color Cylindrical-coordinate representation of color #B54041: hue angle of 359.49º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54041 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 65 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.29 |
| HSL | 359.49º | 0.48% | 0.48% | - |
| HSV(B) | 359.49º | 0.65% | 0.71% | - |
| XYZ | 21.84 | 13.87 | 6.53 | - |
| YUV | 99.1 | 108.76 | 186.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 65 | 0 | 0.65 | 0.64 | 0.29 | 359.49 | 0.48 | 0.48 |
| Hex | B5 | 40 | 41 | 0 | 41 | 40 | 1D | 167 | 30 | 30 |
| Octal | 265 | 100 | 101 | 0 | 101 | 100 | 35 | 547 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1000001 | 0 | 1000001 | 1000000 | 11101 | 101100111 | 110000 | 110000 |
Color Harmonies of #B54041
Complementary color
Monochromatic Colors of #B54041
Black with #B54041
Text Example
Text Example
White with #B54041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54041; }
p { color: rgb(181,64,65); }
H1.HeaderClassName
{
color: #B54041;
}
.AnyTagClassName
{
color: #B54041;
}
</style>
background-color css
<style>
a { background-color: #B54041; }
a { background-color: rgb(181,64,65); }
div.DivClassName
{
background-color: #B54041;
}
.BgClassName
{
background-color: #B54041;
}
</style>
border-color css
<style>
span { border-color: #B54041; }
span { border-color: rgb(181,64,65); }
td.TdClassName
{
border-color: #B54041;
}
.TagClassName
{
border-color: #B54041;
}
</style>