Shades of Mahogany #D1313C
Tints of Mahogany #D1313C
RGB
CMYK
RGB Variations
Color information
#D1313C (or 0xD1313C) is known color: Mahogany. HEX triplet: D1, 31 and 3C. RGB value is (209,49,60). Sum of RGB (Red+Green+Blue) = 209+49+60=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1313C is #2ECEC3. Grayscale: #626262. Windows color (decimal): -3067588 or 3944913. OLE color: 3944913.
HSL color Cylindrical-coordinate representation of color #D1313C: hue angle of 355.88º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1313C is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 60 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.18 |
| HSL | 355.88º | 0.63% | 0.51% | - |
| HSV(B) | 355.88º | 0.77% | 0.82% | - |
| XYZ | 28.21 | 16.08 | 5.89 | - |
| YUV | 98.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 60 | 0 | 0.77 | 0.71 | 0.18 | 355.88 | 0.63 | 0.51 |
| Hex | D1 | 31 | 3C | 0 | 4D | 47 | 12 | 164 | 3F | 33 |
| Octal | 321 | 61 | 74 | 0 | 115 | 107 | 22 | 544 | 77 | 63 |
| Binary | 11010001 | 110001 | 111100 | 0 | 1001101 | 1000111 | 10010 | 101100100 | 111111 | 110011 |
Color Harmonies of #D1313C
Complementary color
Monochromatic Colors of #D1313C
Black with #D1313C
Text Example
Text Example
White with #D1313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1313C; }
p { color: rgb(209,49,60); }
H1.HeaderClassName
{
color: #D1313C;
}
.AnyTagClassName
{
color: #D1313C;
}
</style>
background-color css
<style>
a { background-color: #D1313C; }
a { background-color: rgb(209,49,60); }
div.DivClassName
{
background-color: #D1313C;
}
.BgClassName
{
background-color: #D1313C;
}
</style>
border-color css
<style>
span { border-color: #D1313C; }
span { border-color: rgb(209,49,60); }
td.TdClassName
{
border-color: #D1313C;
}
.TagClassName
{
border-color: #D1313C;
}
</style>