Shades of Mahogany #D63F46
Tints of Mahogany #D63F46
RGB
CMYK
RGB Variations
Color information
#D63F46 (or 0xD63F46) is known color: Mahogany. HEX triplet: D6, 3F and 46. RGB value is (214,63,70). Sum of RGB (Red+Green+Blue) = 214+63+70=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F46 is #29C0B9. Grayscale: #6D6D6D. Windows color (decimal): -2736314 or 4603862. OLE color: 4603862.
HSL color Cylindrical-coordinate representation of color #D63F46: hue angle of 357.22º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63F46 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 63 | 70 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.16 |
| HSL | 357.22º | 0.65% | 0.54% | - |
| HSV(B) | 357.22º | 0.71% | 0.84% | - |
| XYZ | 30.61 | 18.29 | 7.71 | - |
| YUV | 108.95 | 106.03 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 63 | 70 | 0 | 0.71 | 0.67 | 0.16 | 357.22 | 0.65 | 0.54 |
| Hex | D6 | 3F | 46 | 0 | 47 | 43 | 10 | 165 | 41 | 36 |
| Octal | 326 | 77 | 106 | 0 | 107 | 103 | 20 | 545 | 101 | 66 |
| Binary | 11010110 | 111111 | 1000110 | 0 | 1000111 | 1000011 | 10000 | 101100101 | 1000001 | 110110 |
Color Harmonies of #D63F46
Complementary color
Monochromatic Colors of #D63F46
Black with #D63F46
Text Example
Text Example
White with #D63F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63F46; }
p { color: rgb(214,63,70); }
H1.HeaderClassName
{
color: #D63F46;
}
.AnyTagClassName
{
color: #D63F46;
}
</style>
background-color css
<style>
a { background-color: #D63F46; }
a { background-color: rgb(214,63,70); }
div.DivClassName
{
background-color: #D63F46;
}
.BgClassName
{
background-color: #D63F46;
}
</style>
border-color css
<style>
span { border-color: #D63F46; }
span { border-color: rgb(214,63,70); }
td.TdClassName
{
border-color: #D63F46;
}
.TagClassName
{
border-color: #D63F46;
}
</style>