Shades of Mahogany #DA3A40
Tints of Mahogany #DA3A40
RGB
CMYK
RGB Variations
Color information
#DA3A40 (or 0xDA3A40) is known color: Mahogany. HEX triplet: DA, 3A and 40. RGB value is (218,58,64). Sum of RGB (Red+Green+Blue) = 218+58+64=340 (45% of max value = 765). Red value is 218 (85.55% from 255 or 64.12% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 64 (25.39% from 255 or 18.82% from 340); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A40 is #25C5BF. Grayscale: #6A6A6A. Windows color (decimal): -2475456 or 4209370. OLE color: 4209370.
HSL color Cylindrical-coordinate representation of color #DA3A40: hue angle of 357.75º 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 #DA3A40 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 64 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.15 |
| HSL | 357.75º | 0.68% | 0.54% | - |
| HSV(B) | 357.75º | 0.73% | 0.85% | - |
| XYZ | 31.35 | 18.3 | 6.73 | - |
| YUV | 106.52 | 104.01 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 64 | 0 | 0.73 | 0.71 | 0.15 | 357.75 | 0.68 | 0.54 |
| Hex | DA | 3A | 40 | 0 | 49 | 47 | F | 166 | 44 | 36 |
| Octal | 332 | 72 | 100 | 0 | 111 | 107 | 17 | 546 | 104 | 66 |
| Binary | 11011010 | 111010 | 1000000 | 0 | 1001001 | 1000111 | 1111 | 101100110 | 1000100 | 110110 |
Color Harmonies of #DA3A40
Complementary color
Monochromatic Colors of #DA3A40
Black with #DA3A40
Text Example
Text Example
White with #DA3A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A40; }
p { color: rgb(218,58,64); }
H1.HeaderClassName
{
color: #DA3A40;
}
.AnyTagClassName
{
color: #DA3A40;
}
</style>
background-color css
<style>
a { background-color: #DA3A40; }
a { background-color: rgb(218,58,64); }
div.DivClassName
{
background-color: #DA3A40;
}
.BgClassName
{
background-color: #DA3A40;
}
</style>
border-color css
<style>
span { border-color: #DA3A40; }
span { border-color: rgb(218,58,64); }
td.TdClassName
{
border-color: #DA3A40;
}
.TagClassName
{
border-color: #DA3A40;
}
</style>