Shades of Mahogany #D14143
Tints of Mahogany #D14143
RGB
CMYK
RGB Variations
Color information
#D14143 (or 0xD14143) is known color: Mahogany. HEX triplet: D1, 41 and 43. RGB value is (209,65,67). Sum of RGB (Red+Green+Blue) = 209+65+67=341 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.29% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 209 - color contains mainly: red. Hex color #D14143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14143 is #2EBEBC. Grayscale: #6C6C6C. Windows color (decimal): -3063485 or 4407761. OLE color: 4407761.
HSL color Cylindrical-coordinate representation of color #D14143: hue angle of 359.17º 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 #D14143 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 67 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.18 |
| HSL | 359.17º | 0.61% | 0.54% | - |
| HSV(B) | 359.17º | 0.69% | 0.82% | - |
| XYZ | 29.2 | 17.74 | 7.2 | - |
| YUV | 108.28 | 104.71 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 67 | 0 | 0.69 | 0.68 | 0.18 | 359.17 | 0.61 | 0.54 |
| Hex | D1 | 41 | 43 | 0 | 45 | 44 | 12 | 167 | 3D | 36 |
| Octal | 321 | 101 | 103 | 0 | 105 | 104 | 22 | 547 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1000011 | 0 | 1000101 | 1000100 | 10010 | 101100111 | 111101 | 110110 |
Color Harmonies of #D14143
Complementary color
Monochromatic Colors of #D14143
Black with #D14143
Text Example
Text Example
White with #D14143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14143; }
p { color: rgb(209,65,67); }
H1.HeaderClassName
{
color: #D14143;
}
.AnyTagClassName
{
color: #D14143;
}
</style>
background-color css
<style>
a { background-color: #D14143; }
a { background-color: rgb(209,65,67); }
div.DivClassName
{
background-color: #D14143;
}
.BgClassName
{
background-color: #D14143;
}
</style>
border-color css
<style>
span { border-color: #D14143; }
span { border-color: rgb(209,65,67); }
td.TdClassName
{
border-color: #D14143;
}
.TagClassName
{
border-color: #D14143;
}
</style>