Shades of Mahogany #D52D3A
Tints of Mahogany #D52D3A
RGB
CMYK
RGB Variations
Color information
#D52D3A (or 0xD52D3A) is known color: Mahogany. HEX triplet: D5, 2D and 3A. RGB value is (213,45,58). Sum of RGB (Red+Green+Blue) = 213+45+58=316 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.41% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 213 - color contains mainly: red. Hex color #D52D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52D3A is #2AD2C5. Grayscale: #606060. Windows color (decimal): -2806470 or 3812821. OLE color: 3812821.
HSL color Cylindrical-coordinate representation of color #D52D3A: hue angle of 355.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D52D3A is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 45 | 58 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.16 |
| HSL | 355.36º | 0.67% | 0.51% | - |
| HSV(B) | 355.36º | 0.79% | 0.84% | - |
| XYZ | 29.14 | 16.33 | 5.62 | - |
| YUV | 96.71 | 106.16 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 45 | 58 | 0 | 0.79 | 0.73 | 0.16 | 355.36 | 0.67 | 0.51 |
| Hex | D5 | 2D | 3A | 0 | 4F | 49 | 10 | 163 | 43 | 33 |
| Octal | 325 | 55 | 72 | 0 | 117 | 111 | 20 | 543 | 103 | 63 |
| Binary | 11010101 | 101101 | 111010 | 0 | 1001111 | 1001001 | 10000 | 101100011 | 1000011 | 110011 |
Color Harmonies of #D52D3A
Complementary color
Monochromatic Colors of #D52D3A
Black with #D52D3A
Text Example
Text Example
White with #D52D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52D3A; }
p { color: rgb(213,45,58); }
H1.HeaderClassName
{
color: #D52D3A;
}
.AnyTagClassName
{
color: #D52D3A;
}
</style>
background-color css
<style>
a { background-color: #D52D3A; }
a { background-color: rgb(213,45,58); }
div.DivClassName
{
background-color: #D52D3A;
}
.BgClassName
{
background-color: #D52D3A;
}
</style>
border-color css
<style>
span { border-color: #D52D3A; }
span { border-color: rgb(213,45,58); }
td.TdClassName
{
border-color: #D52D3A;
}
.TagClassName
{
border-color: #D52D3A;
}
</style>