Shades of Mahogany #B54243
Tints of Mahogany #B54243
RGB
CMYK
RGB Variations
Color information
#B54243 (or 0xB54243) is known color: Mahogany. HEX triplet: B5, 42 and 43. RGB value is (181,66,67). Sum of RGB (Red+Green+Blue) = 181+66+67=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B54243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54243 is #4ABDBC. Grayscale: #646464. Windows color (decimal): -4898237 or 4407989. OLE color: 4407989.
HSL color Cylindrical-coordinate representation of color #B54243: 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 #B54243 is Cyan = 0, Magento = 0.64, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 67 | - |
| CMYK | 0 | 0.64 | 0.63 | 0.29 |
| HSL | 359.48º | 0.47% | 0.48% | - |
| HSV(B) | 359.48º | 0.64% | 0.71% | - |
| XYZ | 22.02 | 14.13 | 6.88 | - |
| YUV | 100.5 | 109.1 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 67 | 0 | 0.64 | 0.63 | 0.29 | 359.48 | 0.47 | 0.48 |
| Hex | B5 | 42 | 43 | 0 | 40 | 3F | 1D | 167 | 2F | 30 |
| Octal | 265 | 102 | 103 | 0 | 100 | 77 | 35 | 547 | 57 | 60 |
| Binary | 10110101 | 1000010 | 1000011 | 0 | 1000000 | 111111 | 11101 | 101100111 | 101111 | 110000 |
Color Harmonies of #B54243
Complementary color
Monochromatic Colors of #B54243
Black with #B54243
Text Example
Text Example
White with #B54243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54243; }
p { color: rgb(181,66,67); }
H1.HeaderClassName
{
color: #B54243;
}
.AnyTagClassName
{
color: #B54243;
}
</style>
background-color css
<style>
a { background-color: #B54243; }
a { background-color: rgb(181,66,67); }
div.DivClassName
{
background-color: #B54243;
}
.BgClassName
{
background-color: #B54243;
}
</style>
border-color css
<style>
span { border-color: #B54243; }
span { border-color: rgb(181,66,67); }
td.TdClassName
{
border-color: #B54243;
}
.TagClassName
{
border-color: #B54243;
}
</style>