Shades of Mahogany #B93337
Tints of Mahogany #B93337
RGB
CMYK
RGB Variations
Color information
#B93337 (or 0xB93337) is known color: Mahogany. HEX triplet: B9, 33 and 37. RGB value is (185,51,55). Sum of RGB (Red+Green+Blue) = 185+51+55=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B93337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93337 is #46CCC8. Grayscale: #5B5B5B. Windows color (decimal): -4639945 or 3617721. OLE color: 3617721.
HSL color Cylindrical-coordinate representation of color #B93337: hue angle of 358.21º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93337 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 55 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.27 |
| HSL | 358.21º | 0.57% | 0.46% | - |
| HSV(B) | 358.21º | 0.72% | 0.73% | - |
| XYZ | 21.88 | 12.96 | 4.96 | - |
| YUV | 91.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 55 | 0 | 0.72 | 0.70 | 0.27 | 358.21 | 0.57 | 0.46 |
| Hex | B9 | 33 | 37 | 0 | 48 | 46 | 1B | 166 | 39 | 2E |
| Octal | 271 | 63 | 67 | 0 | 110 | 106 | 33 | 546 | 71 | 56 |
| Binary | 10111001 | 110011 | 110111 | 0 | 1001000 | 1000110 | 11011 | 101100110 | 111001 | 101110 |
Color Harmonies of #B93337
Complementary color
Monochromatic Colors of #B93337
Black with #B93337
Text Example
Text Example
White with #B93337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93337; }
p { color: rgb(185,51,55); }
H1.HeaderClassName
{
color: #B93337;
}
.AnyTagClassName
{
color: #B93337;
}
</style>
background-color css
<style>
a { background-color: #B93337; }
a { background-color: rgb(185,51,55); }
div.DivClassName
{
background-color: #B93337;
}
.BgClassName
{
background-color: #B93337;
}
</style>
border-color css
<style>
span { border-color: #B93337; }
span { border-color: rgb(185,51,55); }
td.TdClassName
{
border-color: #B93337;
}
.TagClassName
{
border-color: #B93337;
}
</style>