Shades of Mahogany #B33137
Tints of Mahogany #B33137
RGB
CMYK
RGB Variations
Color information
#B33137 (or 0xB33137) is known color: Mahogany. HEX triplet: B3, 31 and 37. RGB value is (179,49,55). Sum of RGB (Red+Green+Blue) = 179+49+55=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B33137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33137 is #4CCEC8. Grayscale: #585858. Windows color (decimal): -5033673 or 3617203. OLE color: 3617203.
HSL color Cylindrical-coordinate representation of color #B33137: hue angle of 357.23º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33137 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 49 | 55 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.30 |
| HSL | 357.23º | 0.57% | 0.45% | - |
| HSV(B) | 357.23º | 0.73% | 0.7% | - |
| XYZ | 20.38 | 12.06 | 4.87 | - |
| YUV | 88.55 | 109.07 | 192.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 49 | 55 | 0 | 0.73 | 0.69 | 0.30 | 357.23 | 0.57 | 0.45 |
| Hex | B3 | 31 | 37 | 0 | 49 | 45 | 1E | 165 | 39 | 2D |
| Octal | 263 | 61 | 67 | 0 | 111 | 105 | 36 | 545 | 71 | 55 |
| Binary | 10110011 | 110001 | 110111 | 0 | 1001001 | 1000101 | 11110 | 101100101 | 111001 | 101101 |
Color Harmonies of #B33137
Complementary color
Monochromatic Colors of #B33137
Black with #B33137
Text Example
Text Example
White with #B33137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33137; }
p { color: rgb(179,49,55); }
H1.HeaderClassName
{
color: #B33137;
}
.AnyTagClassName
{
color: #B33137;
}
</style>
background-color css
<style>
a { background-color: #B33137; }
a { background-color: rgb(179,49,55); }
div.DivClassName
{
background-color: #B33137;
}
.BgClassName
{
background-color: #B33137;
}
</style>
border-color css
<style>
span { border-color: #B33137; }
span { border-color: rgb(179,49,55); }
td.TdClassName
{
border-color: #B33137;
}
.TagClassName
{
border-color: #B33137;
}
</style>