Shades of Mahogany #D14148
Tints of Mahogany #D14148
RGB
CMYK
RGB Variations
Color information
#D14148 (or 0xD14148) is known color: Mahogany. HEX triplet: D1, 41 and 48. RGB value is (209,65,72). Sum of RGB (Red+Green+Blue) = 209+65+72=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D14148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14148 is #2EBEB7. Grayscale: #6C6C6C. Windows color (decimal): -3063480 or 4735441. OLE color: 4735441.
HSL color Cylindrical-coordinate representation of color #D14148: hue angle of 357.08º 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 #D14148 is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 65 | 72 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.18 |
| HSL | 357.08º | 0.61% | 0.54% | - |
| HSV(B) | 357.08º | 0.69% | 0.82% | - |
| XYZ | 29.35 | 17.8 | 8.02 | - |
| YUV | 108.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 65 | 72 | 0 | 0.69 | 0.66 | 0.18 | 357.08 | 0.61 | 0.54 |
| Hex | D1 | 41 | 48 | 0 | 45 | 42 | 12 | 165 | 3D | 36 |
| Octal | 321 | 101 | 110 | 0 | 105 | 102 | 22 | 545 | 75 | 66 |
| Binary | 11010001 | 1000001 | 1001000 | 0 | 1000101 | 1000010 | 10010 | 101100101 | 111101 | 110110 |
Color Harmonies of #D14148
Complementary color
Monochromatic Colors of #D14148
Black with #D14148
Text Example
Text Example
White with #D14148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D14148; }
p { color: rgb(209,65,72); }
H1.HeaderClassName
{
color: #D14148;
}
.AnyTagClassName
{
color: #D14148;
}
</style>
background-color css
<style>
a { background-color: #D14148; }
a { background-color: rgb(209,65,72); }
div.DivClassName
{
background-color: #D14148;
}
.BgClassName
{
background-color: #D14148;
}
</style>
border-color css
<style>
span { border-color: #D14148; }
span { border-color: rgb(209,65,72); }
td.TdClassName
{
border-color: #D14148;
}
.TagClassName
{
border-color: #D14148;
}
</style>