Shades of Mahogany #D5353F
Tints of Mahogany #D5353F
RGB
CMYK
RGB Variations
Color information
#D5353F (or 0xD5353F) is known color: Mahogany. HEX triplet: D5, 35 and 3F. RGB value is (213,53,63). Sum of RGB (Red+Green+Blue) = 213+53+63=329 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.74% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 213 - color contains mainly: red. Hex color #D5353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5353F is #2ACAC0. Grayscale: #666666. Windows color (decimal): -2804417 or 4142549. OLE color: 4142549.
HSL color Cylindrical-coordinate representation of color #D5353F: hue angle of 356.25º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5353F is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 63 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.16 |
| HSL | 356.25º | 0.66% | 0.52% | - |
| HSV(B) | 356.25º | 0.75% | 0.84% | - |
| XYZ | 29.61 | 17.05 | 6.43 | - |
| YUV | 101.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 63 | 0 | 0.75 | 0.70 | 0.16 | 356.25 | 0.66 | 0.52 |
| Hex | D5 | 35 | 3F | 0 | 4B | 46 | 10 | 164 | 42 | 34 |
| Octal | 325 | 65 | 77 | 0 | 113 | 106 | 20 | 544 | 102 | 64 |
| Binary | 11010101 | 110101 | 111111 | 0 | 1001011 | 1000110 | 10000 | 101100100 | 1000010 | 110100 |
Color Harmonies of #D5353F
Complementary color
Monochromatic Colors of #D5353F
Black with #D5353F
Text Example
Text Example
White with #D5353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5353F; }
p { color: rgb(213,53,63); }
H1.HeaderClassName
{
color: #D5353F;
}
.AnyTagClassName
{
color: #D5353F;
}
</style>
background-color css
<style>
a { background-color: #D5353F; }
a { background-color: rgb(213,53,63); }
div.DivClassName
{
background-color: #D5353F;
}
.BgClassName
{
background-color: #D5353F;
}
</style>
border-color css
<style>
span { border-color: #D5353F; }
span { border-color: rgb(213,53,63); }
td.TdClassName
{
border-color: #D5353F;
}
.TagClassName
{
border-color: #D5353F;
}
</style>