Shades of Mahogany #D74147
Tints of Mahogany #D74147
RGB
CMYK
RGB Variations
Color information
#D74147 (or 0xD74147) is known color: Mahogany. HEX triplet: D7, 41 and 47. RGB value is (215,65,71). Sum of RGB (Red+Green+Blue) = 215+65+71=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 71 (28.12% from 255 or 20.23% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D74147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74147 is #28BEB8. Grayscale: #6E6E6E. Windows color (decimal): -2670265 or 4669911. OLE color: 4669911.
HSL color Cylindrical-coordinate representation of color #D74147: hue angle of 357.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D74147 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 65 | 71 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.16 |
| HSL | 357.6º | 0.65% | 0.55% | - |
| HSV(B) | 357.6º | 0.7% | 0.84% | - |
| XYZ | 31.05 | 18.68 | 7.93 | - |
| YUV | 110.53 | 105.7 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 65 | 71 | 0 | 0.70 | 0.67 | 0.16 | 357.6 | 0.65 | 0.55 |
| Hex | D7 | 41 | 47 | 0 | 46 | 43 | 10 | 166 | 41 | 37 |
| Octal | 327 | 101 | 107 | 0 | 106 | 103 | 20 | 546 | 101 | 67 |
| Binary | 11010111 | 1000001 | 1000111 | 0 | 1000110 | 1000011 | 10000 | 101100110 | 1000001 | 110111 |
Color Harmonies of #D74147
Complementary color
Monochromatic Colors of #D74147
Black with #D74147
Text Example
Text Example
White with #D74147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74147; }
p { color: rgb(215,65,71); }
H1.HeaderClassName
{
color: #D74147;
}
.AnyTagClassName
{
color: #D74147;
}
</style>
background-color css
<style>
a { background-color: #D74147; }
a { background-color: rgb(215,65,71); }
div.DivClassName
{
background-color: #D74147;
}
.BgClassName
{
background-color: #D74147;
}
</style>
border-color css
<style>
span { border-color: #D74147; }
span { border-color: rgb(215,65,71); }
td.TdClassName
{
border-color: #D74147;
}
.TagClassName
{
border-color: #D74147;
}
</style>