Shades of Mahogany #D5343D
Tints of Mahogany #D5343D
RGB
CMYK
RGB Variations
Color information
#D5343D (or 0xD5343D) is known color: Mahogany. HEX triplet: D5, 34 and 3D. RGB value is (213,52,61). Sum of RGB (Red+Green+Blue) = 213+52+61=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D5343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5343D is #2ACBC2. Grayscale: #656565. Windows color (decimal): -2804675 or 4011221. OLE color: 4011221.
HSL color Cylindrical-coordinate representation of color #D5343D: hue angle of 356.65º 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 #D5343D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 61 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.16 |
| HSL | 356.65º | 0.66% | 0.52% | - |
| HSV(B) | 356.65º | 0.76% | 0.84% | - |
| XYZ | 29.51 | 16.94 | 6.13 | - |
| YUV | 101.17 | 105.34 | 207.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 61 | 0 | 0.76 | 0.71 | 0.16 | 356.65 | 0.66 | 0.52 |
| Hex | D5 | 34 | 3D | 0 | 4C | 47 | 10 | 165 | 42 | 34 |
| Octal | 325 | 64 | 75 | 0 | 114 | 107 | 20 | 545 | 102 | 64 |
| Binary | 11010101 | 110100 | 111101 | 0 | 1001100 | 1000111 | 10000 | 101100101 | 1000010 | 110100 |
Color Harmonies of #D5343D
Complementary color
Monochromatic Colors of #D5343D
Black with #D5343D
Text Example
Text Example
White with #D5343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5343D; }
p { color: rgb(213,52,61); }
H1.HeaderClassName
{
color: #D5343D;
}
.AnyTagClassName
{
color: #D5343D;
}
</style>
background-color css
<style>
a { background-color: #D5343D; }
a { background-color: rgb(213,52,61); }
div.DivClassName
{
background-color: #D5343D;
}
.BgClassName
{
background-color: #D5343D;
}
</style>
border-color css
<style>
span { border-color: #D5343D; }
span { border-color: rgb(213,52,61); }
td.TdClassName
{
border-color: #D5343D;
}
.TagClassName
{
border-color: #D5343D;
}
</style>