Shades of Mahogany #B93637
Tints of Mahogany #B93637
RGB
CMYK
RGB Variations
Color information
#B93637 (or 0xB93637) is known color: Mahogany. HEX triplet: B9, 36 and 37. RGB value is (185,54,55). Sum of RGB (Red+Green+Blue) = 185+54+55=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B93637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93637 is #46C9C8. Grayscale: #5D5D5D. Windows color (decimal): -4639177 or 3618489. OLE color: 3618489.
HSL color Cylindrical-coordinate representation of color #B93637: hue angle of 359.54º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93637 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 55 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.27 |
| HSL | 359.54º | 0.55% | 0.47% | - |
| HSV(B) | 359.54º | 0.71% | 0.73% | - |
| XYZ | 22.02 | 13.23 | 5.01 | - |
| YUV | 93.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 55 | 0 | 0.71 | 0.70 | 0.27 | 359.54 | 0.55 | 0.47 |
| Hex | B9 | 36 | 37 | 0 | 47 | 46 | 1B | 168 | 37 | 2F |
| Octal | 271 | 66 | 67 | 0 | 107 | 106 | 33 | 550 | 67 | 57 |
| Binary | 10111001 | 110110 | 110111 | 0 | 1000111 | 1000110 | 11011 | 101101000 | 110111 | 101111 |
Color Harmonies of #B93637
Complementary color
Monochromatic Colors of #B93637
Black with #B93637
Text Example
Text Example
White with #B93637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93637; }
p { color: rgb(185,54,55); }
H1.HeaderClassName
{
color: #B93637;
}
.AnyTagClassName
{
color: #B93637;
}
</style>
background-color css
<style>
a { background-color: #B93637; }
a { background-color: rgb(185,54,55); }
div.DivClassName
{
background-color: #B93637;
}
.BgClassName
{
background-color: #B93637;
}
</style>
border-color css
<style>
span { border-color: #B93637; }
span { border-color: rgb(185,54,55); }
td.TdClassName
{
border-color: #B93637;
}
.TagClassName
{
border-color: #B93637;
}
</style>