Shades of Mahogany #DA4044
Tints of Mahogany #DA4044
RGB
CMYK
RGB Variations
Color information
#DA4044 (or 0xDA4044) is known color: Mahogany. HEX triplet: DA, 40 and 44. RGB value is (218,64,68). Sum of RGB (Red+Green+Blue) = 218+64+68=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4044 is #25BFBB. Grayscale: #6E6E6E. Windows color (decimal): -2473916 or 4473050. OLE color: 4473050.
HSL color Cylindrical-coordinate representation of color #DA4044: hue angle of 358.44º degrees, saturation: 0.68, 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 #DA4044 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 68 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.15 |
| HSL | 358.44º | 0.68% | 0.55% | - |
| HSV(B) | 358.44º | 0.71% | 0.85% | - |
| XYZ | 31.79 | 18.99 | 7.46 | - |
| YUV | 110.5 | 104.02 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 68 | 0 | 0.71 | 0.69 | 0.15 | 358.44 | 0.68 | 0.55 |
| Hex | DA | 40 | 44 | 0 | 47 | 45 | F | 166 | 44 | 37 |
| Octal | 332 | 100 | 104 | 0 | 107 | 105 | 17 | 546 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1000100 | 0 | 1000111 | 1000101 | 1111 | 101100110 | 1000100 | 110111 |
Color Harmonies of #DA4044
Complementary color
Monochromatic Colors of #DA4044
Black with #DA4044
Text Example
Text Example
White with #DA4044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4044; }
p { color: rgb(218,64,68); }
H1.HeaderClassName
{
color: #DA4044;
}
.AnyTagClassName
{
color: #DA4044;
}
</style>
background-color css
<style>
a { background-color: #DA4044; }
a { background-color: rgb(218,64,68); }
div.DivClassName
{
background-color: #DA4044;
}
.BgClassName
{
background-color: #DA4044;
}
</style>
border-color css
<style>
span { border-color: #DA4044; }
span { border-color: rgb(218,64,68); }
td.TdClassName
{
border-color: #DA4044;
}
.TagClassName
{
border-color: #DA4044;
}
</style>