Shades of Mahogany #D13D40
Tints of Mahogany #D13D40
RGB
CMYK
RGB Variations
Color information
#D13D40 (or 0xD13D40) is known color: Mahogany. HEX triplet: D1, 3D and 40. RGB value is (209,61,64). Sum of RGB (Red+Green+Blue) = 209+61+64=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D40 is #2EC2BF. Grayscale: #696969. Windows color (decimal): -3064512 or 4210129. OLE color: 4210129.
HSL color Cylindrical-coordinate representation of color #D13D40: hue angle of 358.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 #D13D40 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 64 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.18 |
| HSL | 358.78º | 0.62% | 0.53% | - |
| HSV(B) | 358.78º | 0.71% | 0.82% | - |
| XYZ | 28.89 | 17.26 | 6.66 | - |
| YUV | 105.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 64 | 0 | 0.71 | 0.69 | 0.18 | 358.78 | 0.62 | 0.53 |
| Hex | D1 | 3D | 40 | 0 | 47 | 45 | 12 | 167 | 3E | 35 |
| Octal | 321 | 75 | 100 | 0 | 107 | 105 | 22 | 547 | 76 | 65 |
| Binary | 11010001 | 111101 | 1000000 | 0 | 1000111 | 1000101 | 10010 | 101100111 | 111110 | 110101 |
Color Harmonies of #D13D40
Complementary color
Monochromatic Colors of #D13D40
Black with #D13D40
Text Example
Text Example
White with #D13D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D40; }
p { color: rgb(209,61,64); }
H1.HeaderClassName
{
color: #D13D40;
}
.AnyTagClassName
{
color: #D13D40;
}
</style>
background-color css
<style>
a { background-color: #D13D40; }
a { background-color: rgb(209,61,64); }
div.DivClassName
{
background-color: #D13D40;
}
.BgClassName
{
background-color: #D13D40;
}
</style>
border-color css
<style>
span { border-color: #D13D40; }
span { border-color: rgb(209,61,64); }
td.TdClassName
{
border-color: #D13D40;
}
.TagClassName
{
border-color: #D13D40;
}
</style>