Shades of Mahogany #B7393C
Tints of Mahogany #B7393C
RGB
CMYK
RGB Variations
Color information
#B7393C (or 0xB7393C) is known color: Mahogany. HEX triplet: B7, 39 and 3C. RGB value is (183,57,60). Sum of RGB (Red+Green+Blue) = 183+57+60=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7393C is #48C6C3. Grayscale: #5F5F5F. Windows color (decimal): -4769476 or 3946935. OLE color: 3946935.
HSL color Cylindrical-coordinate representation of color #B7393C: hue angle of 358.57º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7393C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 60 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.28 |
| HSL | 358.57º | 0.53% | 0.47% | - |
| HSV(B) | 358.57º | 0.69% | 0.72% | - |
| XYZ | 21.81 | 13.32 | 5.7 | - |
| YUV | 95.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 60 | 0 | 0.69 | 0.67 | 0.28 | 358.57 | 0.53 | 0.47 |
| Hex | B7 | 39 | 3C | 0 | 45 | 43 | 1C | 167 | 34 | 2F |
| Octal | 267 | 71 | 74 | 0 | 105 | 103 | 34 | 547 | 64 | 57 |
| Binary | 10110111 | 111001 | 111100 | 0 | 1000101 | 1000011 | 11100 | 101100111 | 110100 | 101111 |
Color Harmonies of #B7393C
Complementary color
Monochromatic Colors of #B7393C
Black with #B7393C
Text Example
Text Example
White with #B7393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7393C; }
p { color: rgb(183,57,60); }
H1.HeaderClassName
{
color: #B7393C;
}
.AnyTagClassName
{
color: #B7393C;
}
</style>
background-color css
<style>
a { background-color: #B7393C; }
a { background-color: rgb(183,57,60); }
div.DivClassName
{
background-color: #B7393C;
}
.BgClassName
{
background-color: #B7393C;
}
</style>
border-color css
<style>
span { border-color: #B7393C; }
span { border-color: rgb(183,57,60); }
td.TdClassName
{
border-color: #B7393C;
}
.TagClassName
{
border-color: #B7393C;
}
</style>