Shades of Mahogany #D63C41
Tints of Mahogany #D63C41
RGB
CMYK
RGB Variations
Color information
#D63C41 (or 0xD63C41) is known color: Mahogany. HEX triplet: D6, 3C and 41. RGB value is (214,60,65). Sum of RGB (Red+Green+Blue) = 214+60+65=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C41 is #29C3BE. Grayscale: #6A6A6A. Windows color (decimal): -2737087 or 4275414. OLE color: 4275414.
HSL color Cylindrical-coordinate representation of color #D63C41: hue angle of 358.05º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D63C41 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 60 | 65 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.16 |
| HSL | 358.05º | 0.65% | 0.54% | - |
| HSV(B) | 358.05º | 0.72% | 0.84% | - |
| XYZ | 30.3 | 17.91 | 6.86 | - |
| YUV | 106.62 | 104.52 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 60 | 65 | 0 | 0.72 | 0.70 | 0.16 | 358.05 | 0.65 | 0.54 |
| Hex | D6 | 3C | 41 | 0 | 48 | 46 | 10 | 166 | 41 | 36 |
| Octal | 326 | 74 | 101 | 0 | 110 | 106 | 20 | 546 | 101 | 66 |
| Binary | 11010110 | 111100 | 1000001 | 0 | 1001000 | 1000110 | 10000 | 101100110 | 1000001 | 110110 |
Color Harmonies of #D63C41
Complementary color
Monochromatic Colors of #D63C41
Black with #D63C41
Text Example
Text Example
White with #D63C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63C41; }
p { color: rgb(214,60,65); }
H1.HeaderClassName
{
color: #D63C41;
}
.AnyTagClassName
{
color: #D63C41;
}
</style>
background-color css
<style>
a { background-color: #D63C41; }
a { background-color: rgb(214,60,65); }
div.DivClassName
{
background-color: #D63C41;
}
.BgClassName
{
background-color: #D63C41;
}
</style>
border-color css
<style>
span { border-color: #D63C41; }
span { border-color: rgb(214,60,65); }
td.TdClassName
{
border-color: #D63C41;
}
.TagClassName
{
border-color: #D63C41;
}
</style>