Shades of Mahogany #D4343E
Tints of Mahogany #D4343E
RGB
CMYK
RGB Variations
Color information
#D4343E (or 0xD4343E) is known color: Mahogany. HEX triplet: D4, 34 and 3E. RGB value is (212,52,62). Sum of RGB (Red+Green+Blue) = 212+52+62=326 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.03% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 212 - color contains mainly: red. Hex color #D4343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4343E is #2BCBC1. Grayscale: #656565. Windows color (decimal): -2870210 or 4076756. OLE color: 4076756.
HSL color Cylindrical-coordinate representation of color #D4343E: hue angle of 356.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4343E is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 62 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.17 |
| HSL | 356.25º | 0.65% | 0.52% | - |
| HSV(B) | 356.25º | 0.75% | 0.83% | - |
| XYZ | 29.25 | 16.8 | 6.26 | - |
| YUV | 100.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 62 | 0 | 0.75 | 0.71 | 0.17 | 356.25 | 0.65 | 0.52 |
| Hex | D4 | 34 | 3E | 0 | 4B | 47 | 11 | 164 | 41 | 34 |
| Octal | 324 | 64 | 76 | 0 | 113 | 107 | 21 | 544 | 101 | 64 |
| Binary | 11010100 | 110100 | 111110 | 0 | 1001011 | 1000111 | 10001 | 101100100 | 1000001 | 110100 |
Color Harmonies of #D4343E
Complementary color
Monochromatic Colors of #D4343E
Black with #D4343E
Text Example
Text Example
White with #D4343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4343E; }
p { color: rgb(212,52,62); }
H1.HeaderClassName
{
color: #D4343E;
}
.AnyTagClassName
{
color: #D4343E;
}
</style>
background-color css
<style>
a { background-color: #D4343E; }
a { background-color: rgb(212,52,62); }
div.DivClassName
{
background-color: #D4343E;
}
.BgClassName
{
background-color: #D4343E;
}
</style>
border-color css
<style>
span { border-color: #D4343E; }
span { border-color: rgb(212,52,62); }
td.TdClassName
{
border-color: #D4343E;
}
.TagClassName
{
border-color: #D4343E;
}
</style>