Shades of Mahogany #DD3F44
Tints of Mahogany #DD3F44
RGB
CMYK
RGB Variations
Color information
#DD3F44 (or 0xDD3F44) is known color: Mahogany. HEX triplet: DD, 3F and 44. RGB value is (221,63,68). Sum of RGB (Red+Green+Blue) = 221+63+68=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F44 is #22C0BB. Grayscale: #6E6E6E. Windows color (decimal): -2277564 or 4472797. OLE color: 4472797.
HSL color Cylindrical-coordinate representation of color #DD3F44: hue angle of 358.1º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD3F44 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 68 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.13 |
| HSL | 358.1º | 0.7% | 0.56% | - |
| HSV(B) | 358.1º | 0.71% | 0.87% | - |
| XYZ | 32.64 | 19.34 | 7.48 | - |
| YUV | 110.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 68 | 0 | 0.71 | 0.69 | 0.13 | 358.1 | 0.7 | 0.56 |
| Hex | DD | 3F | 44 | 0 | 47 | 45 | D | 166 | 46 | 38 |
| Octal | 335 | 77 | 104 | 0 | 107 | 105 | 15 | 546 | 106 | 70 |
| Binary | 11011101 | 111111 | 1000100 | 0 | 1000111 | 1000101 | 1101 | 101100110 | 1000110 | 111000 |
Color Harmonies of #DD3F44
Complementary color
Monochromatic Colors of #DD3F44
Black with #DD3F44
Text Example
Text Example
White with #DD3F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F44; }
p { color: rgb(221,63,68); }
H1.HeaderClassName
{
color: #DD3F44;
}
.AnyTagClassName
{
color: #DD3F44;
}
</style>
background-color css
<style>
a { background-color: #DD3F44; }
a { background-color: rgb(221,63,68); }
div.DivClassName
{
background-color: #DD3F44;
}
.BgClassName
{
background-color: #DD3F44;
}
</style>
border-color css
<style>
span { border-color: #DD3F44; }
span { border-color: rgb(221,63,68); }
td.TdClassName
{
border-color: #DD3F44;
}
.TagClassName
{
border-color: #DD3F44;
}
</style>