Shades of Mahogany #D5343B
Tints of Mahogany #D5343B
RGB
CMYK
RGB Variations
Color information
#D5343B (or 0xD5343B) is known color: Mahogany. HEX triplet: D5, 34 and 3B. RGB value is (213,52,59). Sum of RGB (Red+Green+Blue) = 213+52+59=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5343B is #2ACBC4. Grayscale: #656565. Windows color (decimal): -2804677 or 3880149. OLE color: 3880149.
HSL color Cylindrical-coordinate representation of color #D5343B: hue angle of 357.39º 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 #D5343B is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 59 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.16 |
| HSL | 357.39º | 0.66% | 0.52% | - |
| HSV(B) | 357.39º | 0.76% | 0.84% | - |
| XYZ | 29.46 | 16.92 | 5.85 | - |
| YUV | 100.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 59 | 0 | 0.76 | 0.72 | 0.16 | 357.39 | 0.66 | 0.52 |
| Hex | D5 | 34 | 3B | 0 | 4C | 48 | 10 | 165 | 42 | 34 |
| Octal | 325 | 64 | 73 | 0 | 114 | 110 | 20 | 545 | 102 | 64 |
| Binary | 11010101 | 110100 | 111011 | 0 | 1001100 | 1001000 | 10000 | 101100101 | 1000010 | 110100 |
Color Harmonies of #D5343B
Complementary color
Monochromatic Colors of #D5343B
Black with #D5343B
Text Example
Text Example
White with #D5343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5343B; }
p { color: rgb(213,52,59); }
H1.HeaderClassName
{
color: #D5343B;
}
.AnyTagClassName
{
color: #D5343B;
}
</style>
background-color css
<style>
a { background-color: #D5343B; }
a { background-color: rgb(213,52,59); }
div.DivClassName
{
background-color: #D5343B;
}
.BgClassName
{
background-color: #D5343B;
}
</style>
border-color css
<style>
span { border-color: #D5343B; }
span { border-color: rgb(213,52,59); }
td.TdClassName
{
border-color: #D5343B;
}
.TagClassName
{
border-color: #D5343B;
}
</style>