Shades of Mahogany #D53F47
Tints of Mahogany #D53F47
RGB
CMYK
RGB Variations
Color information
#D53F47 (or 0xD53F47) is known color: Mahogany. HEX triplet: D5, 3F and 47. RGB value is (213,63,71). Sum of RGB (Red+Green+Blue) = 213+63+71=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F47 is #2AC0B8. Grayscale: #6C6C6C. Windows color (decimal): -2801849 or 4669397. OLE color: 4669397.
HSL color Cylindrical-coordinate representation of color #D53F47: hue angle of 356.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53F47 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 63 | 71 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.16 |
| HSL | 356.8º | 0.64% | 0.54% | - |
| HSV(B) | 356.8º | 0.7% | 0.84% | - |
| XYZ | 30.36 | 18.16 | 7.87 | - |
| YUV | 108.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 63 | 71 | 0 | 0.70 | 0.67 | 0.16 | 356.8 | 0.64 | 0.54 |
| Hex | D5 | 3F | 47 | 0 | 46 | 43 | 10 | 165 | 40 | 36 |
| Octal | 325 | 77 | 107 | 0 | 106 | 103 | 20 | 545 | 100 | 66 |
| Binary | 11010101 | 111111 | 1000111 | 0 | 1000110 | 1000011 | 10000 | 101100101 | 1000000 | 110110 |
Color Harmonies of #D53F47
Complementary color
Monochromatic Colors of #D53F47
Black with #D53F47
Text Example
Text Example
White with #D53F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53F47; }
p { color: rgb(213,63,71); }
H1.HeaderClassName
{
color: #D53F47;
}
.AnyTagClassName
{
color: #D53F47;
}
</style>
background-color css
<style>
a { background-color: #D53F47; }
a { background-color: rgb(213,63,71); }
div.DivClassName
{
background-color: #D53F47;
}
.BgClassName
{
background-color: #D53F47;
}
</style>
border-color css
<style>
span { border-color: #D53F47; }
span { border-color: rgb(213,63,71); }
td.TdClassName
{
border-color: #D53F47;
}
.TagClassName
{
border-color: #D53F47;
}
</style>