Shades of Mahogany #D63A42
Tints of Mahogany #D63A42
RGB
CMYK
RGB Variations
Color information
#D63A42 (or 0xD63A42) is known color: Mahogany. HEX triplet: D6, 3A and 42. RGB value is (214,58,66). Sum of RGB (Red+Green+Blue) = 214+58+66=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A42 is #29C5BD. Grayscale: #696969. Windows color (decimal): -2737598 or 4340438. OLE color: 4340438.
HSL color Cylindrical-coordinate representation of color #D63A42: hue angle of 356.92º 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 #D63A42 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 66 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.16 |
| HSL | 356.92º | 0.66% | 0.53% | - |
| HSV(B) | 356.92º | 0.73% | 0.84% | - |
| XYZ | 30.23 | 17.72 | 6.98 | - |
| YUV | 105.56 | 105.68 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 66 | 0 | 0.73 | 0.69 | 0.16 | 356.92 | 0.66 | 0.53 |
| Hex | D6 | 3A | 42 | 0 | 49 | 45 | 10 | 165 | 42 | 35 |
| Octal | 326 | 72 | 102 | 0 | 111 | 105 | 20 | 545 | 102 | 65 |
| Binary | 11010110 | 111010 | 1000010 | 0 | 1001001 | 1000101 | 10000 | 101100101 | 1000010 | 110101 |
Color Harmonies of #D63A42
Complementary color
Monochromatic Colors of #D63A42
Black with #D63A42
Text Example
Text Example
White with #D63A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A42; }
p { color: rgb(214,58,66); }
H1.HeaderClassName
{
color: #D63A42;
}
.AnyTagClassName
{
color: #D63A42;
}
</style>
background-color css
<style>
a { background-color: #D63A42; }
a { background-color: rgb(214,58,66); }
div.DivClassName
{
background-color: #D63A42;
}
.BgClassName
{
background-color: #D63A42;
}
</style>
border-color css
<style>
span { border-color: #D63A42; }
span { border-color: rgb(214,58,66); }
td.TdClassName
{
border-color: #D63A42;
}
.TagClassName
{
border-color: #D63A42;
}
</style>