Shades of Mahogany #B92D32
Tints of Mahogany #B92D32
RGB
CMYK
RGB Variations
Color information
#B92D32 (or 0xB92D32) is known color: Mahogany. HEX triplet: B9, 2D and 32. RGB value is (185,45,50). Sum of RGB (Red+Green+Blue) = 185+45+50=280 (37% of max value = 765). Red value is 185 (72.66% from 255 or 66.07% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 185 - color contains mainly: red. Hex color #B92D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92D32 is #46D2CD. Grayscale: #575757. Windows color (decimal): -4641486 or 3288505. OLE color: 3288505.
HSL color Cylindrical-coordinate representation of color #B92D32: hue angle of 357.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B92D32 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 45 | 50 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.27 |
| HSL | 357.86º | 0.61% | 0.45% | - |
| HSV(B) | 357.86º | 0.76% | 0.73% | - |
| XYZ | 21.52 | 12.42 | 4.28 | - |
| YUV | 87.43 | 106.88 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 45 | 50 | 0 | 0.76 | 0.73 | 0.27 | 357.86 | 0.61 | 0.45 |
| Hex | B9 | 2D | 32 | 0 | 4C | 49 | 1B | 166 | 3D | 2D |
| Octal | 271 | 55 | 62 | 0 | 114 | 111 | 33 | 546 | 75 | 55 |
| Binary | 10111001 | 101101 | 110010 | 0 | 1001100 | 1001001 | 11011 | 101100110 | 111101 | 101101 |
Color Harmonies of #B92D32
Complementary color
Monochromatic Colors of #B92D32
Black with #B92D32
Text Example
Text Example
White with #B92D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92D32; }
p { color: rgb(185,45,50); }
H1.HeaderClassName
{
color: #B92D32;
}
.AnyTagClassName
{
color: #B92D32;
}
</style>
background-color css
<style>
a { background-color: #B92D32; }
a { background-color: rgb(185,45,50); }
div.DivClassName
{
background-color: #B92D32;
}
.BgClassName
{
background-color: #B92D32;
}
</style>
border-color css
<style>
span { border-color: #B92D32; }
span { border-color: rgb(185,45,50); }
td.TdClassName
{
border-color: #B92D32;
}
.TagClassName
{
border-color: #B92D32;
}
</style>