Shades of Mahogany #D23132
Tints of Mahogany #D23132
RGB
CMYK
RGB Variations
Color information
#D23132 (or 0xD23132) is known color: Mahogany. HEX triplet: D2, 31 and 32. RGB value is (210,49,50). Sum of RGB (Red+Green+Blue) = 210+49+50=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D23132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23132 is #2DCECD. Grayscale: #616161. Windows color (decimal): -3002062 or 3289554. OLE color: 3289554.
HSL color Cylindrical-coordinate representation of color #D23132: hue angle of 359.63º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D23132 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 50 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.18 |
| HSL | 359.63º | 0.64% | 0.51% | - |
| HSV(B) | 359.63º | 0.77% | 0.82% | - |
| XYZ | 28.25 | 16.13 | 4.64 | - |
| YUV | 97.25 | 101.34 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 50 | 0 | 0.77 | 0.76 | 0.18 | 359.63 | 0.64 | 0.51 |
| Hex | D2 | 31 | 32 | 0 | 4D | 4C | 12 | 168 | 40 | 33 |
| Octal | 322 | 61 | 62 | 0 | 115 | 114 | 22 | 550 | 100 | 63 |
| Binary | 11010010 | 110001 | 110010 | 0 | 1001101 | 1001100 | 10010 | 101101000 | 1000000 | 110011 |
Color Harmonies of #D23132
Complementary color
Monochromatic Colors of #D23132
Black with #D23132
Text Example
Text Example
White with #D23132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23132; }
p { color: rgb(210,49,50); }
H1.HeaderClassName
{
color: #D23132;
}
.AnyTagClassName
{
color: #D23132;
}
</style>
background-color css
<style>
a { background-color: #D23132; }
a { background-color: rgb(210,49,50); }
div.DivClassName
{
background-color: #D23132;
}
.BgClassName
{
background-color: #D23132;
}
</style>
border-color css
<style>
span { border-color: #D23132; }
span { border-color: rgb(210,49,50); }
td.TdClassName
{
border-color: #D23132;
}
.TagClassName
{
border-color: #D23132;
}
</style>