Shades of Mahogany #D63A44
Tints of Mahogany #D63A44
RGB
CMYK
RGB Variations
Color information
#D63A44 (or 0xD63A44) is known color: Mahogany. HEX triplet: D6, 3A and 44. RGB value is (214,58,68). Sum of RGB (Red+Green+Blue) = 214+58+68=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A44 is #29C5BB. Grayscale: #696969. Windows color (decimal): -2737596 or 4471510. OLE color: 4471510.
HSL color Cylindrical-coordinate representation of color #D63A44: hue angle of 356.15º 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 #D63A44 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 58 | 68 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.16 |
| HSL | 356.15º | 0.66% | 0.53% | - |
| HSV(B) | 356.15º | 0.73% | 0.84% | - |
| XYZ | 30.29 | 17.74 | 7.3 | - |
| YUV | 105.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 58 | 68 | 0 | 0.73 | 0.68 | 0.16 | 356.15 | 0.66 | 0.53 |
| Hex | D6 | 3A | 44 | 0 | 49 | 44 | 10 | 164 | 42 | 35 |
| Octal | 326 | 72 | 104 | 0 | 111 | 104 | 20 | 544 | 102 | 65 |
| Binary | 11010110 | 111010 | 1000100 | 0 | 1001001 | 1000100 | 10000 | 101100100 | 1000010 | 110101 |
Color Harmonies of #D63A44
Complementary color
Monochromatic Colors of #D63A44
Black with #D63A44
Text Example
Text Example
White with #D63A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63A44; }
p { color: rgb(214,58,68); }
H1.HeaderClassName
{
color: #D63A44;
}
.AnyTagClassName
{
color: #D63A44;
}
</style>
background-color css
<style>
a { background-color: #D63A44; }
a { background-color: rgb(214,58,68); }
div.DivClassName
{
background-color: #D63A44;
}
.BgClassName
{
background-color: #D63A44;
}
</style>
border-color css
<style>
span { border-color: #D63A44; }
span { border-color: rgb(214,58,68); }
td.TdClassName
{
border-color: #D63A44;
}
.TagClassName
{
border-color: #D63A44;
}
</style>