Shades of Mahogany #D63740
Tints of Mahogany #D63740
RGB
CMYK
RGB Variations
Color information
#D63740 (or 0xD63740) is known color: Mahogany. HEX triplet: D6, 37 and 40. RGB value is (214,55,64). Sum of RGB (Red+Green+Blue) = 214+55+64=333 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.26% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 214 - color contains mainly: red. Hex color #D63740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63740 is #29C8BF. Grayscale: #676767. Windows color (decimal): -2738368 or 4208598. OLE color: 4208598.
HSL color Cylindrical-coordinate representation of color #D63740: hue angle of 356.6º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63740 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 64 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.16 |
| HSL | 356.6º | 0.66% | 0.53% | - |
| HSV(B) | 356.6º | 0.74% | 0.84% | - |
| XYZ | 30.02 | 17.4 | 6.63 | - |
| YUV | 103.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 64 | 0 | 0.74 | 0.70 | 0.16 | 356.6 | 0.66 | 0.53 |
| Hex | D6 | 37 | 40 | 0 | 4A | 46 | 10 | 165 | 42 | 35 |
| Octal | 326 | 67 | 100 | 0 | 112 | 106 | 20 | 545 | 102 | 65 |
| Binary | 11010110 | 110111 | 1000000 | 0 | 1001010 | 1000110 | 10000 | 101100101 | 1000010 | 110101 |
Color Harmonies of #D63740
Complementary color
Monochromatic Colors of #D63740
Black with #D63740
Text Example
Text Example
White with #D63740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63740; }
p { color: rgb(214,55,64); }
H1.HeaderClassName
{
color: #D63740;
}
.AnyTagClassName
{
color: #D63740;
}
</style>
background-color css
<style>
a { background-color: #D63740; }
a { background-color: rgb(214,55,64); }
div.DivClassName
{
background-color: #D63740;
}
.BgClassName
{
background-color: #D63740;
}
</style>
border-color css
<style>
span { border-color: #D63740; }
span { border-color: rgb(214,55,64); }
td.TdClassName
{
border-color: #D63740;
}
.TagClassName
{
border-color: #D63740;
}
</style>