Shades of Mahogany #B93839
Tints of Mahogany #B93839
RGB
CMYK
RGB Variations
Color information
#B93839 (or 0xB93839) is known color: Mahogany. HEX triplet: B9, 38 and 39. RGB value is (185,56,57). Sum of RGB (Red+Green+Blue) = 185+56+57=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B93839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93839 is #46C7C6. Grayscale: #5E5E5E. Windows color (decimal): -4638663 or 3750073. OLE color: 3750073.
HSL color Cylindrical-coordinate representation of color #B93839: hue angle of 359.53º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93839 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 57 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.27 |
| HSL | 359.53º | 0.54% | 0.47% | - |
| HSV(B) | 359.53º | 0.7% | 0.73% | - |
| XYZ | 22.16 | 13.44 | 5.3 | - |
| YUV | 94.69 | 106.74 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 57 | 0 | 0.70 | 0.69 | 0.27 | 359.53 | 0.54 | 0.47 |
| Hex | B9 | 38 | 39 | 0 | 46 | 45 | 1B | 168 | 36 | 2F |
| Octal | 271 | 70 | 71 | 0 | 106 | 105 | 33 | 550 | 66 | 57 |
| Binary | 10111001 | 111000 | 111001 | 0 | 1000110 | 1000101 | 11011 | 101101000 | 110110 | 101111 |
Color Harmonies of #B93839
Complementary color
Monochromatic Colors of #B93839
Black with #B93839
Text Example
Text Example
White with #B93839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93839; }
p { color: rgb(185,56,57); }
H1.HeaderClassName
{
color: #B93839;
}
.AnyTagClassName
{
color: #B93839;
}
</style>
background-color css
<style>
a { background-color: #B93839; }
a { background-color: rgb(185,56,57); }
div.DivClassName
{
background-color: #B93839;
}
.BgClassName
{
background-color: #B93839;
}
</style>
border-color css
<style>
span { border-color: #B93839; }
span { border-color: rgb(185,56,57); }
td.TdClassName
{
border-color: #B93839;
}
.TagClassName
{
border-color: #B93839;
}
</style>