Shades of Mahogany #D8343E
Tints of Mahogany #D8343E
RGB
CMYK
RGB Variations
Color information
#D8343E (or 0xD8343E) is known color: Mahogany. HEX triplet: D8, 34 and 3E. RGB value is (216,52,62). Sum of RGB (Red+Green+Blue) = 216+52+62=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8343E is #27CBC1. Grayscale: #666666. Windows color (decimal): -2608066 or 4076760. OLE color: 4076760.
HSL color Cylindrical-coordinate representation of color #D8343E: hue angle of 356.34º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8343E is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 52 | 62 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.15 |
| HSL | 356.34º | 0.68% | 0.53% | - |
| HSV(B) | 356.34º | 0.76% | 0.85% | - |
| XYZ | 30.42 | 17.4 | 6.31 | - |
| YUV | 102.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 52 | 62 | 0 | 0.76 | 0.71 | 0.15 | 356.34 | 0.68 | 0.53 |
| Hex | D8 | 34 | 3E | 0 | 4C | 47 | F | 164 | 44 | 35 |
| Octal | 330 | 64 | 76 | 0 | 114 | 107 | 17 | 544 | 104 | 65 |
| Binary | 11011000 | 110100 | 111110 | 0 | 1001100 | 1000111 | 1111 | 101100100 | 1000100 | 110101 |
Color Harmonies of #D8343E
Complementary color
Monochromatic Colors of #D8343E
Black with #D8343E
Text Example
Text Example
White with #D8343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8343E; }
p { color: rgb(216,52,62); }
H1.HeaderClassName
{
color: #D8343E;
}
.AnyTagClassName
{
color: #D8343E;
}
</style>
background-color css
<style>
a { background-color: #D8343E; }
a { background-color: rgb(216,52,62); }
div.DivClassName
{
background-color: #D8343E;
}
.BgClassName
{
background-color: #D8343E;
}
</style>
border-color css
<style>
span { border-color: #D8343E; }
span { border-color: rgb(216,52,62); }
td.TdClassName
{
border-color: #D8343E;
}
.TagClassName
{
border-color: #D8343E;
}
</style>