Shades of Mahogany #DA3841
Tints of Mahogany #DA3841
RGB
CMYK
RGB Variations
Color information
#DA3841 (or 0xDA3841) is known color: Mahogany. HEX triplet: DA, 38 and 41. RGB value is (218,56,65). Sum of RGB (Red+Green+Blue) = 218+56+65=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3841 is #25C7BE. Grayscale: #696969. Windows color (decimal): -2475967 or 4274394. OLE color: 4274394.
HSL color Cylindrical-coordinate representation of color #DA3841: hue angle of 356.67º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3841 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 56 | 65 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.15 |
| HSL | 356.67º | 0.69% | 0.54% | - |
| HSV(B) | 356.67º | 0.74% | 0.85% | - |
| XYZ | 31.28 | 18.12 | 6.85 | - |
| YUV | 105.46 | 105.17 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 56 | 65 | 0 | 0.74 | 0.70 | 0.15 | 356.67 | 0.69 | 0.54 |
| Hex | DA | 38 | 41 | 0 | 4A | 46 | F | 165 | 45 | 36 |
| Octal | 332 | 70 | 101 | 0 | 112 | 106 | 17 | 545 | 105 | 66 |
| Binary | 11011010 | 111000 | 1000001 | 0 | 1001010 | 1000110 | 1111 | 101100101 | 1000101 | 110110 |
Color Harmonies of #DA3841
Complementary color
Monochromatic Colors of #DA3841
Black with #DA3841
Text Example
Text Example
White with #DA3841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3841; }
p { color: rgb(218,56,65); }
H1.HeaderClassName
{
color: #DA3841;
}
.AnyTagClassName
{
color: #DA3841;
}
</style>
background-color css
<style>
a { background-color: #DA3841; }
a { background-color: rgb(218,56,65); }
div.DivClassName
{
background-color: #DA3841;
}
.BgClassName
{
background-color: #DA3841;
}
</style>
border-color css
<style>
span { border-color: #DA3841; }
span { border-color: rgb(218,56,65); }
td.TdClassName
{
border-color: #DA3841;
}
.TagClassName
{
border-color: #DA3841;
}
</style>