Shades of Mahogany #B73A3E
Tints of Mahogany #B73A3E
RGB
CMYK
RGB Variations
Color information
#B73A3E (or 0xB73A3E) is known color: Mahogany. HEX triplet: B7, 3A and 3E. RGB value is (183,58,62). Sum of RGB (Red+Green+Blue) = 183+58+62=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 58 (23.05% from 255 or 19.14% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A3E is #48C5C1. Grayscale: #5F5F5F. Windows color (decimal): -4769218 or 4078263. OLE color: 4078263.
HSL color Cylindrical-coordinate representation of color #B73A3E: hue angle of 358.08º degrees, saturation: 0.52, 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 #B73A3E is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 62 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.28 |
| HSL | 358.08º | 0.52% | 0.47% | - |
| HSV(B) | 358.08º | 0.68% | 0.72% | - |
| XYZ | 21.91 | 13.44 | 6 | - |
| YUV | 95.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 62 | 0 | 0.68 | 0.66 | 0.28 | 358.08 | 0.52 | 0.47 |
| Hex | B7 | 3A | 3E | 0 | 44 | 42 | 1C | 166 | 34 | 2F |
| Octal | 267 | 72 | 76 | 0 | 104 | 102 | 34 | 546 | 64 | 57 |
| Binary | 10110111 | 111010 | 111110 | 0 | 1000100 | 1000010 | 11100 | 101100110 | 110100 | 101111 |
Color Harmonies of #B73A3E
Complementary color
Monochromatic Colors of #B73A3E
Black with #B73A3E
Text Example
Text Example
White with #B73A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A3E; }
p { color: rgb(183,58,62); }
H1.HeaderClassName
{
color: #B73A3E;
}
.AnyTagClassName
{
color: #B73A3E;
}
</style>
background-color css
<style>
a { background-color: #B73A3E; }
a { background-color: rgb(183,58,62); }
div.DivClassName
{
background-color: #B73A3E;
}
.BgClassName
{
background-color: #B73A3E;
}
</style>
border-color css
<style>
span { border-color: #B73A3E; }
span { border-color: rgb(183,58,62); }
td.TdClassName
{
border-color: #B73A3E;
}
.TagClassName
{
border-color: #B73A3E;
}
</style>