Shades of Mahogany #D73839
Tints of Mahogany #D73839
RGB
CMYK
RGB Variations
Color information
#D73839 (or 0xD73839) is known color: Mahogany. HEX triplet: D7, 38 and 39. RGB value is (215,56,57). Sum of RGB (Red+Green+Blue) = 215+56+57=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D73839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73839 is #28C7C6. Grayscale: #676767. Windows color (decimal): -2672583 or 3750103. OLE color: 3750103.
HSL color Cylindrical-coordinate representation of color #D73839: hue angle of 359.62º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D73839 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 56 | 57 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.16 |
| HSL | 359.62º | 0.67% | 0.53% | - |
| HSV(B) | 359.62º | 0.74% | 0.84% | - |
| XYZ | 30.18 | 17.57 | 5.67 | - |
| YUV | 103.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 56 | 57 | 0 | 0.74 | 0.73 | 0.16 | 359.62 | 0.67 | 0.53 |
| Hex | D7 | 38 | 39 | 0 | 4A | 49 | 10 | 168 | 43 | 35 |
| Octal | 327 | 70 | 71 | 0 | 112 | 111 | 20 | 550 | 103 | 65 |
| Binary | 11010111 | 111000 | 111001 | 0 | 1001010 | 1001001 | 10000 | 101101000 | 1000011 | 110101 |
Color Harmonies of #D73839
Complementary color
Monochromatic Colors of #D73839
Black with #D73839
Text Example
Text Example
White with #D73839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73839; }
p { color: rgb(215,56,57); }
H1.HeaderClassName
{
color: #D73839;
}
.AnyTagClassName
{
color: #D73839;
}
</style>
background-color css
<style>
a { background-color: #D73839; }
a { background-color: rgb(215,56,57); }
div.DivClassName
{
background-color: #D73839;
}
.BgClassName
{
background-color: #D73839;
}
</style>
border-color css
<style>
span { border-color: #D73839; }
span { border-color: rgb(215,56,57); }
td.TdClassName
{
border-color: #D73839;
}
.TagClassName
{
border-color: #D73839;
}
</style>