Shades of Mahogany #D9323A
Tints of Mahogany #D9323A
RGB
CMYK
RGB Variations
Color information
#D9323A (or 0xD9323A) is known color: Mahogany. HEX triplet: D9, 32 and 3A. RGB value is (217,50,58). Sum of RGB (Red+Green+Blue) = 217+50+58=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 58 (23.05% from 255 or 17.85% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D9323A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9323A is #26CDC5. Grayscale: #646464. Windows color (decimal): -2543046 or 3814105. OLE color: 3814105.
HSL color Cylindrical-coordinate representation of color #D9323A: hue angle of 357.13º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9323A is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 50 | 58 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.15 |
| HSL | 357.13º | 0.69% | 0.52% | - |
| HSV(B) | 357.13º | 0.77% | 0.85% | - |
| XYZ | 30.52 | 17.34 | 5.74 | - |
| YUV | 100.85 | 103.83 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 50 | 58 | 0 | 0.77 | 0.73 | 0.15 | 357.13 | 0.69 | 0.52 |
| Hex | D9 | 32 | 3A | 0 | 4D | 49 | F | 165 | 45 | 34 |
| Octal | 331 | 62 | 72 | 0 | 115 | 111 | 17 | 545 | 105 | 64 |
| Binary | 11011001 | 110010 | 111010 | 0 | 1001101 | 1001001 | 1111 | 101100101 | 1000101 | 110100 |
Color Harmonies of #D9323A
Complementary color
Monochromatic Colors of #D9323A
Black with #D9323A
Text Example
Text Example
White with #D9323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9323A; }
p { color: rgb(217,50,58); }
H1.HeaderClassName
{
color: #D9323A;
}
.AnyTagClassName
{
color: #D9323A;
}
</style>
background-color css
<style>
a { background-color: #D9323A; }
a { background-color: rgb(217,50,58); }
div.DivClassName
{
background-color: #D9323A;
}
.BgClassName
{
background-color: #D9323A;
}
</style>
border-color css
<style>
span { border-color: #D9323A; }
span { border-color: rgb(217,50,58); }
td.TdClassName
{
border-color: #D9323A;
}
.TagClassName
{
border-color: #D9323A;
}
</style>