Shades of Mahogany #B8393C
Tints of Mahogany #B8393C
RGB
CMYK
RGB Variations
Color information
#B8393C (or 0xB8393C) is known color: Mahogany. HEX triplet: B8, 39 and 3C. RGB value is (184,57,60). Sum of RGB (Red+Green+Blue) = 184+57+60=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B8393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8393C is #47C6C3. Grayscale: #5F5F5F. Windows color (decimal): -4703940 or 3946936. OLE color: 3946936.
HSL color Cylindrical-coordinate representation of color #B8393C: hue angle of 358.58º degrees, saturation: 0.53, 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 #B8393C is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 60 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.28 |
| HSL | 358.58º | 0.53% | 0.47% | - |
| HSV(B) | 358.58º | 0.69% | 0.72% | - |
| XYZ | 22.05 | 13.44 | 5.71 | - |
| YUV | 95.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 60 | 0 | 0.69 | 0.67 | 0.28 | 358.58 | 0.53 | 0.47 |
| Hex | B8 | 39 | 3C | 0 | 45 | 43 | 1C | 167 | 35 | 2F |
| Octal | 270 | 71 | 74 | 0 | 105 | 103 | 34 | 547 | 65 | 57 |
| Binary | 10111000 | 111001 | 111100 | 0 | 1000101 | 1000011 | 11100 | 101100111 | 110101 | 101111 |
Color Harmonies of #B8393C
Complementary color
Monochromatic Colors of #B8393C
Black with #B8393C
Text Example
Text Example
White with #B8393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8393C; }
p { color: rgb(184,57,60); }
H1.HeaderClassName
{
color: #B8393C;
}
.AnyTagClassName
{
color: #B8393C;
}
</style>
background-color css
<style>
a { background-color: #B8393C; }
a { background-color: rgb(184,57,60); }
div.DivClassName
{
background-color: #B8393C;
}
.BgClassName
{
background-color: #B8393C;
}
</style>
border-color css
<style>
span { border-color: #B8393C; }
span { border-color: rgb(184,57,60); }
td.TdClassName
{
border-color: #B8393C;
}
.TagClassName
{
border-color: #B8393C;
}
</style>