Shades of Mahogany #B93132
Tints of Mahogany #B93132
RGB
CMYK
RGB Variations
Color information
#B93132 (or 0xB93132) is known color: Mahogany. HEX triplet: B9, 31 and 32. RGB value is (185,49,50). Sum of RGB (Red+Green+Blue) = 185+49+50=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B93132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93132 is #46CECD. Grayscale: #595959. Windows color (decimal): -4640462 or 3289529. OLE color: 3289529.
HSL color Cylindrical-coordinate representation of color #B93132: hue angle of 359.56º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93132 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 50 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.27 |
| HSL | 359.56º | 0.58% | 0.46% | - |
| HSV(B) | 359.56º | 0.74% | 0.73% | - |
| XYZ | 21.68 | 12.74 | 4.33 | - |
| YUV | 89.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 50 | 0 | 0.74 | 0.73 | 0.27 | 359.56 | 0.58 | 0.46 |
| Hex | B9 | 31 | 32 | 0 | 4A | 49 | 1B | 168 | 3A | 2E |
| Octal | 271 | 61 | 62 | 0 | 112 | 111 | 33 | 550 | 72 | 56 |
| Binary | 10111001 | 110001 | 110010 | 0 | 1001010 | 1001001 | 11011 | 101101000 | 111010 | 101110 |
Color Harmonies of #B93132
Complementary color
Monochromatic Colors of #B93132
Black with #B93132
Text Example
Text Example
White with #B93132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93132; }
p { color: rgb(185,49,50); }
H1.HeaderClassName
{
color: #B93132;
}
.AnyTagClassName
{
color: #B93132;
}
</style>
background-color css
<style>
a { background-color: #B93132; }
a { background-color: rgb(185,49,50); }
div.DivClassName
{
background-color: #B93132;
}
.BgClassName
{
background-color: #B93132;
}
</style>
border-color css
<style>
span { border-color: #B93132; }
span { border-color: rgb(185,49,50); }
td.TdClassName
{
border-color: #B93132;
}
.TagClassName
{
border-color: #B93132;
}
</style>