Shades of Mahogany #D53135
Tints of Mahogany #D53135
RGB
CMYK
RGB Variations
Color information
#D53135 (or 0xD53135) is known color: Mahogany. HEX triplet: D5, 31 and 35. RGB value is (213,49,53). Sum of RGB (Red+Green+Blue) = 213+49+53=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D53135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53135 is #2ACECA. Grayscale: #626262. Windows color (decimal): -2805451 or 3486165. OLE color: 3486165.
HSL color Cylindrical-coordinate representation of color #D53135: hue angle of 358.54º 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 #D53135 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 49 | 53 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.16 |
| HSL | 358.54º | 0.66% | 0.51% | - |
| HSV(B) | 358.54º | 0.77% | 0.84% | - |
| XYZ | 29.18 | 16.6 | 5.03 | - |
| YUV | 98.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 49 | 53 | 0 | 0.77 | 0.75 | 0.16 | 358.54 | 0.66 | 0.51 |
| Hex | D5 | 31 | 35 | 0 | 4D | 4B | 10 | 167 | 42 | 33 |
| Octal | 325 | 61 | 65 | 0 | 115 | 113 | 20 | 547 | 102 | 63 |
| Binary | 11010101 | 110001 | 110101 | 0 | 1001101 | 1001011 | 10000 | 101100111 | 1000010 | 110011 |
Color Harmonies of #D53135
Complementary color
Monochromatic Colors of #D53135
Black with #D53135
Text Example
Text Example
White with #D53135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53135; }
p { color: rgb(213,49,53); }
H1.HeaderClassName
{
color: #D53135;
}
.AnyTagClassName
{
color: #D53135;
}
</style>
background-color css
<style>
a { background-color: #D53135; }
a { background-color: rgb(213,49,53); }
div.DivClassName
{
background-color: #D53135;
}
.BgClassName
{
background-color: #D53135;
}
</style>
border-color css
<style>
span { border-color: #D53135; }
span { border-color: rgb(213,49,53); }
td.TdClassName
{
border-color: #D53135;
}
.TagClassName
{
border-color: #D53135;
}
</style>