Shades of Mahogany #DA3A3B
Tints of Mahogany #DA3A3B
RGB
CMYK
RGB Variations
Color information
#DA3A3B (or 0xDA3A3B) is known color: Mahogany. HEX triplet: DA, 3A and 3B. RGB value is (218,58,59). Sum of RGB (Red+Green+Blue) = 218+58+59=335 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.07% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3A3B is #25C5C4. Grayscale: #6A6A6A. Windows color (decimal): -2475461 or 3881690. OLE color: 3881690.
HSL color Cylindrical-coordinate representation of color #DA3A3B: hue angle of 359.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA3A3B is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 58 | 59 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.15 |
| HSL | 359.63º | 0.68% | 0.54% | - |
| HSV(B) | 359.63º | 0.73% | 0.85% | - |
| XYZ | 31.22 | 18.25 | 6.01 | - |
| YUV | 105.95 | 101.51 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 58 | 59 | 0 | 0.73 | 0.73 | 0.15 | 359.63 | 0.68 | 0.54 |
| Hex | DA | 3A | 3B | 0 | 49 | 49 | F | 168 | 44 | 36 |
| Octal | 332 | 72 | 73 | 0 | 111 | 111 | 17 | 550 | 104 | 66 |
| Binary | 11011010 | 111010 | 111011 | 0 | 1001001 | 1001001 | 1111 | 101101000 | 1000100 | 110110 |
Color Harmonies of #DA3A3B
Complementary color
Monochromatic Colors of #DA3A3B
Black with #DA3A3B
Text Example
Text Example
White with #DA3A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3A3B; }
p { color: rgb(218,58,59); }
H1.HeaderClassName
{
color: #DA3A3B;
}
.AnyTagClassName
{
color: #DA3A3B;
}
</style>
background-color css
<style>
a { background-color: #DA3A3B; }
a { background-color: rgb(218,58,59); }
div.DivClassName
{
background-color: #DA3A3B;
}
.BgClassName
{
background-color: #DA3A3B;
}
</style>
border-color css
<style>
span { border-color: #DA3A3B; }
span { border-color: rgb(218,58,59); }
td.TdClassName
{
border-color: #DA3A3B;
}
.TagClassName
{
border-color: #DA3A3B;
}
</style>