Shades of Mahogany #D6393F
Tints of Mahogany #D6393F
RGB
CMYK
RGB Variations
Color information
#D6393F (or 0xD6393F) is known color: Mahogany. HEX triplet: D6, 39 and 3F. RGB value is (214,57,63). Sum of RGB (Red+Green+Blue) = 214+57+63=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D6393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6393F is #29C6C0. Grayscale: #686868. Windows color (decimal): -2737857 or 4143574. OLE color: 4143574.
HSL color Cylindrical-coordinate representation of color #D6393F: hue angle of 357.71º 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 #D6393F is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 63 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.16 |
| HSL | 357.71º | 0.66% | 0.53% | - |
| HSV(B) | 357.71º | 0.73% | 0.84% | - |
| XYZ | 30.09 | 17.58 | 6.51 | - |
| YUV | 104.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 63 | 0 | 0.73 | 0.71 | 0.16 | 357.71 | 0.66 | 0.53 |
| Hex | D6 | 39 | 3F | 0 | 49 | 47 | 10 | 166 | 42 | 35 |
| Octal | 326 | 71 | 77 | 0 | 111 | 107 | 20 | 546 | 102 | 65 |
| Binary | 11010110 | 111001 | 111111 | 0 | 1001001 | 1000111 | 10000 | 101100110 | 1000010 | 110101 |
Color Harmonies of #D6393F
Complementary color
Monochromatic Colors of #D6393F
Black with #D6393F
Text Example
Text Example
White with #D6393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6393F; }
p { color: rgb(214,57,63); }
H1.HeaderClassName
{
color: #D6393F;
}
.AnyTagClassName
{
color: #D6393F;
}
</style>
background-color css
<style>
a { background-color: #D6393F; }
a { background-color: rgb(214,57,63); }
div.DivClassName
{
background-color: #D6393F;
}
.BgClassName
{
background-color: #D6393F;
}
</style>
border-color css
<style>
span { border-color: #D6393F; }
span { border-color: rgb(214,57,63); }
td.TdClassName
{
border-color: #D6393F;
}
.TagClassName
{
border-color: #D6393F;
}
</style>