Shades of Mahogany #D54044
Tints of Mahogany #D54044
RGB
CMYK
RGB Variations
Color information
#D54044 (or 0xD54044) is known color: Mahogany. HEX triplet: D5, 40 and 44. RGB value is (213,64,68). Sum of RGB (Red+Green+Blue) = 213+64+68=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D54044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54044 is #2ABFBB. Grayscale: #6D6D6D. Windows color (decimal): -2801596 or 4473045. OLE color: 4473045.
HSL color Cylindrical-coordinate representation of color #D54044: hue angle of 358.39º 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 #D54044 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 68 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.16 |
| HSL | 358.39º | 0.64% | 0.54% | - |
| HSV(B) | 358.39º | 0.7% | 0.84% | - |
| XYZ | 30.32 | 18.23 | 7.39 | - |
| YUV | 109.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 68 | 0 | 0.70 | 0.68 | 0.16 | 358.39 | 0.64 | 0.54 |
| Hex | D5 | 40 | 44 | 0 | 46 | 44 | 10 | 166 | 40 | 36 |
| Octal | 325 | 100 | 104 | 0 | 106 | 104 | 20 | 546 | 100 | 66 |
| Binary | 11010101 | 1000000 | 1000100 | 0 | 1000110 | 1000100 | 10000 | 101100110 | 1000000 | 110110 |
Color Harmonies of #D54044
Complementary color
Monochromatic Colors of #D54044
Black with #D54044
Text Example
Text Example
White with #D54044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54044; }
p { color: rgb(213,64,68); }
H1.HeaderClassName
{
color: #D54044;
}
.AnyTagClassName
{
color: #D54044;
}
</style>
background-color css
<style>
a { background-color: #D54044; }
a { background-color: rgb(213,64,68); }
div.DivClassName
{
background-color: #D54044;
}
.BgClassName
{
background-color: #D54044;
}
</style>
border-color css
<style>
span { border-color: #D54044; }
span { border-color: rgb(213,64,68); }
td.TdClassName
{
border-color: #D54044;
}
.TagClassName
{
border-color: #D54044;
}
</style>