Shades of Mahogany #D13941
Tints of Mahogany #D13941
RGB
CMYK
RGB Variations
Color information
#D13941 (or 0xD13941) is known color: Mahogany. HEX triplet: D1, 39 and 41. RGB value is (209,57,65). Sum of RGB (Red+Green+Blue) = 209+57+65=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D13941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13941 is #2EC6BE. Grayscale: #676767. Windows color (decimal): -3065535 or 4274641. OLE color: 4274641.
HSL color Cylindrical-coordinate representation of color #D13941: hue angle of 356.84º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D13941 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 57 | 65 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.18 |
| HSL | 356.84º | 0.62% | 0.52% | - |
| HSV(B) | 356.84º | 0.73% | 0.82% | - |
| XYZ | 28.71 | 16.86 | 6.74 | - |
| YUV | 103.36 | 106.36 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 57 | 65 | 0 | 0.73 | 0.69 | 0.18 | 356.84 | 0.62 | 0.52 |
| Hex | D1 | 39 | 41 | 0 | 49 | 45 | 12 | 165 | 3E | 34 |
| Octal | 321 | 71 | 101 | 0 | 111 | 105 | 22 | 545 | 76 | 64 |
| Binary | 11010001 | 111001 | 1000001 | 0 | 1001001 | 1000101 | 10010 | 101100101 | 111110 | 110100 |
Color Harmonies of #D13941
Complementary color
Monochromatic Colors of #D13941
Black with #D13941
Text Example
Text Example
White with #D13941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13941; }
p { color: rgb(209,57,65); }
H1.HeaderClassName
{
color: #D13941;
}
.AnyTagClassName
{
color: #D13941;
}
</style>
background-color css
<style>
a { background-color: #D13941; }
a { background-color: rgb(209,57,65); }
div.DivClassName
{
background-color: #D13941;
}
.BgClassName
{
background-color: #D13941;
}
</style>
border-color css
<style>
span { border-color: #D13941; }
span { border-color: rgb(209,57,65); }
td.TdClassName
{
border-color: #D13941;
}
.TagClassName
{
border-color: #D13941;
}
</style>