Shades of Mahogany #DD4344
Tints of Mahogany #DD4344
RGB
CMYK
RGB Variations
Color information
#DD4344 (or 0xDD4344) is known color: Mahogany. HEX triplet: DD, 43 and 44. RGB value is (221,67,68). Sum of RGB (Red+Green+Blue) = 221+67+68=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4344 is #22BCBB. Grayscale: #717171. Windows color (decimal): -2276540 or 4473821. OLE color: 4473821.
HSL color Cylindrical-coordinate representation of color #DD4344: hue angle of 359.61º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4344 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 67 | 68 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.13 |
| HSL | 359.61º | 0.69% | 0.56% | - |
| HSV(B) | 359.61º | 0.7% | 0.87% | - |
| XYZ | 32.87 | 19.8 | 7.56 | - |
| YUV | 113.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 67 | 68 | 0 | 0.70 | 0.69 | 0.13 | 359.61 | 0.69 | 0.56 |
| Hex | DD | 43 | 44 | 0 | 46 | 45 | D | 168 | 45 | 38 |
| Octal | 335 | 103 | 104 | 0 | 106 | 105 | 15 | 550 | 105 | 70 |
| Binary | 11011101 | 1000011 | 1000100 | 0 | 1000110 | 1000101 | 1101 | 101101000 | 1000101 | 111000 |
Color Harmonies of #DD4344
Complementary color
Monochromatic Colors of #DD4344
Black with #DD4344
Text Example
Text Example
White with #DD4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4344; }
p { color: rgb(221,67,68); }
H1.HeaderClassName
{
color: #DD4344;
}
.AnyTagClassName
{
color: #DD4344;
}
</style>
background-color css
<style>
a { background-color: #DD4344; }
a { background-color: rgb(221,67,68); }
div.DivClassName
{
background-color: #DD4344;
}
.BgClassName
{
background-color: #DD4344;
}
</style>
border-color css
<style>
span { border-color: #DD4344; }
span { border-color: rgb(221,67,68); }
td.TdClassName
{
border-color: #DD4344;
}
.TagClassName
{
border-color: #DD4344;
}
</style>