Shades of Mahogany #D4343F
Tints of Mahogany #D4343F
RGB
CMYK
RGB Variations
Color information
#D4343F (or 0xD4343F) is known color: Mahogany. HEX triplet: D4, 34 and 3F. RGB value is (212,52,63). Sum of RGB (Red+Green+Blue) = 212+52+63=327 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.83% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 212 - color contains mainly: red. Hex color #D4343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4343F is #2BCBC0. Grayscale: #656565. Windows color (decimal): -2870209 or 4142292. OLE color: 4142292.
HSL color Cylindrical-coordinate representation of color #D4343F: hue angle of 355.88º 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 #D4343F is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 63 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.17 |
| HSL | 355.88º | 0.65% | 0.52% | - |
| HSV(B) | 355.88º | 0.75% | 0.83% | - |
| XYZ | 29.28 | 16.81 | 6.4 | - |
| YUV | 101.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 63 | 0 | 0.75 | 0.70 | 0.17 | 355.88 | 0.65 | 0.52 |
| Hex | D4 | 34 | 3F | 0 | 4B | 46 | 11 | 164 | 41 | 34 |
| Octal | 324 | 64 | 77 | 0 | 113 | 106 | 21 | 544 | 101 | 64 |
| Binary | 11010100 | 110100 | 111111 | 0 | 1001011 | 1000110 | 10001 | 101100100 | 1000001 | 110100 |
Color Harmonies of #D4343F
Complementary color
Monochromatic Colors of #D4343F
Black with #D4343F
Text Example
Text Example
White with #D4343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4343F; }
p { color: rgb(212,52,63); }
H1.HeaderClassName
{
color: #D4343F;
}
.AnyTagClassName
{
color: #D4343F;
}
</style>
background-color css
<style>
a { background-color: #D4343F; }
a { background-color: rgb(212,52,63); }
div.DivClassName
{
background-color: #D4343F;
}
.BgClassName
{
background-color: #D4343F;
}
</style>
border-color css
<style>
span { border-color: #D4343F; }
span { border-color: rgb(212,52,63); }
td.TdClassName
{
border-color: #D4343F;
}
.TagClassName
{
border-color: #D4343F;
}
</style>