Shades of Mahogany #B73B3E
Tints of Mahogany #B73B3E
RGB
CMYK
RGB Variations
Color information
#B73B3E (or 0xB73B3E) is known color: Mahogany. HEX triplet: B7, 3B and 3E. RGB value is (183,59,62). Sum of RGB (Red+Green+Blue) = 183+59+62=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B3E is #48C4C1. Grayscale: #606060. Windows color (decimal): -4768962 or 4078519. OLE color: 4078519.
HSL color Cylindrical-coordinate representation of color #B73B3E: hue angle of 358.55º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B73B3E is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 62 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.28 |
| HSL | 358.55º | 0.51% | 0.47% | - |
| HSV(B) | 358.55º | 0.68% | 0.72% | - |
| XYZ | 21.96 | 13.54 | 6.01 | - |
| YUV | 96.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 62 | 0 | 0.68 | 0.66 | 0.28 | 358.55 | 0.51 | 0.47 |
| Hex | B7 | 3B | 3E | 0 | 44 | 42 | 1C | 167 | 33 | 2F |
| Octal | 267 | 73 | 76 | 0 | 104 | 102 | 34 | 547 | 63 | 57 |
| Binary | 10110111 | 111011 | 111110 | 0 | 1000100 | 1000010 | 11100 | 101100111 | 110011 | 101111 |
Color Harmonies of #B73B3E
Complementary color
Monochromatic Colors of #B73B3E
Black with #B73B3E
Text Example
Text Example
White with #B73B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B3E; }
p { color: rgb(183,59,62); }
H1.HeaderClassName
{
color: #B73B3E;
}
.AnyTagClassName
{
color: #B73B3E;
}
</style>
background-color css
<style>
a { background-color: #B73B3E; }
a { background-color: rgb(183,59,62); }
div.DivClassName
{
background-color: #B73B3E;
}
.BgClassName
{
background-color: #B73B3E;
}
</style>
border-color css
<style>
span { border-color: #B73B3E; }
span { border-color: rgb(183,59,62); }
td.TdClassName
{
border-color: #B73B3E;
}
.TagClassName
{
border-color: #B73B3E;
}
</style>