Shades of Mahogany #D53435
Tints of Mahogany #D53435
RGB
CMYK
RGB Variations
Color information
#D53435 (or 0xD53435) is known color: Mahogany. HEX triplet: D5, 34 and 35. RGB value is (213,52,53). Sum of RGB (Red+Green+Blue) = 213+52+53=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D53435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53435 is #2ACBCA. Grayscale: #646464. Windows color (decimal): -2804683 or 3486933. OLE color: 3486933.
HSL color Cylindrical-coordinate representation of color #D53435: hue angle of 359.63º degrees, saturation: 0.66, 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 #D53435 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 53 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.16 |
| HSL | 359.63º | 0.66% | 0.52% | - |
| HSV(B) | 359.63º | 0.76% | 0.84% | - |
| XYZ | 29.31 | 16.86 | 5.08 | - |
| YUV | 100.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 53 | 0 | 0.76 | 0.75 | 0.16 | 359.63 | 0.66 | 0.52 |
| Hex | D5 | 34 | 35 | 0 | 4C | 4B | 10 | 168 | 42 | 34 |
| Octal | 325 | 64 | 65 | 0 | 114 | 113 | 20 | 550 | 102 | 64 |
| Binary | 11010101 | 110100 | 110101 | 0 | 1001100 | 1001011 | 10000 | 101101000 | 1000010 | 110100 |
Color Harmonies of #D53435
Complementary color
Monochromatic Colors of #D53435
Black with #D53435
Text Example
Text Example
White with #D53435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53435; }
p { color: rgb(213,52,53); }
H1.HeaderClassName
{
color: #D53435;
}
.AnyTagClassName
{
color: #D53435;
}
</style>
background-color css
<style>
a { background-color: #D53435; }
a { background-color: rgb(213,52,53); }
div.DivClassName
{
background-color: #D53435;
}
.BgClassName
{
background-color: #D53435;
}
</style>
border-color css
<style>
span { border-color: #D53435; }
span { border-color: rgb(213,52,53); }
td.TdClassName
{
border-color: #D53435;
}
.TagClassName
{
border-color: #D53435;
}
</style>