Shades of Mahogany #B4393C
Tints of Mahogany #B4393C
RGB
CMYK
RGB Variations
Color information
#B4393C (or 0xB4393C) is known color: Mahogany. HEX triplet: B4, 39 and 3C. RGB value is (180,57,60). Sum of RGB (Red+Green+Blue) = 180+57+60=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B4393C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4393C is #4BC6C3. Grayscale: #5E5E5E. Windows color (decimal): -4966084 or 3946932. OLE color: 3946932.
HSL color Cylindrical-coordinate representation of color #B4393C: hue angle of 358.54º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4393C is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 57 | 60 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.29 |
| HSL | 358.54º | 0.52% | 0.46% | - |
| HSV(B) | 358.54º | 0.68% | 0.71% | - |
| XYZ | 21.1 | 12.96 | 5.66 | - |
| YUV | 94.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 57 | 60 | 0 | 0.68 | 0.67 | 0.29 | 358.54 | 0.52 | 0.46 |
| Hex | B4 | 39 | 3C | 0 | 44 | 43 | 1D | 167 | 34 | 2E |
| Octal | 264 | 71 | 74 | 0 | 104 | 103 | 35 | 547 | 64 | 56 |
| Binary | 10110100 | 111001 | 111100 | 0 | 1000100 | 1000011 | 11101 | 101100111 | 110100 | 101110 |
Color Harmonies of #B4393C
Complementary color
Monochromatic Colors of #B4393C
Black with #B4393C
Text Example
Text Example
White with #B4393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4393C; }
p { color: rgb(180,57,60); }
H1.HeaderClassName
{
color: #B4393C;
}
.AnyTagClassName
{
color: #B4393C;
}
</style>
background-color css
<style>
a { background-color: #B4393C; }
a { background-color: rgb(180,57,60); }
div.DivClassName
{
background-color: #B4393C;
}
.BgClassName
{
background-color: #B4393C;
}
</style>
border-color css
<style>
span { border-color: #B4393C; }
span { border-color: rgb(180,57,60); }
td.TdClassName
{
border-color: #B4393C;
}
.TagClassName
{
border-color: #B4393C;
}
</style>