Shades of Mahogany #D53639
Tints of Mahogany #D53639
RGB
CMYK
RGB Variations
Color information
#D53639 (or 0xD53639) is known color: Mahogany. HEX triplet: D5, 36 and 39. RGB value is (213,54,57). Sum of RGB (Red+Green+Blue) = 213+54+57=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D53639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53639 is #2AC9C6. Grayscale: #666666. Windows color (decimal): -2804167 or 3749589. OLE color: 3749589.
HSL color Cylindrical-coordinate representation of color #D53639: hue angle of 358.87º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53639 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 57 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.16 |
| HSL | 358.87º | 0.65% | 0.52% | - |
| HSV(B) | 358.87º | 0.75% | 0.84% | - |
| XYZ | 29.5 | 17.08 | 5.61 | - |
| YUV | 101.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 57 | 0 | 0.75 | 0.73 | 0.16 | 358.87 | 0.65 | 0.52 |
| Hex | D5 | 36 | 39 | 0 | 4B | 49 | 10 | 167 | 41 | 34 |
| Octal | 325 | 66 | 71 | 0 | 113 | 111 | 20 | 547 | 101 | 64 |
| Binary | 11010101 | 110110 | 111001 | 0 | 1001011 | 1001001 | 10000 | 101100111 | 1000001 | 110100 |
Color Harmonies of #D53639
Complementary color
Monochromatic Colors of #D53639
Black with #D53639
Text Example
Text Example
White with #D53639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53639; }
p { color: rgb(213,54,57); }
H1.HeaderClassName
{
color: #D53639;
}
.AnyTagClassName
{
color: #D53639;
}
</style>
background-color css
<style>
a { background-color: #D53639; }
a { background-color: rgb(213,54,57); }
div.DivClassName
{
background-color: #D53639;
}
.BgClassName
{
background-color: #D53639;
}
</style>
border-color css
<style>
span { border-color: #D53639; }
span { border-color: rgb(213,54,57); }
td.TdClassName
{
border-color: #D53639;
}
.TagClassName
{
border-color: #D53639;
}
</style>