Shades of Mahogany #D63944
Tints of Mahogany #D63944
RGB
CMYK
RGB Variations
Color information
#D63944 (or 0xD63944) is known color: Mahogany. HEX triplet: D6, 39 and 44. RGB value is (214,57,68). Sum of RGB (Red+Green+Blue) = 214+57+68=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D63944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63944 is #29C6BB. Grayscale: #696969. Windows color (decimal): -2737852 or 4471254. OLE color: 4471254.
HSL color Cylindrical-coordinate representation of color #D63944: hue angle of 355.8º 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 #D63944 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 68 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.16 |
| HSL | 355.8º | 0.66% | 0.53% | - |
| HSV(B) | 355.8º | 0.73% | 0.84% | - |
| XYZ | 30.24 | 17.64 | 7.28 | - |
| YUV | 105.2 | 107.01 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 68 | 0 | 0.73 | 0.68 | 0.16 | 355.8 | 0.66 | 0.53 |
| Hex | D6 | 39 | 44 | 0 | 49 | 44 | 10 | 164 | 42 | 35 |
| Octal | 326 | 71 | 104 | 0 | 111 | 104 | 20 | 544 | 102 | 65 |
| Binary | 11010110 | 111001 | 1000100 | 0 | 1001001 | 1000100 | 10000 | 101100100 | 1000010 | 110101 |
Color Harmonies of #D63944
Complementary color
Monochromatic Colors of #D63944
Black with #D63944
Text Example
Text Example
White with #D63944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63944; }
p { color: rgb(214,57,68); }
H1.HeaderClassName
{
color: #D63944;
}
.AnyTagClassName
{
color: #D63944;
}
</style>
background-color css
<style>
a { background-color: #D63944; }
a { background-color: rgb(214,57,68); }
div.DivClassName
{
background-color: #D63944;
}
.BgClassName
{
background-color: #D63944;
}
</style>
border-color css
<style>
span { border-color: #D63944; }
span { border-color: rgb(214,57,68); }
td.TdClassName
{
border-color: #D63944;
}
.TagClassName
{
border-color: #D63944;
}
</style>