Shades of Mahogany #D54046
Tints of Mahogany #D54046
RGB
CMYK
RGB Variations
Color information
#D54046 (or 0xD54046) is known color: Mahogany. HEX triplet: D5, 40 and 46. RGB value is (213,64,70). Sum of RGB (Red+Green+Blue) = 213+64+70=347 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.38% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 213 - color contains mainly: red. Hex color #D54046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54046 is #2ABFB9. Grayscale: #6D6D6D. Windows color (decimal): -2801594 or 4604117. OLE color: 4604117.
HSL color Cylindrical-coordinate representation of color #D54046: hue angle of 357.58º 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 #D54046 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 70 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.16 |
| HSL | 357.58º | 0.64% | 0.54% | - |
| HSV(B) | 357.58º | 0.7% | 0.84% | - |
| XYZ | 30.38 | 18.26 | 7.72 | - |
| YUV | 109.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 70 | 0 | 0.70 | 0.67 | 0.16 | 357.58 | 0.64 | 0.54 |
| Hex | D5 | 40 | 46 | 0 | 46 | 43 | 10 | 166 | 40 | 36 |
| Octal | 325 | 100 | 106 | 0 | 106 | 103 | 20 | 546 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1000110 | 0 | 1000110 | 1000011 | 10000 | 101100110 | 1000000 | 110110 |
Color Harmonies of #D54046
Complementary color
Monochromatic Colors of #D54046
Black with #D54046
Text Example
Text Example
White with #D54046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54046; }
p { color: rgb(213,64,70); }
H1.HeaderClassName
{
color: #D54046;
}
.AnyTagClassName
{
color: #D54046;
}
</style>
background-color css
<style>
a { background-color: #D54046; }
a { background-color: rgb(213,64,70); }
div.DivClassName
{
background-color: #D54046;
}
.BgClassName
{
background-color: #D54046;
}
</style>
border-color css
<style>
span { border-color: #D54046; }
span { border-color: rgb(213,64,70); }
td.TdClassName
{
border-color: #D54046;
}
.TagClassName
{
border-color: #D54046;
}
</style>