Shades of Mahogany #B73437
Tints of Mahogany #B73437
RGB
CMYK
RGB Variations
Color information
#B73437 (or 0xB73437) is known color: Mahogany. HEX triplet: B7, 34 and 37. RGB value is (183,52,55). Sum of RGB (Red+Green+Blue) = 183+52+55=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B73437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73437 is #48CBC8. Grayscale: #5B5B5B. Windows color (decimal): -4770761 or 3617975. OLE color: 3617975.
HSL color Cylindrical-coordinate representation of color #B73437: hue angle of 358.63º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73437 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 55 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.28 |
| HSL | 358.63º | 0.56% | 0.46% | - |
| HSV(B) | 358.63º | 0.72% | 0.72% | - |
| XYZ | 21.45 | 12.8 | 4.95 | - |
| YUV | 91.51 | 107.4 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 55 | 0 | 0.72 | 0.70 | 0.28 | 358.63 | 0.56 | 0.46 |
| Hex | B7 | 34 | 37 | 0 | 48 | 46 | 1C | 167 | 38 | 2E |
| Octal | 267 | 64 | 67 | 0 | 110 | 106 | 34 | 547 | 70 | 56 |
| Binary | 10110111 | 110100 | 110111 | 0 | 1001000 | 1000110 | 11100 | 101100111 | 111000 | 101110 |
Color Harmonies of #B73437
Complementary color
Monochromatic Colors of #B73437
Black with #B73437
Text Example
Text Example
White with #B73437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73437; }
p { color: rgb(183,52,55); }
H1.HeaderClassName
{
color: #B73437;
}
.AnyTagClassName
{
color: #B73437;
}
</style>
background-color css
<style>
a { background-color: #B73437; }
a { background-color: rgb(183,52,55); }
div.DivClassName
{
background-color: #B73437;
}
.BgClassName
{
background-color: #B73437;
}
</style>
border-color css
<style>
span { border-color: #B73437; }
span { border-color: rgb(183,52,55); }
td.TdClassName
{
border-color: #B73437;
}
.TagClassName
{
border-color: #B73437;
}
</style>