Shades of Mahogany #B93237
Tints of Mahogany #B93237
RGB
CMYK
RGB Variations
Color information
#B93237 (or 0xB93237) is known color: Mahogany. HEX triplet: B9, 32 and 37. RGB value is (185,50,55). Sum of RGB (Red+Green+Blue) = 185+50+55=290 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.79% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 185 - color contains mainly: red. Hex color #B93237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93237 is #46CDC8. Grayscale: #5B5B5B. Windows color (decimal): -4640201 or 3617465. OLE color: 3617465.
HSL color Cylindrical-coordinate representation of color #B93237: hue angle of 357.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93237 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 55 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.27 |
| HSL | 357.78º | 0.57% | 0.46% | - |
| HSV(B) | 357.78º | 0.73% | 0.73% | - |
| XYZ | 21.84 | 12.87 | 4.95 | - |
| YUV | 90.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 55 | 0 | 0.73 | 0.70 | 0.27 | 357.78 | 0.57 | 0.46 |
| Hex | B9 | 32 | 37 | 0 | 49 | 46 | 1B | 166 | 39 | 2E |
| Octal | 271 | 62 | 67 | 0 | 111 | 106 | 33 | 546 | 71 | 56 |
| Binary | 10111001 | 110010 | 110111 | 0 | 1001001 | 1000110 | 11011 | 101100110 | 111001 | 101110 |
Color Harmonies of #B93237
Complementary color
Monochromatic Colors of #B93237
Black with #B93237
Text Example
Text Example
White with #B93237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93237; }
p { color: rgb(185,50,55); }
H1.HeaderClassName
{
color: #B93237;
}
.AnyTagClassName
{
color: #B93237;
}
</style>
background-color css
<style>
a { background-color: #B93237; }
a { background-color: rgb(185,50,55); }
div.DivClassName
{
background-color: #B93237;
}
.BgClassName
{
background-color: #B93237;
}
</style>
border-color css
<style>
span { border-color: #B93237; }
span { border-color: rgb(185,50,55); }
td.TdClassName
{
border-color: #B93237;
}
.TagClassName
{
border-color: #B93237;
}
</style>