Shades of Mahogany #D2323D
Tints of Mahogany #D2323D
RGB
CMYK
RGB Variations
Color information
#D2323D (or 0xD2323D) is known color: Mahogany. HEX triplet: D2, 32 and 3D. RGB value is (210,50,61). Sum of RGB (Red+Green+Blue) = 210+50+61=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2323D is #2DCDC2. Grayscale: #636363. Windows color (decimal): -3001795 or 4010706. OLE color: 4010706.
HSL color Cylindrical-coordinate representation of color #D2323D: hue angle of 355.88º 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 #D2323D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 61 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.18 |
| HSL | 355.88º | 0.64% | 0.51% | - |
| HSV(B) | 355.88º | 0.76% | 0.82% | - |
| XYZ | 28.56 | 16.32 | 6.06 | - |
| YUV | 99.09 | 106.51 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 61 | 0 | 0.76 | 0.71 | 0.18 | 355.88 | 0.64 | 0.51 |
| Hex | D2 | 32 | 3D | 0 | 4C | 47 | 12 | 164 | 40 | 33 |
| Octal | 322 | 62 | 75 | 0 | 114 | 107 | 22 | 544 | 100 | 63 |
| Binary | 11010010 | 110010 | 111101 | 0 | 1001100 | 1000111 | 10010 | 101100100 | 1000000 | 110011 |
Color Harmonies of #D2323D
Complementary color
Monochromatic Colors of #D2323D
Black with #D2323D
Text Example
Text Example
White with #D2323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2323D; }
p { color: rgb(210,50,61); }
H1.HeaderClassName
{
color: #D2323D;
}
.AnyTagClassName
{
color: #D2323D;
}
</style>
background-color css
<style>
a { background-color: #D2323D; }
a { background-color: rgb(210,50,61); }
div.DivClassName
{
background-color: #D2323D;
}
.BgClassName
{
background-color: #D2323D;
}
</style>
border-color css
<style>
span { border-color: #D2323D; }
span { border-color: rgb(210,50,61); }
td.TdClassName
{
border-color: #D2323D;
}
.TagClassName
{
border-color: #D2323D;
}
</style>