Shades of Mahogany #D14047
Tints of Mahogany #D14047
RGB
CMYK
RGB Variations
Color information
#D14047 (or 0xD14047) is known color: Mahogany. HEX triplet: D1, 40 and 47. RGB value is (209,64,71). Sum of RGB (Red+Green+Blue) = 209+64+71=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D14047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14047 is #2EBFB8. Grayscale: #6C6C6C. Windows color (decimal): -3063737 or 4669649. OLE color: 4669649.
HSL color Cylindrical-coordinate representation of color #D14047: hue angle of 357.1º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D14047 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 64 | 71 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.18 |
| HSL | 357.1º | 0.61% | 0.54% | - |
| HSV(B) | 357.1º | 0.69% | 0.82% | - |
| XYZ | 29.27 | 17.68 | 7.83 | - |
| YUV | 108.15 | 107.04 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 64 | 71 | 0 | 0.69 | 0.66 | 0.18 | 357.1 | 0.61 | 0.54 |
| Hex | D1 | 40 | 47 | 0 | 45 | 42 | 12 | 165 | 3D | 36 |
| Octal | 321 | 100 | 107 | 0 | 105 | 102 | 22 | 545 | 75 | 66 |
| Binary | 11010001 | 1000000 | 1000111 | 0 | 1000101 | 1000010 | 10010 | 101100101 | 111101 | 110110 |
Color Harmonies of #D14047
Complementary color
Monochromatic Colors of #D14047
Black with #D14047
Text Example
Text Example
White with #D14047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14047; }
p { color: rgb(209,64,71); }
H1.HeaderClassName
{
color: #D14047;
}
.AnyTagClassName
{
color: #D14047;
}
</style>
background-color css
<style>
a { background-color: #D14047; }
a { background-color: rgb(209,64,71); }
div.DivClassName
{
background-color: #D14047;
}
.BgClassName
{
background-color: #D14047;
}
</style>
border-color css
<style>
span { border-color: #D14047; }
span { border-color: rgb(209,64,71); }
td.TdClassName
{
border-color: #D14047;
}
.TagClassName
{
border-color: #D14047;
}
</style>