Shades of Mahogany #DA3A41
Tints of Mahogany #DA3A41
RGB
CMYK
RGB Variations
Color information
#DA3A41 (or 0xDA3A41) is known color: Mahogany. HEX triplet: DA, 3A and 41. RGB value is (218,58,65). Sum of RGB (Red+Green+Blue) = 218+58+65=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A41 is #25C5BE. Grayscale: #6A6A6A. Windows color (decimal): -2475455 or 4274906. OLE color: 4274906.
HSL color Cylindrical-coordinate representation of color #DA3A41: hue angle of 357.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3A41 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 65 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.15 |
| HSL | 357.38º | 0.68% | 0.54% | - |
| HSV(B) | 357.38º | 0.73% | 0.85% | - |
| XYZ | 31.38 | 18.31 | 6.88 | - |
| YUV | 106.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 65 | 0 | 0.73 | 0.70 | 0.15 | 357.38 | 0.68 | 0.54 |
| Hex | DA | 3A | 41 | 0 | 49 | 46 | F | 165 | 44 | 36 |
| Octal | 332 | 72 | 101 | 0 | 111 | 106 | 17 | 545 | 104 | 66 |
| Binary | 11011010 | 111010 | 1000001 | 0 | 1001001 | 1000110 | 1111 | 101100101 | 1000100 | 110110 |
Color Harmonies of #DA3A41
Complementary color
Monochromatic Colors of #DA3A41
Black with #DA3A41
Text Example
Text Example
White with #DA3A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A41; }
p { color: rgb(218,58,65); }
H1.HeaderClassName
{
color: #DA3A41;
}
.AnyTagClassName
{
color: #DA3A41;
}
</style>
background-color css
<style>
a { background-color: #DA3A41; }
a { background-color: rgb(218,58,65); }
div.DivClassName
{
background-color: #DA3A41;
}
.BgClassName
{
background-color: #DA3A41;
}
</style>
border-color css
<style>
span { border-color: #DA3A41; }
span { border-color: rgb(218,58,65); }
td.TdClassName
{
border-color: #DA3A41;
}
.TagClassName
{
border-color: #DA3A41;
}
</style>