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