Shades of Mahogany #B7393A
Tints of Mahogany #B7393A
RGB
CMYK
RGB Variations
Color information
#B7393A (or 0xB7393A) is known color: Mahogany. HEX triplet: B7, 39 and 3A. RGB value is (183,57,58). Sum of RGB (Red+Green+Blue) = 183+57+58=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7393A is #48C6C5. Grayscale: #5E5E5E. Windows color (decimal): -4769478 or 3815863. OLE color: 3815863.
HSL color Cylindrical-coordinate representation of color #B7393A: hue angle of 359.52º 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 #B7393A is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 58 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.28 |
| HSL | 359.52º | 0.53% | 0.47% | - |
| HSV(B) | 359.52º | 0.69% | 0.72% | - |
| XYZ | 21.76 | 13.3 | 5.42 | - |
| YUV | 94.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 58 | 0 | 0.69 | 0.68 | 0.28 | 359.52 | 0.53 | 0.47 |
| Hex | B7 | 39 | 3A | 0 | 45 | 44 | 1C | 168 | 34 | 2F |
| Octal | 267 | 71 | 72 | 0 | 105 | 104 | 34 | 550 | 64 | 57 |
| Binary | 10110111 | 111001 | 111010 | 0 | 1000101 | 1000100 | 11100 | 101101000 | 110100 | 101111 |
Color Harmonies of #B7393A
Complementary color
Monochromatic Colors of #B7393A
Black with #B7393A
Text Example
Text Example
White with #B7393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7393A; }
p { color: rgb(183,57,58); }
H1.HeaderClassName
{
color: #B7393A;
}
.AnyTagClassName
{
color: #B7393A;
}
</style>
background-color css
<style>
a { background-color: #B7393A; }
a { background-color: rgb(183,57,58); }
div.DivClassName
{
background-color: #B7393A;
}
.BgClassName
{
background-color: #B7393A;
}
</style>
border-color css
<style>
span { border-color: #B7393A; }
span { border-color: rgb(183,57,58); }
td.TdClassName
{
border-color: #B7393A;
}
.TagClassName
{
border-color: #B7393A;
}
</style>