Shades of Mahogany #DA3C3F
Tints of Mahogany #DA3C3F
RGB
CMYK
RGB Variations
Color information
#DA3C3F (or 0xDA3C3F) is known color: Mahogany. HEX triplet: DA, 3C and 3F. RGB value is (218,60,63). Sum of RGB (Red+Green+Blue) = 218+60+63=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3C3F is #25C3C0. Grayscale: #6B6B6B. Windows color (decimal): -2474945 or 4144346. OLE color: 4144346.
HSL color Cylindrical-coordinate representation of color #DA3C3F: hue angle of 358.86º 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 #DA3C3F is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 60 | 63 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.15 |
| HSL | 358.86º | 0.68% | 0.55% | - |
| HSV(B) | 358.86º | 0.72% | 0.85% | - |
| XYZ | 31.43 | 18.5 | 6.62 | - |
| YUV | 107.58 | 102.85 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 60 | 63 | 0 | 0.72 | 0.71 | 0.15 | 358.86 | 0.68 | 0.55 |
| Hex | DA | 3C | 3F | 0 | 48 | 47 | F | 167 | 44 | 37 |
| Octal | 332 | 74 | 77 | 0 | 110 | 107 | 17 | 547 | 104 | 67 |
| Binary | 11011010 | 111100 | 111111 | 0 | 1001000 | 1000111 | 1111 | 101100111 | 1000100 | 110111 |
Color Harmonies of #DA3C3F
Complementary color
Monochromatic Colors of #DA3C3F
Black with #DA3C3F
Text Example
Text Example
White with #DA3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3C3F; }
p { color: rgb(218,60,63); }
H1.HeaderClassName
{
color: #DA3C3F;
}
.AnyTagClassName
{
color: #DA3C3F;
}
</style>
background-color css
<style>
a { background-color: #DA3C3F; }
a { background-color: rgb(218,60,63); }
div.DivClassName
{
background-color: #DA3C3F;
}
.BgClassName
{
background-color: #DA3C3F;
}
</style>
border-color css
<style>
span { border-color: #DA3C3F; }
span { border-color: rgb(218,60,63); }
td.TdClassName
{
border-color: #DA3C3F;
}
.TagClassName
{
border-color: #DA3C3F;
}
</style>