Shades of Mahogany #DA4148
Tints of Mahogany #DA4148
RGB
CMYK
RGB Variations
Color information
#DA4148 (or 0xDA4148) is known color: Mahogany. HEX triplet: DA, 41 and 48. RGB value is (218,65,72). Sum of RGB (Red+Green+Blue) = 218+65+72=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4148 is #25BEB7. Grayscale: #6F6F6F. Windows color (decimal): -2473656 or 4735450. OLE color: 4735450.
HSL color Cylindrical-coordinate representation of color #DA4148: hue angle of 357.25º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA4148 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 65 | 72 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.15 |
| HSL | 357.25º | 0.67% | 0.55% | - |
| HSV(B) | 357.25º | 0.7% | 0.85% | - |
| XYZ | 31.97 | 19.15 | 8.14 | - |
| YUV | 111.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 65 | 72 | 0 | 0.70 | 0.67 | 0.15 | 357.25 | 0.67 | 0.55 |
| Hex | DA | 41 | 48 | 0 | 46 | 43 | F | 165 | 43 | 37 |
| Octal | 332 | 101 | 110 | 0 | 106 | 103 | 17 | 545 | 103 | 67 |
| Binary | 11011010 | 1000001 | 1001000 | 0 | 1000110 | 1000011 | 1111 | 101100101 | 1000011 | 110111 |
Color Harmonies of #DA4148
Complementary color
Monochromatic Colors of #DA4148
Black with #DA4148
Text Example
Text Example
White with #DA4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4148; }
p { color: rgb(218,65,72); }
H1.HeaderClassName
{
color: #DA4148;
}
.AnyTagClassName
{
color: #DA4148;
}
</style>
background-color css
<style>
a { background-color: #DA4148; }
a { background-color: rgb(218,65,72); }
div.DivClassName
{
background-color: #DA4148;
}
.BgClassName
{
background-color: #DA4148;
}
</style>
border-color css
<style>
span { border-color: #DA4148; }
span { border-color: rgb(218,65,72); }
td.TdClassName
{
border-color: #DA4148;
}
.TagClassName
{
border-color: #DA4148;
}
</style>