Shades of Mahogany #D13741
Tints of Mahogany #D13741
RGB
CMYK
RGB Variations
Color information
#D13741 (or 0xD13741) is known color: Mahogany. HEX triplet: D1, 37 and 41. RGB value is (209,55,65). Sum of RGB (Red+Green+Blue) = 209+55+65=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D13741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13741 is #2EC8BE. Grayscale: #666666. Windows color (decimal): -3066047 or 4274129. OLE color: 4274129.
HSL color Cylindrical-coordinate representation of color #D13741: hue angle of 356.1º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13741 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 65 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.18 |
| HSL | 356.1º | 0.63% | 0.52% | - |
| HSV(B) | 356.1º | 0.74% | 0.82% | - |
| XYZ | 28.61 | 16.67 | 6.71 | - |
| YUV | 102.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 65 | 0 | 0.74 | 0.69 | 0.18 | 356.1 | 0.63 | 0.52 |
| Hex | D1 | 37 | 41 | 0 | 4A | 45 | 12 | 164 | 3F | 34 |
| Octal | 321 | 67 | 101 | 0 | 112 | 105 | 22 | 544 | 77 | 64 |
| Binary | 11010001 | 110111 | 1000001 | 0 | 1001010 | 1000101 | 10010 | 101100100 | 111111 | 110100 |
Color Harmonies of #D13741
Complementary color
Monochromatic Colors of #D13741
Black with #D13741
Text Example
Text Example
White with #D13741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13741; }
p { color: rgb(209,55,65); }
H1.HeaderClassName
{
color: #D13741;
}
.AnyTagClassName
{
color: #D13741;
}
</style>
background-color css
<style>
a { background-color: #D13741; }
a { background-color: rgb(209,55,65); }
div.DivClassName
{
background-color: #D13741;
}
.BgClassName
{
background-color: #D13741;
}
</style>
border-color css
<style>
span { border-color: #D13741; }
span { border-color: rgb(209,55,65); }
td.TdClassName
{
border-color: #D13741;
}
.TagClassName
{
border-color: #D13741;
}
</style>