Shades of Mahogany #DA4041
Tints of Mahogany #DA4041
RGB
CMYK
RGB Variations
Color information
#DA4041 (or 0xDA4041) is known color: Mahogany. HEX triplet: DA, 40 and 41. RGB value is (218,64,65). Sum of RGB (Red+Green+Blue) = 218+64+65=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4041 is #25BFBE. Grayscale: #6E6E6E. Windows color (decimal): -2473919 or 4276442. OLE color: 4276442.
HSL color Cylindrical-coordinate representation of color #DA4041: hue angle of 359.61º 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 #DA4041 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 65 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.15 |
| HSL | 359.61º | 0.68% | 0.55% | - |
| HSV(B) | 359.61º | 0.71% | 0.85% | - |
| XYZ | 31.7 | 18.95 | 6.99 | - |
| YUV | 110.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 65 | 0 | 0.71 | 0.70 | 0.15 | 359.61 | 0.68 | 0.55 |
| Hex | DA | 40 | 41 | 0 | 47 | 46 | F | 168 | 44 | 37 |
| Octal | 332 | 100 | 101 | 0 | 107 | 106 | 17 | 550 | 104 | 67 |
| Binary | 11011010 | 1000000 | 1000001 | 0 | 1000111 | 1000110 | 1111 | 101101000 | 1000100 | 110111 |
Color Harmonies of #DA4041
Complementary color
Monochromatic Colors of #DA4041
Black with #DA4041
Text Example
Text Example
White with #DA4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4041; }
p { color: rgb(218,64,65); }
H1.HeaderClassName
{
color: #DA4041;
}
.AnyTagClassName
{
color: #DA4041;
}
</style>
background-color css
<style>
a { background-color: #DA4041; }
a { background-color: rgb(218,64,65); }
div.DivClassName
{
background-color: #DA4041;
}
.BgClassName
{
background-color: #DA4041;
}
</style>
border-color css
<style>
span { border-color: #DA4041; }
span { border-color: rgb(218,64,65); }
td.TdClassName
{
border-color: #DA4041;
}
.TagClassName
{
border-color: #DA4041;
}
</style>