Shades of Mahogany #DA3C46
Tints of Mahogany #DA3C46
RGB
CMYK
RGB Variations
Color information
#DA3C46 (or 0xDA3C46) is known color: Mahogany. HEX triplet: DA, 3C and 46. RGB value is (218,60,70). Sum of RGB (Red+Green+Blue) = 218+60+70=348 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.64% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C46 is #25C3B9. Grayscale: #6C6C6C. Windows color (decimal): -2474938 or 4603098. OLE color: 4603098.
HSL color Cylindrical-coordinate representation of color #DA3C46: hue angle of 356.2º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C46 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 70 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.15 |
| HSL | 356.2º | 0.68% | 0.55% | - |
| HSV(B) | 356.2º | 0.72% | 0.85% | - |
| XYZ | 31.63 | 18.58 | 7.71 | - |
| YUV | 108.38 | 106.35 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 70 | 0 | 0.72 | 0.68 | 0.15 | 356.2 | 0.68 | 0.55 |
| Hex | DA | 3C | 46 | 0 | 48 | 44 | F | 164 | 44 | 37 |
| Octal | 332 | 74 | 106 | 0 | 110 | 104 | 17 | 544 | 104 | 67 |
| Binary | 11011010 | 111100 | 1000110 | 0 | 1001000 | 1000100 | 1111 | 101100100 | 1000100 | 110111 |
Color Harmonies of #DA3C46
Complementary color
Monochromatic Colors of #DA3C46
Black with #DA3C46
Text Example
Text Example
White with #DA3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C46; }
p { color: rgb(218,60,70); }
H1.HeaderClassName
{
color: #DA3C46;
}
.AnyTagClassName
{
color: #DA3C46;
}
</style>
background-color css
<style>
a { background-color: #DA3C46; }
a { background-color: rgb(218,60,70); }
div.DivClassName
{
background-color: #DA3C46;
}
.BgClassName
{
background-color: #DA3C46;
}
</style>
border-color css
<style>
span { border-color: #DA3C46; }
span { border-color: rgb(218,60,70); }
td.TdClassName
{
border-color: #DA3C46;
}
.TagClassName
{
border-color: #DA3C46;
}
</style>