Shades of Mahogany #B73037
Tints of Mahogany #B73037
RGB
CMYK
RGB Variations
Color information
#B73037 (or 0xB73037) is known color: Mahogany. HEX triplet: B7, 30 and 37. RGB value is (183,48,55). Sum of RGB (Red+Green+Blue) = 183+48+55=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B73037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73037 is #48CFC8. Grayscale: #595959. Windows color (decimal): -4771785 or 3616951. OLE color: 3616951.
HSL color Cylindrical-coordinate representation of color #B73037: hue angle of 356.89º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73037 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 55 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.28 |
| HSL | 356.89º | 0.58% | 0.45% | - |
| HSV(B) | 356.89º | 0.74% | 0.72% | - |
| XYZ | 21.27 | 12.46 | 4.9 | - |
| YUV | 89.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 55 | 0 | 0.74 | 0.70 | 0.28 | 356.89 | 0.58 | 0.45 |
| Hex | B7 | 30 | 37 | 0 | 4A | 46 | 1C | 165 | 3A | 2D |
| Octal | 267 | 60 | 67 | 0 | 112 | 106 | 34 | 545 | 72 | 55 |
| Binary | 10110111 | 110000 | 110111 | 0 | 1001010 | 1000110 | 11100 | 101100101 | 111010 | 101101 |
Color Harmonies of #B73037
Complementary color
Monochromatic Colors of #B73037
Black with #B73037
Text Example
Text Example
White with #B73037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73037; }
p { color: rgb(183,48,55); }
H1.HeaderClassName
{
color: #B73037;
}
.AnyTagClassName
{
color: #B73037;
}
</style>
background-color css
<style>
a { background-color: #B73037; }
a { background-color: rgb(183,48,55); }
div.DivClassName
{
background-color: #B73037;
}
.BgClassName
{
background-color: #B73037;
}
</style>
border-color css
<style>
span { border-color: #B73037; }
span { border-color: rgb(183,48,55); }
td.TdClassName
{
border-color: #B73037;
}
.TagClassName
{
border-color: #B73037;
}
</style>