Shades of Mahogany #D73E47
Tints of Mahogany #D73E47
RGB
CMYK
RGB Variations
Color information
#D73E47 (or 0xD73E47) is known color: Mahogany. HEX triplet: D7, 3E and 47. RGB value is (215,62,71). Sum of RGB (Red+Green+Blue) = 215+62+71=348 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.78% from 348); Green value is 62 (24.61% from 255 or 17.82% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 215 - color contains mainly: red. Hex color #D73E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73E47 is #28C1B8. Grayscale: #6C6C6C. Windows color (decimal): -2671033 or 4669143. OLE color: 4669143.
HSL color Cylindrical-coordinate representation of color #D73E47: hue angle of 356.47º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D73E47 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 62 | 71 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.16 |
| HSL | 356.47º | 0.66% | 0.54% | - |
| HSV(B) | 356.47º | 0.71% | 0.84% | - |
| XYZ | 30.88 | 18.35 | 7.87 | - |
| YUV | 108.77 | 106.69 | 203.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 62 | 71 | 0 | 0.71 | 0.67 | 0.16 | 356.47 | 0.66 | 0.54 |
| Hex | D7 | 3E | 47 | 0 | 47 | 43 | 10 | 164 | 42 | 36 |
| Octal | 327 | 76 | 107 | 0 | 107 | 103 | 20 | 544 | 102 | 66 |
| Binary | 11010111 | 111110 | 1000111 | 0 | 1000111 | 1000011 | 10000 | 101100100 | 1000010 | 110110 |
Color Harmonies of #D73E47
Complementary color
Monochromatic Colors of #D73E47
Black with #D73E47
Text Example
Text Example
White with #D73E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73E47; }
p { color: rgb(215,62,71); }
H1.HeaderClassName
{
color: #D73E47;
}
.AnyTagClassName
{
color: #D73E47;
}
</style>
background-color css
<style>
a { background-color: #D73E47; }
a { background-color: rgb(215,62,71); }
div.DivClassName
{
background-color: #D73E47;
}
.BgClassName
{
background-color: #D73E47;
}
</style>
border-color css
<style>
span { border-color: #D73E47; }
span { border-color: rgb(215,62,71); }
td.TdClassName
{
border-color: #D73E47;
}
.TagClassName
{
border-color: #D73E47;
}
</style>