Shades of Mahogany #B53F40
Tints of Mahogany #B53F40
RGB
CMYK
RGB Variations
Color information
#B53F40 (or 0xB53F40) is known color: Mahogany. HEX triplet: B5, 3F and 40. RGB value is (181,63,64). Sum of RGB (Red+Green+Blue) = 181+63+64=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53F40 is #4AC0BF. Grayscale: #626262. Windows color (decimal): -4899008 or 4210613. OLE color: 4210613.
HSL color Cylindrical-coordinate representation of color #B53F40: 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 #B53F40 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 64 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.29 |
| HSL | 359.49º | 0.48% | 0.48% | - |
| HSV(B) | 359.49º | 0.65% | 0.71% | - |
| XYZ | 21.76 | 13.75 | 6.36 | - |
| YUV | 98.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 64 | 0 | 0.65 | 0.65 | 0.29 | 359.49 | 0.48 | 0.48 |
| Hex | B5 | 3F | 40 | 0 | 41 | 41 | 1D | 167 | 30 | 30 |
| Octal | 265 | 77 | 100 | 0 | 101 | 101 | 35 | 547 | 60 | 60 |
| Binary | 10110101 | 111111 | 1000000 | 0 | 1000001 | 1000001 | 11101 | 101100111 | 110000 | 110000 |
Color Harmonies of #B53F40
Complementary color
Monochromatic Colors of #B53F40
Black with #B53F40
Text Example
Text Example
White with #B53F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F40; }
p { color: rgb(181,63,64); }
H1.HeaderClassName
{
color: #B53F40;
}
.AnyTagClassName
{
color: #B53F40;
}
</style>
background-color css
<style>
a { background-color: #B53F40; }
a { background-color: rgb(181,63,64); }
div.DivClassName
{
background-color: #B53F40;
}
.BgClassName
{
background-color: #B53F40;
}
</style>
border-color css
<style>
span { border-color: #B53F40; }
span { border-color: rgb(181,63,64); }
td.TdClassName
{
border-color: #B53F40;
}
.TagClassName
{
border-color: #B53F40;
}
</style>