Shades of Mahogany #D94048
Tints of Mahogany #D94048
RGB
CMYK
RGB Variations
Color information
#D94048 (or 0xD94048) is known color: Mahogany. HEX triplet: D9, 40 and 48. RGB value is (217,64,72). Sum of RGB (Red+Green+Blue) = 217+64+72=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D94048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D94048 is #26BFB7. Grayscale: #6E6E6E. Windows color (decimal): -2539448 or 4735193. OLE color: 4735193.
HSL color Cylindrical-coordinate representation of color #D94048: hue angle of 356.86º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D94048 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 64 | 72 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.15 |
| HSL | 356.86º | 0.67% | 0.55% | - |
| HSV(B) | 356.86º | 0.71% | 0.85% | - |
| XYZ | 31.62 | 18.89 | 8.11 | - |
| YUV | 110.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 64 | 72 | 0 | 0.71 | 0.67 | 0.15 | 356.86 | 0.67 | 0.55 |
| Hex | D9 | 40 | 48 | 0 | 47 | 43 | F | 165 | 43 | 37 |
| Octal | 331 | 100 | 110 | 0 | 107 | 103 | 17 | 545 | 103 | 67 |
| Binary | 11011001 | 1000000 | 1001000 | 0 | 1000111 | 1000011 | 1111 | 101100101 | 1000011 | 110111 |
Color Harmonies of #D94048
Complementary color
Monochromatic Colors of #D94048
Black with #D94048
Text Example
Text Example
White with #D94048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94048; }
p { color: rgb(217,64,72); }
H1.HeaderClassName
{
color: #D94048;
}
.AnyTagClassName
{
color: #D94048;
}
</style>
background-color css
<style>
a { background-color: #D94048; }
a { background-color: rgb(217,64,72); }
div.DivClassName
{
background-color: #D94048;
}
.BgClassName
{
background-color: #D94048;
}
</style>
border-color css
<style>
span { border-color: #D94048; }
span { border-color: rgb(217,64,72); }
td.TdClassName
{
border-color: #D94048;
}
.TagClassName
{
border-color: #D94048;
}
</style>