Shades of Mahogany #D6393D
Tints of Mahogany #D6393D
RGB
CMYK
RGB Variations
Color information
#D6393D (or 0xD6393D) is known color: Mahogany. HEX triplet: D6, 39 and 3D. RGB value is (214,57,61). Sum of RGB (Red+Green+Blue) = 214+57+61=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 61 (24.22% from 255 or 18.37% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D6393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6393D is #29C6C2. Grayscale: #686868. Windows color (decimal): -2737859 or 4012502. OLE color: 4012502.
HSL color Cylindrical-coordinate representation of color #D6393D: hue angle of 358.47º 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 #D6393D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 61 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.16 |
| HSL | 358.47º | 0.66% | 0.53% | - |
| HSV(B) | 358.47º | 0.73% | 0.84% | - |
| XYZ | 30.04 | 17.56 | 6.22 | - |
| YUV | 104.4 | 103.51 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 61 | 0 | 0.73 | 0.71 | 0.16 | 358.47 | 0.66 | 0.53 |
| Hex | D6 | 39 | 3D | 0 | 49 | 47 | 10 | 166 | 42 | 35 |
| Octal | 326 | 71 | 75 | 0 | 111 | 107 | 20 | 546 | 102 | 65 |
| Binary | 11010110 | 111001 | 111101 | 0 | 1001001 | 1000111 | 10000 | 101100110 | 1000010 | 110101 |
Color Harmonies of #D6393D
Complementary color
Monochromatic Colors of #D6393D
Black with #D6393D
Text Example
Text Example
White with #D6393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6393D; }
p { color: rgb(214,57,61); }
H1.HeaderClassName
{
color: #D6393D;
}
.AnyTagClassName
{
color: #D6393D;
}
</style>
background-color css
<style>
a { background-color: #D6393D; }
a { background-color: rgb(214,57,61); }
div.DivClassName
{
background-color: #D6393D;
}
.BgClassName
{
background-color: #D6393D;
}
</style>
border-color css
<style>
span { border-color: #D6393D; }
span { border-color: rgb(214,57,61); }
td.TdClassName
{
border-color: #D6393D;
}
.TagClassName
{
border-color: #D6393D;
}
</style>