Shades of Mahogany #D2323B
Tints of Mahogany #D2323B
RGB
CMYK
RGB Variations
Color information
#D2323B (or 0xD2323B) is known color: Mahogany. HEX triplet: D2, 32 and 3B. RGB value is (210,50,59). Sum of RGB (Red+Green+Blue) = 210+50+59=319 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.83% from 319); Green value is 50 (19.92% from 255 or 15.67% from 319); Blue value is 59 (23.44% from 255 or 18.50% from 319); Max value from RGB is 210 - color contains mainly: red. Hex color #D2323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2323B is #2DCDC4. Grayscale: #626262. Windows color (decimal): -3001797 or 3879634. OLE color: 3879634.
HSL color Cylindrical-coordinate representation of color #D2323B: hue angle of 356.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2323B is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 59 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.18 |
| HSL | 356.63º | 0.64% | 0.51% | - |
| HSV(B) | 356.63º | 0.76% | 0.82% | - |
| XYZ | 28.51 | 16.3 | 5.78 | - |
| YUV | 98.87 | 105.51 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 59 | 0 | 0.76 | 0.72 | 0.18 | 356.63 | 0.64 | 0.51 |
| Hex | D2 | 32 | 3B | 0 | 4C | 48 | 12 | 165 | 40 | 33 |
| Octal | 322 | 62 | 73 | 0 | 114 | 110 | 22 | 545 | 100 | 63 |
| Binary | 11010010 | 110010 | 111011 | 0 | 1001100 | 1001000 | 10010 | 101100101 | 1000000 | 110011 |
Color Harmonies of #D2323B
Complementary color
Monochromatic Colors of #D2323B
Black with #D2323B
Text Example
Text Example
White with #D2323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2323B; }
p { color: rgb(210,50,59); }
H1.HeaderClassName
{
color: #D2323B;
}
.AnyTagClassName
{
color: #D2323B;
}
</style>
background-color css
<style>
a { background-color: #D2323B; }
a { background-color: rgb(210,50,59); }
div.DivClassName
{
background-color: #D2323B;
}
.BgClassName
{
background-color: #D2323B;
}
</style>
border-color css
<style>
span { border-color: #D2323B; }
span { border-color: rgb(210,50,59); }
td.TdClassName
{
border-color: #D2323B;
}
.TagClassName
{
border-color: #D2323B;
}
</style>