Shades of Mahogany #D73B41
Tints of Mahogany #D73B41
RGB
CMYK
RGB Variations
Color information
#D73B41 (or 0xD73B41) is known color: Mahogany. HEX triplet: D7, 3B and 41. RGB value is (215,59,65). Sum of RGB (Red+Green+Blue) = 215+59+65=339 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.42% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 215 - color contains mainly: red. Hex color #D73B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73B41 is #28C4BE. Grayscale: #6A6A6A. Windows color (decimal): -2671807 or 4275159. OLE color: 4275159.
HSL color Cylindrical-coordinate representation of color #D73B41: hue angle of 357.69º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D73B41 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 59 | 65 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.16 |
| HSL | 357.69º | 0.66% | 0.54% | - |
| HSV(B) | 357.69º | 0.73% | 0.84% | - |
| XYZ | 30.54 | 17.96 | 6.86 | - |
| YUV | 106.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 59 | 65 | 0 | 0.73 | 0.70 | 0.16 | 357.69 | 0.66 | 0.54 |
| Hex | D7 | 3B | 41 | 0 | 49 | 46 | 10 | 166 | 42 | 36 |
| Octal | 327 | 73 | 101 | 0 | 111 | 106 | 20 | 546 | 102 | 66 |
| Binary | 11010111 | 111011 | 1000001 | 0 | 1001001 | 1000110 | 10000 | 101100110 | 1000010 | 110110 |
Color Harmonies of #D73B41
Complementary color
Monochromatic Colors of #D73B41
Black with #D73B41
Text Example
Text Example
White with #D73B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73B41; }
p { color: rgb(215,59,65); }
H1.HeaderClassName
{
color: #D73B41;
}
.AnyTagClassName
{
color: #D73B41;
}
</style>
background-color css
<style>
a { background-color: #D73B41; }
a { background-color: rgb(215,59,65); }
div.DivClassName
{
background-color: #D73B41;
}
.BgClassName
{
background-color: #D73B41;
}
</style>
border-color css
<style>
span { border-color: #D73B41; }
span { border-color: rgb(215,59,65); }
td.TdClassName
{
border-color: #D73B41;
}
.TagClassName
{
border-color: #D73B41;
}
</style>