Shades of Mahogany #D5323C
Tints of Mahogany #D5323C
RGB
CMYK
RGB Variations
Color information
#D5323C (or 0xD5323C) is known color: Mahogany. HEX triplet: D5, 32 and 3C. RGB value is (213,50,60). Sum of RGB (Red+Green+Blue) = 213+50+60=323 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.94% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 213 - color contains mainly: red. Hex color #D5323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5323C is #2ACDC3. Grayscale: #646464. Windows color (decimal): -2805188 or 3945173. OLE color: 3945173.
HSL color Cylindrical-coordinate representation of color #D5323C: hue angle of 356.32º 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 #D5323C is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 50 | 60 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.16 |
| HSL | 356.32º | 0.66% | 0.52% | - |
| HSV(B) | 356.32º | 0.77% | 0.84% | - |
| XYZ | 29.4 | 16.75 | 5.96 | - |
| YUV | 99.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 50 | 60 | 0 | 0.77 | 0.72 | 0.16 | 356.32 | 0.66 | 0.52 |
| Hex | D5 | 32 | 3C | 0 | 4D | 48 | 10 | 164 | 42 | 34 |
| Octal | 325 | 62 | 74 | 0 | 115 | 110 | 20 | 544 | 102 | 64 |
| Binary | 11010101 | 110010 | 111100 | 0 | 1001101 | 1001000 | 10000 | 101100100 | 1000010 | 110100 |
Color Harmonies of #D5323C
Complementary color
Monochromatic Colors of #D5323C
Black with #D5323C
Text Example
Text Example
White with #D5323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5323C; }
p { color: rgb(213,50,60); }
H1.HeaderClassName
{
color: #D5323C;
}
.AnyTagClassName
{
color: #D5323C;
}
</style>
background-color css
<style>
a { background-color: #D5323C; }
a { background-color: rgb(213,50,60); }
div.DivClassName
{
background-color: #D5323C;
}
.BgClassName
{
background-color: #D5323C;
}
</style>
border-color css
<style>
span { border-color: #D5323C; }
span { border-color: rgb(213,50,60); }
td.TdClassName
{
border-color: #D5323C;
}
.TagClassName
{
border-color: #D5323C;
}
</style>