Shades of Mahogany #D13C3E
Tints of Mahogany #D13C3E
RGB
CMYK
RGB Variations
Color information
#D13C3E (or 0xD13C3E) is known color: Mahogany. HEX triplet: D1, 3C and 3E. RGB value is (209,60,62). Sum of RGB (Red+Green+Blue) = 209+60+62=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C3E is #2EC3C1. Grayscale: #686868. Windows color (decimal): -3064770 or 4078801. OLE color: 4078801.
HSL color Cylindrical-coordinate representation of color #D13C3E: hue angle of 359.19º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C3E is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 62 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.18 |
| HSL | 359.19º | 0.62% | 0.53% | - |
| HSV(B) | 359.19º | 0.71% | 0.82% | - |
| XYZ | 28.78 | 17.13 | 6.35 | - |
| YUV | 104.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 62 | 0 | 0.71 | 0.70 | 0.18 | 359.19 | 0.62 | 0.53 |
| Hex | D1 | 3C | 3E | 0 | 47 | 46 | 12 | 167 | 3E | 35 |
| Octal | 321 | 74 | 76 | 0 | 107 | 106 | 22 | 547 | 76 | 65 |
| Binary | 11010001 | 111100 | 111110 | 0 | 1000111 | 1000110 | 10010 | 101100111 | 111110 | 110101 |
Color Harmonies of #D13C3E
Complementary color
Monochromatic Colors of #D13C3E
Black with #D13C3E
Text Example
Text Example
White with #D13C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C3E; }
p { color: rgb(209,60,62); }
H1.HeaderClassName
{
color: #D13C3E;
}
.AnyTagClassName
{
color: #D13C3E;
}
</style>
background-color css
<style>
a { background-color: #D13C3E; }
a { background-color: rgb(209,60,62); }
div.DivClassName
{
background-color: #D13C3E;
}
.BgClassName
{
background-color: #D13C3E;
}
</style>
border-color css
<style>
span { border-color: #D13C3E; }
span { border-color: rgb(209,60,62); }
td.TdClassName
{
border-color: #D13C3E;
}
.TagClassName
{
border-color: #D13C3E;
}
</style>