Shades of Mahogany #D1353C
Tints of Mahogany #D1353C
RGB
CMYK
RGB Variations
Color information
#D1353C (or 0xD1353C) is known color: Mahogany. HEX triplet: D1, 35 and 3C. RGB value is (209,53,60). Sum of RGB (Red+Green+Blue) = 209+53+60=322 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.91% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 209 - color contains mainly: red. Hex color #D1353C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1353C is #2ECAC3. Grayscale: #646464. Windows color (decimal): -3066564 or 3945937. OLE color: 3945937.
HSL color Cylindrical-coordinate representation of color #D1353C: hue angle of 357.31º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1353C is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 60 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.18 |
| HSL | 357.31º | 0.63% | 0.51% | - |
| HSV(B) | 357.31º | 0.75% | 0.82% | - |
| XYZ | 28.38 | 16.43 | 5.95 | - |
| YUV | 100.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 60 | 0 | 0.75 | 0.71 | 0.18 | 357.31 | 0.63 | 0.51 |
| Hex | D1 | 35 | 3C | 0 | 4B | 47 | 12 | 165 | 3F | 33 |
| Octal | 321 | 65 | 74 | 0 | 113 | 107 | 22 | 545 | 77 | 63 |
| Binary | 11010001 | 110101 | 111100 | 0 | 1001011 | 1000111 | 10010 | 101100101 | 111111 | 110011 |
Color Harmonies of #D1353C
Complementary color
Monochromatic Colors of #D1353C
Black with #D1353C
Text Example
Text Example
White with #D1353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1353C; }
p { color: rgb(209,53,60); }
H1.HeaderClassName
{
color: #D1353C;
}
.AnyTagClassName
{
color: #D1353C;
}
</style>
background-color css
<style>
a { background-color: #D1353C; }
a { background-color: rgb(209,53,60); }
div.DivClassName
{
background-color: #D1353C;
}
.BgClassName
{
background-color: #D1353C;
}
</style>
border-color css
<style>
span { border-color: #D1353C; }
span { border-color: rgb(209,53,60); }
td.TdClassName
{
border-color: #D1353C;
}
.TagClassName
{
border-color: #D1353C;
}
</style>