Shades of Mahogany #D13C44
Tints of Mahogany #D13C44
RGB
CMYK
RGB Variations
Color information
#D13C44 (or 0xD13C44) is known color: Mahogany. HEX triplet: D1, 3C and 44. RGB value is (209,60,68). Sum of RGB (Red+Green+Blue) = 209+60+68=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C44 is #2EC3BB. Grayscale: #696969. Windows color (decimal): -3064764 or 4472017. OLE color: 4472017.
HSL color Cylindrical-coordinate representation of color #D13C44: hue angle of 356.78º 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 #D13C44 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 60 | 68 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.18 |
| HSL | 356.78º | 0.62% | 0.53% | - |
| HSV(B) | 356.78º | 0.71% | 0.82% | - |
| XYZ | 28.95 | 17.2 | 7.26 | - |
| YUV | 105.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 60 | 68 | 0 | 0.71 | 0.67 | 0.18 | 356.78 | 0.62 | 0.53 |
| Hex | D1 | 3C | 44 | 0 | 47 | 43 | 12 | 165 | 3E | 35 |
| Octal | 321 | 74 | 104 | 0 | 107 | 103 | 22 | 545 | 76 | 65 |
| Binary | 11010001 | 111100 | 1000100 | 0 | 1000111 | 1000011 | 10010 | 101100101 | 111110 | 110101 |
Color Harmonies of #D13C44
Complementary color
Monochromatic Colors of #D13C44
Black with #D13C44
Text Example
Text Example
White with #D13C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13C44; }
p { color: rgb(209,60,68); }
H1.HeaderClassName
{
color: #D13C44;
}
.AnyTagClassName
{
color: #D13C44;
}
</style>
background-color css
<style>
a { background-color: #D13C44; }
a { background-color: rgb(209,60,68); }
div.DivClassName
{
background-color: #D13C44;
}
.BgClassName
{
background-color: #D13C44;
}
</style>
border-color css
<style>
span { border-color: #D13C44; }
span { border-color: rgb(209,60,68); }
td.TdClassName
{
border-color: #D13C44;
}
.TagClassName
{
border-color: #D13C44;
}
</style>