Shades of Mahogany #D5323B
Tints of Mahogany #D5323B
RGB
CMYK
RGB Variations
Color information
#D5323B (or 0xD5323B) is known color: Mahogany. HEX triplet: D5, 32 and 3B. RGB value is (213,50,59). Sum of RGB (Red+Green+Blue) = 213+50+59=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D5323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5323B is #2ACDC4. Grayscale: #636363. Windows color (decimal): -2805189 or 3879637. OLE color: 3879637.
HSL color Cylindrical-coordinate representation of color #D5323B: hue angle of 356.69º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5323B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 59 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.16 |
| HSL | 356.69º | 0.66% | 0.52% | - |
| HSV(B) | 356.69º | 0.77% | 0.84% | - |
| XYZ | 29.37 | 16.74 | 5.82 | - |
| YUV | 99.76 | 105 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 59 | 0 | 0.77 | 0.72 | 0.16 | 356.69 | 0.66 | 0.52 |
| Hex | D5 | 32 | 3B | 0 | 4D | 48 | 10 | 165 | 42 | 34 |
| Octal | 325 | 62 | 73 | 0 | 115 | 110 | 20 | 545 | 102 | 64 |
| Binary | 11010101 | 110010 | 111011 | 0 | 1001101 | 1001000 | 10000 | 101100101 | 1000010 | 110100 |
Color Harmonies of #D5323B
Complementary color
Monochromatic Colors of #D5323B
Black with #D5323B
Text Example
Text Example
White with #D5323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5323B; }
p { color: rgb(213,50,59); }
H1.HeaderClassName
{
color: #D5323B;
}
.AnyTagClassName
{
color: #D5323B;
}
</style>
background-color css
<style>
a { background-color: #D5323B; }
a { background-color: rgb(213,50,59); }
div.DivClassName
{
background-color: #D5323B;
}
.BgClassName
{
background-color: #D5323B;
}
</style>
border-color css
<style>
span { border-color: #D5323B; }
span { border-color: rgb(213,50,59); }
td.TdClassName
{
border-color: #D5323B;
}
.TagClassName
{
border-color: #D5323B;
}
</style>