Shades of Mahogany #D1343E
Tints of Mahogany #D1343E
RGB
CMYK
RGB Variations
Color information
#D1343E (or 0xD1343E) is known color: Mahogany. HEX triplet: D1, 34 and 3E. RGB value is (209,52,62). Sum of RGB (Red+Green+Blue) = 209+52+62=323 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.71% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 209 - color contains mainly: red. Hex color #D1343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1343E is #2ECBC1. Grayscale: #646464. Windows color (decimal): -3066818 or 4076753. OLE color: 4076753.
HSL color Cylindrical-coordinate representation of color #D1343E: hue angle of 356.18º 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 #D1343E is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 62 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.18 |
| HSL | 356.18º | 0.63% | 0.51% | - |
| HSV(B) | 356.18º | 0.75% | 0.82% | - |
| XYZ | 28.39 | 16.36 | 6.22 | - |
| YUV | 100.08 | 106.51 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 62 | 0 | 0.75 | 0.70 | 0.18 | 356.18 | 0.63 | 0.51 |
| Hex | D1 | 34 | 3E | 0 | 4B | 46 | 12 | 164 | 3F | 33 |
| Octal | 321 | 64 | 76 | 0 | 113 | 106 | 22 | 544 | 77 | 63 |
| Binary | 11010001 | 110100 | 111110 | 0 | 1001011 | 1000110 | 10010 | 101100100 | 111111 | 110011 |
Color Harmonies of #D1343E
Complementary color
Monochromatic Colors of #D1343E
Black with #D1343E
Text Example
Text Example
White with #D1343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1343E; }
p { color: rgb(209,52,62); }
H1.HeaderClassName
{
color: #D1343E;
}
.AnyTagClassName
{
color: #D1343E;
}
</style>
background-color css
<style>
a { background-color: #D1343E; }
a { background-color: rgb(209,52,62); }
div.DivClassName
{
background-color: #D1343E;
}
.BgClassName
{
background-color: #D1343E;
}
</style>
border-color css
<style>
span { border-color: #D1343E; }
span { border-color: rgb(209,52,62); }
td.TdClassName
{
border-color: #D1343E;
}
.TagClassName
{
border-color: #D1343E;
}
</style>