Shades of Mahogany #B54142
Tints of Mahogany #B54142
RGB
CMYK
RGB Variations
Color information
#B54142 (or 0xB54142) is known color: Mahogany. HEX triplet: B5, 41 and 42. RGB value is (181,65,66). Sum of RGB (Red+Green+Blue) = 181+65+66=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B54142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54142 is #4ABEBD. Grayscale: #636363. Windows color (decimal): -4898494 or 4342197. OLE color: 4342197.
HSL color Cylindrical-coordinate representation of color #B54142: hue angle of 359.48º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B54142 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 66 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.29 |
| HSL | 359.48º | 0.47% | 0.48% | - |
| HSV(B) | 359.48º | 0.64% | 0.71% | - |
| XYZ | 21.93 | 14 | 6.7 | - |
| YUV | 99.8 | 108.93 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 66 | 0 | 0.64 | 0.64 | 0.29 | 359.48 | 0.47 | 0.48 |
| Hex | B5 | 41 | 42 | 0 | 40 | 40 | 1D | 167 | 2F | 30 |
| Octal | 265 | 101 | 102 | 0 | 100 | 100 | 35 | 547 | 57 | 60 |
| Binary | 10110101 | 1000001 | 1000010 | 0 | 1000000 | 1000000 | 11101 | 101100111 | 101111 | 110000 |
Color Harmonies of #B54142
Complementary color
Monochromatic Colors of #B54142
Black with #B54142
Text Example
Text Example
White with #B54142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54142; }
p { color: rgb(181,65,66); }
H1.HeaderClassName
{
color: #B54142;
}
.AnyTagClassName
{
color: #B54142;
}
</style>
background-color css
<style>
a { background-color: #B54142; }
a { background-color: rgb(181,65,66); }
div.DivClassName
{
background-color: #B54142;
}
.BgClassName
{
background-color: #B54142;
}
</style>
border-color css
<style>
span { border-color: #B54142; }
span { border-color: rgb(181,65,66); }
td.TdClassName
{
border-color: #B54142;
}
.TagClassName
{
border-color: #B54142;
}
</style>