Shades of Mahogany #D14447
Tints of Mahogany #D14447
RGB
CMYK
RGB Variations
Color information
#D14447 (or 0xD14447) is known color: Mahogany. HEX triplet: D1, 44 and 47. RGB value is (209,68,71). Sum of RGB (Red+Green+Blue) = 209+68+71=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D14447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14447 is #2EBBB8. Grayscale: #6E6E6E. Windows color (decimal): -3062713 or 4670673. OLE color: 4670673.
HSL color Cylindrical-coordinate representation of color #D14447: hue angle of 358.72º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D14447 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 68 | 71 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.18 |
| HSL | 358.72º | 0.61% | 0.54% | - |
| HSV(B) | 358.72º | 0.67% | 0.82% | - |
| XYZ | 29.5 | 18.14 | 7.91 | - |
| YUV | 110.5 | 105.71 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 68 | 71 | 0 | 0.67 | 0.66 | 0.18 | 358.72 | 0.61 | 0.54 |
| Hex | D1 | 44 | 47 | 0 | 43 | 42 | 12 | 167 | 3D | 36 |
| Octal | 321 | 104 | 107 | 0 | 103 | 102 | 22 | 547 | 75 | 66 |
| Binary | 11010001 | 1000100 | 1000111 | 0 | 1000011 | 1000010 | 10010 | 101100111 | 111101 | 110110 |
Color Harmonies of #D14447
Complementary color
Monochromatic Colors of #D14447
Black with #D14447
Text Example
Text Example
White with #D14447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14447; }
p { color: rgb(209,68,71); }
H1.HeaderClassName
{
color: #D14447;
}
.AnyTagClassName
{
color: #D14447;
}
</style>
background-color css
<style>
a { background-color: #D14447; }
a { background-color: rgb(209,68,71); }
div.DivClassName
{
background-color: #D14447;
}
.BgClassName
{
background-color: #D14447;
}
</style>
border-color css
<style>
span { border-color: #D14447; }
span { border-color: rgb(209,68,71); }
td.TdClassName
{
border-color: #D14447;
}
.TagClassName
{
border-color: #D14447;
}
</style>