Shades of Mahogany #D53033
Tints of Mahogany #D53033
RGB
CMYK
RGB Variations
Color information
#D53033 (or 0xD53033) is known color: Mahogany. HEX triplet: D5, 30 and 33. RGB value is (213,48,51). Sum of RGB (Red+Green+Blue) = 213+48+51=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D53033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53033 is #2ACFCC. Grayscale: #616161. Windows color (decimal): -2805709 or 3354837. OLE color: 3354837.
HSL color Cylindrical-coordinate representation of color #D53033: hue angle of 358.91º 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 #D53033 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 48 | 51 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.16 |
| HSL | 358.91º | 0.66% | 0.51% | - |
| HSV(B) | 358.91º | 0.77% | 0.84% | - |
| XYZ | 29.1 | 16.5 | 4.78 | - |
| YUV | 97.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 48 | 51 | 0 | 0.77 | 0.76 | 0.16 | 358.91 | 0.66 | 0.51 |
| Hex | D5 | 30 | 33 | 0 | 4D | 4C | 10 | 167 | 42 | 33 |
| Octal | 325 | 60 | 63 | 0 | 115 | 114 | 20 | 547 | 102 | 63 |
| Binary | 11010101 | 110000 | 110011 | 0 | 1001101 | 1001100 | 10000 | 101100111 | 1000010 | 110011 |
Color Harmonies of #D53033
Complementary color
Monochromatic Colors of #D53033
Black with #D53033
Text Example
Text Example
White with #D53033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53033; }
p { color: rgb(213,48,51); }
H1.HeaderClassName
{
color: #D53033;
}
.AnyTagClassName
{
color: #D53033;
}
</style>
background-color css
<style>
a { background-color: #D53033; }
a { background-color: rgb(213,48,51); }
div.DivClassName
{
background-color: #D53033;
}
.BgClassName
{
background-color: #D53033;
}
</style>
border-color css
<style>
span { border-color: #D53033; }
span { border-color: rgb(213,48,51); }
td.TdClassName
{
border-color: #D53033;
}
.TagClassName
{
border-color: #D53033;
}
</style>