Shades of Mahogany #D44046
Tints of Mahogany #D44046
RGB
CMYK
RGB Variations
Color information
#D44046 (or 0xD44046) is known color: Mahogany. HEX triplet: D4, 40 and 46. RGB value is (212,64,70). Sum of RGB (Red+Green+Blue) = 212+64+70=346 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.27% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 212 - color contains mainly: red. Hex color #D44046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D44046 is #2BBFB9. Grayscale: #6D6D6D. Windows color (decimal): -2867130 or 4604116. OLE color: 4604116.
HSL color Cylindrical-coordinate representation of color #D44046: hue angle of 357.57º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D44046 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 64 | 70 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.17 |
| HSL | 357.57º | 0.63% | 0.54% | - |
| HSV(B) | 357.57º | 0.7% | 0.83% | - |
| XYZ | 30.09 | 18.11 | 7.7 | - |
| YUV | 108.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 70 | 0 | 0.70 | 0.67 | 0.17 | 357.57 | 0.63 | 0.54 |
| Hex | D4 | 40 | 46 | 0 | 46 | 43 | 11 | 166 | 3F | 36 |
| Octal | 324 | 100 | 106 | 0 | 106 | 103 | 21 | 546 | 77 | 66 |
| Binary | 11010100 | 1000000 | 1000110 | 0 | 1000110 | 1000011 | 10001 | 101100110 | 111111 | 110110 |
Color Harmonies of #D44046
Complementary color
Monochromatic Colors of #D44046
Black with #D44046
Text Example
Text Example
White with #D44046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44046; }
p { color: rgb(212,64,70); }
H1.HeaderClassName
{
color: #D44046;
}
.AnyTagClassName
{
color: #D44046;
}
</style>
background-color css
<style>
a { background-color: #D44046; }
a { background-color: rgb(212,64,70); }
div.DivClassName
{
background-color: #D44046;
}
.BgClassName
{
background-color: #D44046;
}
</style>
border-color css
<style>
span { border-color: #D44046; }
span { border-color: rgb(212,64,70); }
td.TdClassName
{
border-color: #D44046;
}
.TagClassName
{
border-color: #D44046;
}
</style>