Shades of Mahogany #D5393F
Tints of Mahogany #D5393F
RGB
CMYK
RGB Variations
Color information
#D5393F (or 0xD5393F) is known color: Mahogany. HEX triplet: D5, 39 and 3F. RGB value is (213,57,63). Sum of RGB (Red+Green+Blue) = 213+57+63=333 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.96% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 213 - color contains mainly: red. Hex color #D5393F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5393F is #2AC6C0. Grayscale: #686868. Windows color (decimal): -2803393 or 4143573. OLE color: 4143573.
HSL color Cylindrical-coordinate representation of color #D5393F: hue angle of 357.69º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5393F is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 63 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.16 |
| HSL | 357.69º | 0.65% | 0.53% | - |
| HSV(B) | 357.69º | 0.73% | 0.84% | - |
| XYZ | 29.8 | 17.43 | 6.5 | - |
| YUV | 104.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 63 | 0 | 0.73 | 0.70 | 0.16 | 357.69 | 0.65 | 0.53 |
| Hex | D5 | 39 | 3F | 0 | 49 | 46 | 10 | 166 | 41 | 35 |
| Octal | 325 | 71 | 77 | 0 | 111 | 106 | 20 | 546 | 101 | 65 |
| Binary | 11010101 | 111001 | 111111 | 0 | 1001001 | 1000110 | 10000 | 101100110 | 1000001 | 110101 |
Color Harmonies of #D5393F
Complementary color
Monochromatic Colors of #D5393F
Black with #D5393F
Text Example
Text Example
White with #D5393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5393F; }
p { color: rgb(213,57,63); }
H1.HeaderClassName
{
color: #D5393F;
}
.AnyTagClassName
{
color: #D5393F;
}
</style>
background-color css
<style>
a { background-color: #D5393F; }
a { background-color: rgb(213,57,63); }
div.DivClassName
{
background-color: #D5393F;
}
.BgClassName
{
background-color: #D5393F;
}
</style>
border-color css
<style>
span { border-color: #D5393F; }
span { border-color: rgb(213,57,63); }
td.TdClassName
{
border-color: #D5393F;
}
.TagClassName
{
border-color: #D5393F;
}
</style>