Shades of Mahogany #D64048
Tints of Mahogany #D64048
RGB
CMYK
RGB Variations
Color information
#D64048 (or 0xD64048) is known color: Mahogany. HEX triplet: D6, 40 and 48. RGB value is (214,64,72). Sum of RGB (Red+Green+Blue) = 214+64+72=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D64048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64048 is #29BFB7. Grayscale: #6D6D6D. Windows color (decimal): -2736056 or 4735190. OLE color: 4735190.
HSL color Cylindrical-coordinate representation of color #D64048: hue angle of 356.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D64048 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 64 | 72 | - |
| CMYK | 0 | 0.70 | 0.66 | 0.16 |
| HSL | 356.8º | 0.65% | 0.55% | - |
| HSV(B) | 356.8º | 0.7% | 0.84% | - |
| XYZ | 30.73 | 18.43 | 8.07 | - |
| YUV | 109.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 64 | 72 | 0 | 0.70 | 0.66 | 0.16 | 356.8 | 0.65 | 0.55 |
| Hex | D6 | 40 | 48 | 0 | 46 | 42 | 10 | 165 | 41 | 37 |
| Octal | 326 | 100 | 110 | 0 | 106 | 102 | 20 | 545 | 101 | 67 |
| Binary | 11010110 | 1000000 | 1001000 | 0 | 1000110 | 1000010 | 10000 | 101100101 | 1000001 | 110111 |
Color Harmonies of #D64048
Complementary color
Monochromatic Colors of #D64048
Black with #D64048
Text Example
Text Example
White with #D64048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D64048; }
p { color: rgb(214,64,72); }
H1.HeaderClassName
{
color: #D64048;
}
.AnyTagClassName
{
color: #D64048;
}
</style>
background-color css
<style>
a { background-color: #D64048; }
a { background-color: rgb(214,64,72); }
div.DivClassName
{
background-color: #D64048;
}
.BgClassName
{
background-color: #D64048;
}
</style>
border-color css
<style>
span { border-color: #D64048; }
span { border-color: rgb(214,64,72); }
td.TdClassName
{
border-color: #D64048;
}
.TagClassName
{
border-color: #D64048;
}
</style>