Shades of Mahogany #D73435
Tints of Mahogany #D73435
RGB
CMYK
RGB Variations
Color information
#D73435 (or 0xD73435) is known color: Mahogany. HEX triplet: D7, 34 and 35. RGB value is (215,52,53). Sum of RGB (Red+Green+Blue) = 215+52+53=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D73435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73435 is #28CBCA. Grayscale: #656565. Windows color (decimal): -2673611 or 3486935. OLE color: 3486935.
HSL color Cylindrical-coordinate representation of color #D73435: hue angle of 359.63º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D73435 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 52 | 53 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.16 |
| HSL | 359.63º | 0.67% | 0.52% | - |
| HSV(B) | 359.63º | 0.76% | 0.84% | - |
| XYZ | 29.89 | 17.16 | 5.1 | - |
| YUV | 100.85 | 101 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 52 | 53 | 0 | 0.76 | 0.75 | 0.16 | 359.63 | 0.67 | 0.52 |
| Hex | D7 | 34 | 35 | 0 | 4C | 4B | 10 | 168 | 43 | 34 |
| Octal | 327 | 64 | 65 | 0 | 114 | 113 | 20 | 550 | 103 | 64 |
| Binary | 11010111 | 110100 | 110101 | 0 | 1001100 | 1001011 | 10000 | 101101000 | 1000011 | 110100 |
Color Harmonies of #D73435
Complementary color
Monochromatic Colors of #D73435
Black with #D73435
Text Example
Text Example
White with #D73435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73435; }
p { color: rgb(215,52,53); }
H1.HeaderClassName
{
color: #D73435;
}
.AnyTagClassName
{
color: #D73435;
}
</style>
background-color css
<style>
a { background-color: #D73435; }
a { background-color: rgb(215,52,53); }
div.DivClassName
{
background-color: #D73435;
}
.BgClassName
{
background-color: #D73435;
}
</style>
border-color css
<style>
span { border-color: #D73435; }
span { border-color: rgb(215,52,53); }
td.TdClassName
{
border-color: #D73435;
}
.TagClassName
{
border-color: #D73435;
}
</style>