Shades of Mahogany #B73435
Tints of Mahogany #B73435
RGB
CMYK
RGB Variations
Color information
#B73435 (or 0xB73435) is known color: Mahogany. HEX triplet: B7, 34 and 35. RGB value is (183,52,53). Sum of RGB (Red+Green+Blue) = 183+52+53=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B73435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73435 is #48CBCA. Grayscale: #5B5B5B. Windows color (decimal): -4770763 or 3486903. OLE color: 3486903.
HSL color Cylindrical-coordinate representation of color #B73435: hue angle of 359.54º 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 #B73435 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 52 | 53 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.28 |
| HSL | 359.54º | 0.56% | 0.46% | - |
| HSV(B) | 359.54º | 0.72% | 0.72% | - |
| XYZ | 21.4 | 12.78 | 4.71 | - |
| YUV | 91.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 53 | 0 | 0.72 | 0.71 | 0.28 | 359.54 | 0.56 | 0.46 |
| Hex | B7 | 34 | 35 | 0 | 48 | 47 | 1C | 168 | 38 | 2E |
| Octal | 267 | 64 | 65 | 0 | 110 | 107 | 34 | 550 | 70 | 56 |
| Binary | 10110111 | 110100 | 110101 | 0 | 1001000 | 1000111 | 11100 | 101101000 | 111000 | 101110 |
Color Harmonies of #B73435
Complementary color
Monochromatic Colors of #B73435
Black with #B73435
Text Example
Text Example
White with #B73435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73435; }
p { color: rgb(183,52,53); }
H1.HeaderClassName
{
color: #B73435;
}
.AnyTagClassName
{
color: #B73435;
}
</style>
background-color css
<style>
a { background-color: #B73435; }
a { background-color: rgb(183,52,53); }
div.DivClassName
{
background-color: #B73435;
}
.BgClassName
{
background-color: #B73435;
}
</style>
border-color css
<style>
span { border-color: #B73435; }
span { border-color: rgb(183,52,53); }
td.TdClassName
{
border-color: #B73435;
}
.TagClassName
{
border-color: #B73435;
}
</style>