Shades of Mahogany #D4393D
Tints of Mahogany #D4393D
RGB
CMYK
RGB Variations
Color information
#D4393D (or 0xD4393D) is known color: Mahogany. HEX triplet: D4, 39 and 3D. RGB value is (212,57,61). Sum of RGB (Red+Green+Blue) = 212+57+61=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D4393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4393D is #2BC6C2. Grayscale: #676767. Windows color (decimal): -2868931 or 4012500. OLE color: 4012500.
HSL color Cylindrical-coordinate representation of color #D4393D: hue angle of 358.45º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4393D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 61 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.17 |
| HSL | 358.45º | 0.64% | 0.53% | - |
| HSV(B) | 358.45º | 0.73% | 0.83% | - |
| XYZ | 29.46 | 17.26 | 6.19 | - |
| YUV | 103.8 | 103.85 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 61 | 0 | 0.73 | 0.71 | 0.17 | 358.45 | 0.64 | 0.53 |
| Hex | D4 | 39 | 3D | 0 | 49 | 47 | 11 | 166 | 40 | 35 |
| Octal | 324 | 71 | 75 | 0 | 111 | 107 | 21 | 546 | 100 | 65 |
| Binary | 11010100 | 111001 | 111101 | 0 | 1001001 | 1000111 | 10001 | 101100110 | 1000000 | 110101 |
Color Harmonies of #D4393D
Complementary color
Monochromatic Colors of #D4393D
Black with #D4393D
Text Example
Text Example
White with #D4393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4393D; }
p { color: rgb(212,57,61); }
H1.HeaderClassName
{
color: #D4393D;
}
.AnyTagClassName
{
color: #D4393D;
}
</style>
background-color css
<style>
a { background-color: #D4393D; }
a { background-color: rgb(212,57,61); }
div.DivClassName
{
background-color: #D4393D;
}
.BgClassName
{
background-color: #D4393D;
}
</style>
border-color css
<style>
span { border-color: #D4393D; }
span { border-color: rgb(212,57,61); }
td.TdClassName
{
border-color: #D4393D;
}
.TagClassName
{
border-color: #D4393D;
}
</style>