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