Shades of Mahogany #D53739
Tints of Mahogany #D53739
RGB
CMYK
RGB Variations
Color information
#D53739 (or 0xD53739) is known color: Mahogany. HEX triplet: D5, 37 and 39. RGB value is (213,55,57). Sum of RGB (Red+Green+Blue) = 213+55+57=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D53739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53739 is #2AC8C6. Grayscale: #666666. Windows color (decimal): -2803911 or 3749845. OLE color: 3749845.
HSL color Cylindrical-coordinate representation of color #D53739: hue angle of 359.24º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53739 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 57 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.16 |
| HSL | 359.24º | 0.65% | 0.53% | - |
| HSV(B) | 359.24º | 0.74% | 0.84% | - |
| XYZ | 29.55 | 17.17 | 5.63 | - |
| YUV | 102.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 57 | 0 | 0.74 | 0.73 | 0.16 | 359.24 | 0.65 | 0.53 |
| Hex | D5 | 37 | 39 | 0 | 4A | 49 | 10 | 167 | 41 | 35 |
| Octal | 325 | 67 | 71 | 0 | 112 | 111 | 20 | 547 | 101 | 65 |
| Binary | 11010101 | 110111 | 111001 | 0 | 1001010 | 1001001 | 10000 | 101100111 | 1000001 | 110101 |
Color Harmonies of #D53739
Complementary color
Monochromatic Colors of #D53739
Black with #D53739
Text Example
Text Example
White with #D53739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53739; }
p { color: rgb(213,55,57); }
H1.HeaderClassName
{
color: #D53739;
}
.AnyTagClassName
{
color: #D53739;
}
</style>
background-color css
<style>
a { background-color: #D53739; }
a { background-color: rgb(213,55,57); }
div.DivClassName
{
background-color: #D53739;
}
.BgClassName
{
background-color: #D53739;
}
</style>
border-color css
<style>
span { border-color: #D53739; }
span { border-color: rgb(213,55,57); }
td.TdClassName
{
border-color: #D53739;
}
.TagClassName
{
border-color: #D53739;
}
</style>