Shades of Mahogany #D53D43
Tints of Mahogany #D53D43
RGB
CMYK
RGB Variations
Color information
#D53D43 (or 0xD53D43) is known color: Mahogany. HEX triplet: D5, 3D and 43. RGB value is (213,61,67). Sum of RGB (Red+Green+Blue) = 213+61+67=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D43 is #2AC2BC. Grayscale: #6B6B6B. Windows color (decimal): -2802365 or 4406741. OLE color: 4406741.
HSL color Cylindrical-coordinate representation of color #D53D43: hue angle of 357.63º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D53D43 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 61 | 67 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.16 |
| HSL | 357.63º | 0.64% | 0.54% | - |
| HSV(B) | 357.63º | 0.71% | 0.84% | - |
| XYZ | 30.12 | 17.89 | 7.18 | - |
| YUV | 107.13 | 105.36 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 61 | 67 | 0 | 0.71 | 0.69 | 0.16 | 357.63 | 0.64 | 0.54 |
| Hex | D5 | 3D | 43 | 0 | 47 | 45 | 10 | 166 | 40 | 36 |
| Octal | 325 | 75 | 103 | 0 | 107 | 105 | 20 | 546 | 100 | 66 |
| Binary | 11010101 | 111101 | 1000011 | 0 | 1000111 | 1000101 | 10000 | 101100110 | 1000000 | 110110 |
Color Harmonies of #D53D43
Complementary color
Monochromatic Colors of #D53D43
Black with #D53D43
Text Example
Text Example
White with #D53D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53D43; }
p { color: rgb(213,61,67); }
H1.HeaderClassName
{
color: #D53D43;
}
.AnyTagClassName
{
color: #D53D43;
}
</style>
background-color css
<style>
a { background-color: #D53D43; }
a { background-color: rgb(213,61,67); }
div.DivClassName
{
background-color: #D53D43;
}
.BgClassName
{
background-color: #D53D43;
}
</style>
border-color css
<style>
span { border-color: #D53D43; }
span { border-color: rgb(213,61,67); }
td.TdClassName
{
border-color: #D53D43;
}
.TagClassName
{
border-color: #D53D43;
}
</style>