Shades of Mahogany #D53B45
Tints of Mahogany #D53B45
RGB
CMYK
RGB Variations
Color information
#D53B45 (or 0xD53B45) is known color: Mahogany. HEX triplet: D5, 3B and 45. RGB value is (213,59,69). Sum of RGB (Red+Green+Blue) = 213+59+69=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D53B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53B45 is #2AC4BA. Grayscale: #6A6A6A. Windows color (decimal): -2802875 or 4537301. OLE color: 4537301.
HSL color Cylindrical-coordinate representation of color #D53B45: hue angle of 356.1º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D53B45 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 59 | 69 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.16 |
| HSL | 356.1º | 0.65% | 0.53% | - |
| HSV(B) | 356.1º | 0.72% | 0.84% | - |
| XYZ | 30.08 | 17.7 | 7.46 | - |
| YUV | 106.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 59 | 69 | 0 | 0.72 | 0.68 | 0.16 | 356.1 | 0.65 | 0.53 |
| Hex | D5 | 3B | 45 | 0 | 48 | 44 | 10 | 164 | 41 | 35 |
| Octal | 325 | 73 | 105 | 0 | 110 | 104 | 20 | 544 | 101 | 65 |
| Binary | 11010101 | 111011 | 1000101 | 0 | 1001000 | 1000100 | 10000 | 101100100 | 1000001 | 110101 |
Color Harmonies of #D53B45
Complementary color
Monochromatic Colors of #D53B45
Black with #D53B45
Text Example
Text Example
White with #D53B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53B45; }
p { color: rgb(213,59,69); }
H1.HeaderClassName
{
color: #D53B45;
}
.AnyTagClassName
{
color: #D53B45;
}
</style>
background-color css
<style>
a { background-color: #D53B45; }
a { background-color: rgb(213,59,69); }
div.DivClassName
{
background-color: #D53B45;
}
.BgClassName
{
background-color: #D53B45;
}
</style>
border-color css
<style>
span { border-color: #D53B45; }
span { border-color: rgb(213,59,69); }
td.TdClassName
{
border-color: #D53B45;
}
.TagClassName
{
border-color: #D53B45;
}
</style>