Shades of Mahogany #D53134
Tints of Mahogany #D53134
RGB
CMYK
RGB Variations
Color information
#D53134 (or 0xD53134) is known color: Mahogany. HEX triplet: D5, 31 and 34. RGB value is (213,49,52). Sum of RGB (Red+Green+Blue) = 213+49+52=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D53134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53134 is #2ACECB. Grayscale: #626262. Windows color (decimal): -2805452 or 3420629. OLE color: 3420629.
HSL color Cylindrical-coordinate representation of color #D53134: hue angle of 358.9º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53134 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 52 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.16 |
| HSL | 358.9º | 0.66% | 0.51% | - |
| HSV(B) | 358.9º | 0.77% | 0.84% | - |
| XYZ | 29.16 | 16.59 | 4.91 | - |
| YUV | 98.38 | 101.83 | 209.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 52 | 0 | 0.77 | 0.76 | 0.16 | 358.9 | 0.66 | 0.51 |
| Hex | D5 | 31 | 34 | 0 | 4D | 4C | 10 | 167 | 42 | 33 |
| Octal | 325 | 61 | 64 | 0 | 115 | 114 | 20 | 547 | 102 | 63 |
| Binary | 11010101 | 110001 | 110100 | 0 | 1001101 | 1001100 | 10000 | 101100111 | 1000010 | 110011 |
Color Harmonies of #D53134
Complementary color
Monochromatic Colors of #D53134
Black with #D53134
Text Example
Text Example
White with #D53134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53134; }
p { color: rgb(213,49,52); }
H1.HeaderClassName
{
color: #D53134;
}
.AnyTagClassName
{
color: #D53134;
}
</style>
background-color css
<style>
a { background-color: #D53134; }
a { background-color: rgb(213,49,52); }
div.DivClassName
{
background-color: #D53134;
}
.BgClassName
{
background-color: #D53134;
}
</style>
border-color css
<style>
span { border-color: #D53134; }
span { border-color: rgb(213,49,52); }
td.TdClassName
{
border-color: #D53134;
}
.TagClassName
{
border-color: #D53134;
}
</style>