Shades of Mahogany #D63940
Tints of Mahogany #D63940
RGB
CMYK
RGB Variations
Color information
#D63940 (or 0xD63940) is known color: Mahogany. HEX triplet: D6, 39 and 40. RGB value is (214,57,64). Sum of RGB (Red+Green+Blue) = 214+57+64=335 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.88% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 214 - color contains mainly: red. Hex color #D63940 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63940 is #29C6BF. Grayscale: #686868. Windows color (decimal): -2737856 or 4209110. OLE color: 4209110.
HSL color Cylindrical-coordinate representation of color #D63940: hue angle of 357.32º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D63940 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 64 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.16 |
| HSL | 357.32º | 0.66% | 0.53% | - |
| HSV(B) | 357.32º | 0.73% | 0.84% | - |
| XYZ | 30.12 | 17.59 | 6.66 | - |
| YUV | 104.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 64 | 0 | 0.73 | 0.70 | 0.16 | 357.32 | 0.66 | 0.53 |
| Hex | D6 | 39 | 40 | 0 | 49 | 46 | 10 | 165 | 42 | 35 |
| Octal | 326 | 71 | 100 | 0 | 111 | 106 | 20 | 545 | 102 | 65 |
| Binary | 11010110 | 111001 | 1000000 | 0 | 1001001 | 1000110 | 10000 | 101100101 | 1000010 | 110101 |
Color Harmonies of #D63940
Complementary color
Monochromatic Colors of #D63940
Black with #D63940
Text Example
Text Example
White with #D63940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63940; }
p { color: rgb(214,57,64); }
H1.HeaderClassName
{
color: #D63940;
}
.AnyTagClassName
{
color: #D63940;
}
</style>
background-color css
<style>
a { background-color: #D63940; }
a { background-color: rgb(214,57,64); }
div.DivClassName
{
background-color: #D63940;
}
.BgClassName
{
background-color: #D63940;
}
</style>
border-color css
<style>
span { border-color: #D63940; }
span { border-color: rgb(214,57,64); }
td.TdClassName
{
border-color: #D63940;
}
.TagClassName
{
border-color: #D63940;
}
</style>