Shades of Mahogany #DA3F46
Tints of Mahogany #DA3F46
RGB
CMYK
RGB Variations
Color information
#DA3F46 (or 0xDA3F46) is known color: Mahogany. HEX triplet: DA, 3F and 46. RGB value is (218,63,70). Sum of RGB (Red+Green+Blue) = 218+63+70=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3F46 is #25C0B9. Grayscale: #6E6E6E. Windows color (decimal): -2474170 or 4603866. OLE color: 4603866.
HSL color Cylindrical-coordinate representation of color #DA3F46: hue angle of 357.29º 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 #DA3F46 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 63 | 70 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.15 |
| HSL | 357.29º | 0.68% | 0.55% | - |
| HSV(B) | 357.29º | 0.71% | 0.85% | - |
| XYZ | 31.8 | 18.9 | 7.77 | - |
| YUV | 110.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 63 | 70 | 0 | 0.71 | 0.68 | 0.15 | 357.29 | 0.68 | 0.55 |
| Hex | DA | 3F | 46 | 0 | 47 | 44 | F | 165 | 44 | 37 |
| Octal | 332 | 77 | 106 | 0 | 107 | 104 | 17 | 545 | 104 | 67 |
| Binary | 11011010 | 111111 | 1000110 | 0 | 1000111 | 1000100 | 1111 | 101100101 | 1000100 | 110111 |
Color Harmonies of #DA3F46
Complementary color
Monochromatic Colors of #DA3F46
Black with #DA3F46
Text Example
Text Example
White with #DA3F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3F46; }
p { color: rgb(218,63,70); }
H1.HeaderClassName
{
color: #DA3F46;
}
.AnyTagClassName
{
color: #DA3F46;
}
</style>
background-color css
<style>
a { background-color: #DA3F46; }
a { background-color: rgb(218,63,70); }
div.DivClassName
{
background-color: #DA3F46;
}
.BgClassName
{
background-color: #DA3F46;
}
</style>
border-color css
<style>
span { border-color: #DA3F46; }
span { border-color: rgb(218,63,70); }
td.TdClassName
{
border-color: #DA3F46;
}
.TagClassName
{
border-color: #DA3F46;
}
</style>