Shades of Mahogany #B7373C
Tints of Mahogany #B7373C
RGB
CMYK
RGB Variations
Color information
#B7373C (or 0xB7373C) is known color: Mahogany. HEX triplet: B7, 37 and 3C. RGB value is (183,55,60). Sum of RGB (Red+Green+Blue) = 183+55+60=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7373C is #48C8C3. Grayscale: #5D5D5D. Windows color (decimal): -4769988 or 3946423. OLE color: 3946423.
HSL color Cylindrical-coordinate representation of color #B7373C: hue angle of 357.66º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7373C is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 60 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.28 |
| HSL | 357.66º | 0.54% | 0.47% | - |
| HSV(B) | 357.66º | 0.7% | 0.72% | - |
| XYZ | 21.71 | 13.13 | 5.66 | - |
| YUV | 93.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 60 | 0 | 0.70 | 0.67 | 0.28 | 357.66 | 0.54 | 0.47 |
| Hex | B7 | 37 | 3C | 0 | 46 | 43 | 1C | 166 | 36 | 2F |
| Octal | 267 | 67 | 74 | 0 | 106 | 103 | 34 | 546 | 66 | 57 |
| Binary | 10110111 | 110111 | 111100 | 0 | 1000110 | 1000011 | 11100 | 101100110 | 110110 | 101111 |
Color Harmonies of #B7373C
Complementary color
Monochromatic Colors of #B7373C
Black with #B7373C
Text Example
Text Example
White with #B7373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7373C; }
p { color: rgb(183,55,60); }
H1.HeaderClassName
{
color: #B7373C;
}
.AnyTagClassName
{
color: #B7373C;
}
</style>
background-color css
<style>
a { background-color: #B7373C; }
a { background-color: rgb(183,55,60); }
div.DivClassName
{
background-color: #B7373C;
}
.BgClassName
{
background-color: #B7373C;
}
</style>
border-color css
<style>
span { border-color: #B7373C; }
span { border-color: rgb(183,55,60); }
td.TdClassName
{
border-color: #B7373C;
}
.TagClassName
{
border-color: #B7373C;
}
</style>