Shades of Mahogany #DA3E45
Tints of Mahogany #DA3E45
RGB
CMYK
RGB Variations
Color information
#DA3E45 (or 0xDA3E45) is known color: Mahogany. HEX triplet: DA, 3E and 45. RGB value is (218,62,69). Sum of RGB (Red+Green+Blue) = 218+62+69=349 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.46% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3E45 is #25C1BA. Grayscale: #6D6D6D. Windows color (decimal): -2474427 or 4538074. OLE color: 4538074.
HSL color Cylindrical-coordinate representation of color #DA3E45: hue angle of 357.31º 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 #DA3E45 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 69 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.15 |
| HSL | 357.31º | 0.68% | 0.55% | - |
| HSV(B) | 357.31º | 0.72% | 0.85% | - |
| XYZ | 31.71 | 18.78 | 7.58 | - |
| YUV | 109.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 69 | 0 | 0.72 | 0.68 | 0.15 | 357.31 | 0.68 | 0.55 |
| Hex | DA | 3E | 45 | 0 | 48 | 44 | F | 165 | 44 | 37 |
| Octal | 332 | 76 | 105 | 0 | 110 | 104 | 17 | 545 | 104 | 67 |
| Binary | 11011010 | 111110 | 1000101 | 0 | 1001000 | 1000100 | 1111 | 101100101 | 1000100 | 110111 |
Color Harmonies of #DA3E45
Complementary color
Monochromatic Colors of #DA3E45
Black with #DA3E45
Text Example
Text Example
White with #DA3E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E45; }
p { color: rgb(218,62,69); }
H1.HeaderClassName
{
color: #DA3E45;
}
.AnyTagClassName
{
color: #DA3E45;
}
</style>
background-color css
<style>
a { background-color: #DA3E45; }
a { background-color: rgb(218,62,69); }
div.DivClassName
{
background-color: #DA3E45;
}
.BgClassName
{
background-color: #DA3E45;
}
</style>
border-color css
<style>
span { border-color: #DA3E45; }
span { border-color: rgb(218,62,69); }
td.TdClassName
{
border-color: #DA3E45;
}
.TagClassName
{
border-color: #DA3E45;
}
</style>