Shades of Mahogany #D6343A
Tints of Mahogany #D6343A
RGB
CMYK
RGB Variations
Color information
#D6343A (or 0xD6343A) is known color: Mahogany. HEX triplet: D6, 34 and 3A. RGB value is (214,52,58). Sum of RGB (Red+Green+Blue) = 214+52+58=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6343A is #29CBC5. Grayscale: #656565. Windows color (decimal): -2739142 or 3814614. OLE color: 3814614.
HSL color Cylindrical-coordinate representation of color #D6343A: hue angle of 357.78º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6343A is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 52 | 58 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.16 |
| HSL | 357.78º | 0.66% | 0.52% | - |
| HSV(B) | 357.78º | 0.76% | 0.84% | - |
| XYZ | 29.72 | 17.06 | 5.73 | - |
| YUV | 101.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 52 | 58 | 0 | 0.76 | 0.73 | 0.16 | 357.78 | 0.66 | 0.52 |
| Hex | D6 | 34 | 3A | 0 | 4C | 49 | 10 | 166 | 42 | 34 |
| Octal | 326 | 64 | 72 | 0 | 114 | 111 | 20 | 546 | 102 | 64 |
| Binary | 11010110 | 110100 | 111010 | 0 | 1001100 | 1001001 | 10000 | 101100110 | 1000010 | 110100 |
Color Harmonies of #D6343A
Complementary color
Monochromatic Colors of #D6343A
Black with #D6343A
Text Example
Text Example
White with #D6343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6343A; }
p { color: rgb(214,52,58); }
H1.HeaderClassName
{
color: #D6343A;
}
.AnyTagClassName
{
color: #D6343A;
}
</style>
background-color css
<style>
a { background-color: #D6343A; }
a { background-color: rgb(214,52,58); }
div.DivClassName
{
background-color: #D6343A;
}
.BgClassName
{
background-color: #D6343A;
}
</style>
border-color css
<style>
span { border-color: #D6343A; }
span { border-color: rgb(214,52,58); }
td.TdClassName
{
border-color: #D6343A;
}
.TagClassName
{
border-color: #D6343A;
}
</style>