Shades of Mahogany #DA3E41
Tints of Mahogany #DA3E41
RGB
CMYK
RGB Variations
Color information
#DA3E41 (or 0xDA3E41) is known color: Mahogany. HEX triplet: DA, 3E and 41. RGB value is (218,62,65). Sum of RGB (Red+Green+Blue) = 218+62+65=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 62 (24.61% from 255 or 17.97% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E41 is #25C1BE. Grayscale: #6D6D6D. Windows color (decimal): -2474431 or 4275930. OLE color: 4275930.
HSL color Cylindrical-coordinate representation of color #DA3E41: hue angle of 358.85º 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 #DA3E41 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 65 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.15 |
| HSL | 358.85º | 0.68% | 0.55% | - |
| HSV(B) | 358.85º | 0.72% | 0.85% | - |
| XYZ | 31.59 | 18.73 | 6.95 | - |
| YUV | 108.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 65 | 0 | 0.72 | 0.70 | 0.15 | 358.85 | 0.68 | 0.55 |
| Hex | DA | 3E | 41 | 0 | 48 | 46 | F | 167 | 44 | 37 |
| Octal | 332 | 76 | 101 | 0 | 110 | 106 | 17 | 547 | 104 | 67 |
| Binary | 11011010 | 111110 | 1000001 | 0 | 1001000 | 1000110 | 1111 | 101100111 | 1000100 | 110111 |
Color Harmonies of #DA3E41
Complementary color
Monochromatic Colors of #DA3E41
Black with #DA3E41
Text Example
Text Example
White with #DA3E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E41; }
p { color: rgb(218,62,65); }
H1.HeaderClassName
{
color: #DA3E41;
}
.AnyTagClassName
{
color: #DA3E41;
}
</style>
background-color css
<style>
a { background-color: #DA3E41; }
a { background-color: rgb(218,62,65); }
div.DivClassName
{
background-color: #DA3E41;
}
.BgClassName
{
background-color: #DA3E41;
}
</style>
border-color css
<style>
span { border-color: #DA3E41; }
span { border-color: rgb(218,62,65); }
td.TdClassName
{
border-color: #DA3E41;
}
.TagClassName
{
border-color: #DA3E41;
}
</style>