Shades of Mahogany #D4343D
Tints of Mahogany #D4343D
RGB
CMYK
RGB Variations
Color information
#D4343D (or 0xD4343D) is known color: Mahogany. HEX triplet: D4, 34 and 3D. RGB value is (212,52,61). Sum of RGB (Red+Green+Blue) = 212+52+61=325 (43% of max value = 765). Red value is 212 (83.20% from 255 or 65.23% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 212 - color contains mainly: red. Hex color #D4343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4343D is #2BCBC2. Grayscale: #646464. Windows color (decimal): -2870211 or 4011220. OLE color: 4011220.
HSL color Cylindrical-coordinate representation of color #D4343D: hue angle of 356.62º 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 #D4343D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 61 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.17 |
| HSL | 356.63º | 0.65% | 0.52% | - |
| HSV(B) | 356.63º | 0.75% | 0.83% | - |
| XYZ | 29.22 | 16.79 | 6.12 | - |
| YUV | 100.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 61 | 0 | 0.75 | 0.71 | 0.17 | 356.63 | 0.65 | 0.52 |
| Hex | D4 | 34 | 3D | 0 | 4B | 47 | 11 | 165 | 41 | 34 |
| Octal | 324 | 64 | 75 | 0 | 113 | 107 | 21 | 545 | 101 | 64 |
| Binary | 11010100 | 110100 | 111101 | 0 | 1001011 | 1000111 | 10001 | 101100101 | 1000001 | 110100 |
Color Harmonies of #D4343D
Complementary color
Monochromatic Colors of #D4343D
Black with #D4343D
Text Example
Text Example
White with #D4343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4343D; }
p { color: rgb(212,52,61); }
H1.HeaderClassName
{
color: #D4343D;
}
.AnyTagClassName
{
color: #D4343D;
}
</style>
background-color css
<style>
a { background-color: #D4343D; }
a { background-color: rgb(212,52,61); }
div.DivClassName
{
background-color: #D4343D;
}
.BgClassName
{
background-color: #D4343D;
}
</style>
border-color css
<style>
span { border-color: #D4343D; }
span { border-color: rgb(212,52,61); }
td.TdClassName
{
border-color: #D4343D;
}
.TagClassName
{
border-color: #D4343D;
}
</style>