Shades of Mahogany #D73235
Tints of Mahogany #D73235
RGB
CMYK
RGB Variations
Color information
#D73235 (or 0xD73235) is known color: Mahogany. HEX triplet: D7, 32 and 35. RGB value is (215,50,53). Sum of RGB (Red+Green+Blue) = 215+50+53=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D73235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73235 is #28CDCA. Grayscale: #636363. Windows color (decimal): -2674123 or 3486423. OLE color: 3486423.
HSL color Cylindrical-coordinate representation of color #D73235: hue angle of 358.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D73235 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 53 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.16 |
| HSL | 358.91º | 0.67% | 0.52% | - |
| HSV(B) | 358.91º | 0.77% | 0.84% | - |
| XYZ | 29.81 | 16.99 | 5.08 | - |
| YUV | 99.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 53 | 0 | 0.77 | 0.75 | 0.16 | 358.91 | 0.67 | 0.52 |
| Hex | D7 | 32 | 35 | 0 | 4D | 4B | 10 | 167 | 43 | 34 |
| Octal | 327 | 62 | 65 | 0 | 115 | 113 | 20 | 547 | 103 | 64 |
| Binary | 11010111 | 110010 | 110101 | 0 | 1001101 | 1001011 | 10000 | 101100111 | 1000011 | 110100 |
Color Harmonies of #D73235
Complementary color
Monochromatic Colors of #D73235
Black with #D73235
Text Example
Text Example
White with #D73235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73235; }
p { color: rgb(215,50,53); }
H1.HeaderClassName
{
color: #D73235;
}
.AnyTagClassName
{
color: #D73235;
}
</style>
background-color css
<style>
a { background-color: #D73235; }
a { background-color: rgb(215,50,53); }
div.DivClassName
{
background-color: #D73235;
}
.BgClassName
{
background-color: #D73235;
}
</style>
border-color css
<style>
span { border-color: #D73235; }
span { border-color: rgb(215,50,53); }
td.TdClassName
{
border-color: #D73235;
}
.TagClassName
{
border-color: #D73235;
}
</style>