Shades of Mahogany #D14147
Tints of Mahogany #D14147
RGB
CMYK
RGB Variations
Color information
#D14147 (or 0xD14147) is known color: Mahogany. HEX triplet: D1, 41 and 47. RGB value is (209,65,71). Sum of RGB (Red+Green+Blue) = 209+65+71=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D14147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14147 is #2EBEB8. Grayscale: #6C6C6C. Windows color (decimal): -3063481 or 4669905. OLE color: 4669905.
HSL color Cylindrical-coordinate representation of color #D14147: hue angle of 357.5º 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 #D14147 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 71 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.18 |
| HSL | 357.5º | 0.61% | 0.54% | - |
| HSV(B) | 357.5º | 0.69% | 0.82% | - |
| XYZ | 29.32 | 17.79 | 7.85 | - |
| YUV | 108.74 | 106.71 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 71 | 0 | 0.69 | 0.66 | 0.18 | 357.5 | 0.61 | 0.54 |
| Hex | D1 | 41 | 47 | 0 | 45 | 42 | 12 | 166 | 3D | 36 |
| Octal | 321 | 101 | 107 | 0 | 105 | 102 | 22 | 546 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1000111 | 0 | 1000101 | 1000010 | 10010 | 101100110 | 111101 | 110110 |
Color Harmonies of #D14147
Complementary color
Monochromatic Colors of #D14147
Black with #D14147
Text Example
Text Example
White with #D14147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14147; }
p { color: rgb(209,65,71); }
H1.HeaderClassName
{
color: #D14147;
}
.AnyTagClassName
{
color: #D14147;
}
</style>
background-color css
<style>
a { background-color: #D14147; }
a { background-color: rgb(209,65,71); }
div.DivClassName
{
background-color: #D14147;
}
.BgClassName
{
background-color: #D14147;
}
</style>
border-color css
<style>
span { border-color: #D14147; }
span { border-color: rgb(209,65,71); }
td.TdClassName
{
border-color: #D14147;
}
.TagClassName
{
border-color: #D14147;
}
</style>