Shades of Mahogany #B73B3C
Tints of Mahogany #B73B3C
RGB
CMYK
RGB Variations
Color information
#B73B3C (or 0xB73B3C) is known color: Mahogany. HEX triplet: B7, 3B and 3C. RGB value is (183,59,60). Sum of RGB (Red+Green+Blue) = 183+59+60=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 59 (23.44% from 255 or 19.54% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73B3C is #48C4C3. Grayscale: #606060. Windows color (decimal): -4768964 or 3947447. OLE color: 3947447.
HSL color Cylindrical-coordinate representation of color #B73B3C: hue angle of 359.52º 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 #B73B3C is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 60 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.28 |
| HSL | 359.52º | 0.51% | 0.47% | - |
| HSV(B) | 359.52º | 0.68% | 0.72% | - |
| XYZ | 21.91 | 13.52 | 5.73 | - |
| YUV | 96.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 60 | 0 | 0.68 | 0.67 | 0.28 | 359.52 | 0.51 | 0.47 |
| Hex | B7 | 3B | 3C | 0 | 44 | 43 | 1C | 168 | 33 | 2F |
| Octal | 267 | 73 | 74 | 0 | 104 | 103 | 34 | 550 | 63 | 57 |
| Binary | 10110111 | 111011 | 111100 | 0 | 1000100 | 1000011 | 11100 | 101101000 | 110011 | 101111 |
Color Harmonies of #B73B3C
Complementary color
Monochromatic Colors of #B73B3C
Black with #B73B3C
Text Example
Text Example
White with #B73B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B3C; }
p { color: rgb(183,59,60); }
H1.HeaderClassName
{
color: #B73B3C;
}
.AnyTagClassName
{
color: #B73B3C;
}
</style>
background-color css
<style>
a { background-color: #B73B3C; }
a { background-color: rgb(183,59,60); }
div.DivClassName
{
background-color: #B73B3C;
}
.BgClassName
{
background-color: #B73B3C;
}
</style>
border-color css
<style>
span { border-color: #B73B3C; }
span { border-color: rgb(183,59,60); }
td.TdClassName
{
border-color: #B73B3C;
}
.TagClassName
{
border-color: #B73B3C;
}
</style>