Shades of Mahogany #DA3C44
Tints of Mahogany #DA3C44
RGB
CMYK
RGB Variations
Color information
#DA3C44 (or 0xDA3C44) is known color: Mahogany. HEX triplet: DA, 3C and 44. RGB value is (218,60,68). Sum of RGB (Red+Green+Blue) = 218+60+68=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C44 is #25C3BB. Grayscale: #6C6C6C. Windows color (decimal): -2474940 or 4472026. OLE color: 4472026.
HSL color Cylindrical-coordinate representation of color #DA3C44: hue angle of 356.96º 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 #DA3C44 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 68 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.15 |
| HSL | 356.96º | 0.68% | 0.55% | - |
| HSV(B) | 356.96º | 0.72% | 0.85% | - |
| XYZ | 31.57 | 18.55 | 7.39 | - |
| YUV | 108.15 | 105.35 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 68 | 0 | 0.72 | 0.69 | 0.15 | 356.96 | 0.68 | 0.55 |
| Hex | DA | 3C | 44 | 0 | 48 | 45 | F | 165 | 44 | 37 |
| Octal | 332 | 74 | 104 | 0 | 110 | 105 | 17 | 545 | 104 | 67 |
| Binary | 11011010 | 111100 | 1000100 | 0 | 1001000 | 1000101 | 1111 | 101100101 | 1000100 | 110111 |
Color Harmonies of #DA3C44
Complementary color
Monochromatic Colors of #DA3C44
Black with #DA3C44
Text Example
Text Example
White with #DA3C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C44; }
p { color: rgb(218,60,68); }
H1.HeaderClassName
{
color: #DA3C44;
}
.AnyTagClassName
{
color: #DA3C44;
}
</style>
background-color css
<style>
a { background-color: #DA3C44; }
a { background-color: rgb(218,60,68); }
div.DivClassName
{
background-color: #DA3C44;
}
.BgClassName
{
background-color: #DA3C44;
}
</style>
border-color css
<style>
span { border-color: #DA3C44; }
span { border-color: rgb(218,60,68); }
td.TdClassName
{
border-color: #DA3C44;
}
.TagClassName
{
border-color: #DA3C44;
}
</style>