Shades of Mahogany #D63642
Tints of Mahogany #D63642
RGB
CMYK
RGB Variations
Color information
#D63642 (or 0xD63642) is known color: Mahogany. HEX triplet: D6, 36 and 42. RGB value is (214,54,66). Sum of RGB (Red+Green+Blue) = 214+54+66=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D63642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63642 is #29C9BD. Grayscale: #676767. Windows color (decimal): -2738622 or 4339414. OLE color: 4339414.
HSL color Cylindrical-coordinate representation of color #D63642: hue angle of 355.5º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63642 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 66 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.16 |
| HSL | 355.5º | 0.66% | 0.53% | - |
| HSV(B) | 355.5º | 0.75% | 0.84% | - |
| XYZ | 30.03 | 17.33 | 6.92 | - |
| YUV | 103.21 | 107.01 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 66 | 0 | 0.75 | 0.69 | 0.16 | 355.5 | 0.66 | 0.53 |
| Hex | D6 | 36 | 42 | 0 | 4B | 45 | 10 | 164 | 42 | 35 |
| Octal | 326 | 66 | 102 | 0 | 113 | 105 | 20 | 544 | 102 | 65 |
| Binary | 11010110 | 110110 | 1000010 | 0 | 1001011 | 1000101 | 10000 | 101100100 | 1000010 | 110101 |
Color Harmonies of #D63642
Complementary color
Monochromatic Colors of #D63642
Black with #D63642
Text Example
Text Example
White with #D63642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63642; }
p { color: rgb(214,54,66); }
H1.HeaderClassName
{
color: #D63642;
}
.AnyTagClassName
{
color: #D63642;
}
</style>
background-color css
<style>
a { background-color: #D63642; }
a { background-color: rgb(214,54,66); }
div.DivClassName
{
background-color: #D63642;
}
.BgClassName
{
background-color: #D63642;
}
</style>
border-color css
<style>
span { border-color: #D63642; }
span { border-color: rgb(214,54,66); }
td.TdClassName
{
border-color: #D63642;
}
.TagClassName
{
border-color: #D63642;
}
</style>