Shades of Mahogany #DA4445
Tints of Mahogany #DA4445
RGB
CMYK
RGB Variations
Color information
#DA4445 (or 0xDA4445) is known color: Mahogany. HEX triplet: DA, 44 and 45. RGB value is (218,68,69). Sum of RGB (Red+Green+Blue) = 218+68+69=355 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.41% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA4445 is #25BBBA. Grayscale: #717171. Windows color (decimal): -2472891 or 4539610. OLE color: 4539610.
HSL color Cylindrical-coordinate representation of color #DA4445: hue angle of 359.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4445 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 69 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.15 |
| HSL | 359.6º | 0.67% | 0.56% | - |
| HSV(B) | 359.6º | 0.69% | 0.85% | - |
| XYZ | 32.05 | 19.47 | 7.7 | - |
| YUV | 112.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 69 | 0 | 0.69 | 0.68 | 0.15 | 359.6 | 0.67 | 0.56 |
| Hex | DA | 44 | 45 | 0 | 45 | 44 | F | 168 | 43 | 38 |
| Octal | 332 | 104 | 105 | 0 | 105 | 104 | 17 | 550 | 103 | 70 |
| Binary | 11011010 | 1000100 | 1000101 | 0 | 1000101 | 1000100 | 1111 | 101101000 | 1000011 | 111000 |
Color Harmonies of #DA4445
Complementary color
Monochromatic Colors of #DA4445
Black with #DA4445
Text Example
Text Example
White with #DA4445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4445; }
p { color: rgb(218,68,69); }
H1.HeaderClassName
{
color: #DA4445;
}
.AnyTagClassName
{
color: #DA4445;
}
</style>
background-color css
<style>
a { background-color: #DA4445; }
a { background-color: rgb(218,68,69); }
div.DivClassName
{
background-color: #DA4445;
}
.BgClassName
{
background-color: #DA4445;
}
</style>
border-color css
<style>
span { border-color: #DA4445; }
span { border-color: rgb(218,68,69); }
td.TdClassName
{
border-color: #DA4445;
}
.TagClassName
{
border-color: #DA4445;
}
</style>