Shades of Mahogany #D6353D
Tints of Mahogany #D6353D
RGB
CMYK
RGB Variations
Color information
#D6353D (or 0xD6353D) is known color: Mahogany. HEX triplet: D6, 35 and 3D. RGB value is (214,53,61). Sum of RGB (Red+Green+Blue) = 214+53+61=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D6353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6353D is #29CAC2. Grayscale: #666666. Windows color (decimal): -2738883 or 4011478. OLE color: 4011478.
HSL color Cylindrical-coordinate representation of color #D6353D: hue angle of 357.02º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6353D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 53 | 61 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.16 |
| HSL | 357.02º | 0.66% | 0.52% | - |
| HSV(B) | 357.02º | 0.75% | 0.84% | - |
| XYZ | 29.85 | 17.18 | 6.16 | - |
| YUV | 102.05 | 104.84 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 53 | 61 | 0 | 0.75 | 0.71 | 0.16 | 357.02 | 0.66 | 0.52 |
| Hex | D6 | 35 | 3D | 0 | 4B | 47 | 10 | 165 | 42 | 34 |
| Octal | 326 | 65 | 75 | 0 | 113 | 107 | 20 | 545 | 102 | 64 |
| Binary | 11010110 | 110101 | 111101 | 0 | 1001011 | 1000111 | 10000 | 101100101 | 1000010 | 110100 |
Color Harmonies of #D6353D
Complementary color
Monochromatic Colors of #D6353D
Black with #D6353D
Text Example
Text Example
White with #D6353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6353D; }
p { color: rgb(214,53,61); }
H1.HeaderClassName
{
color: #D6353D;
}
.AnyTagClassName
{
color: #D6353D;
}
</style>
background-color css
<style>
a { background-color: #D6353D; }
a { background-color: rgb(214,53,61); }
div.DivClassName
{
background-color: #D6353D;
}
.BgClassName
{
background-color: #D6353D;
}
</style>
border-color css
<style>
span { border-color: #D6353D; }
span { border-color: rgb(214,53,61); }
td.TdClassName
{
border-color: #D6353D;
}
.TagClassName
{
border-color: #D6353D;
}
</style>