Shades of Mahogany #D2323C
Tints of Mahogany #D2323C
RGB
CMYK
RGB Variations
Color information
#D2323C (or 0xD2323C) is known color: Mahogany. HEX triplet: D2, 32 and 3C. RGB value is (210,50,60). Sum of RGB (Red+Green+Blue) = 210+50+60=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D2323C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2323C is #2DCDC3. Grayscale: #636363. Windows color (decimal): -3001796 or 3945170. OLE color: 3945170.
HSL color Cylindrical-coordinate representation of color #D2323C: hue angle of 356.25º 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 #D2323C is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 60 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.18 |
| HSL | 356.25º | 0.64% | 0.51% | - |
| HSV(B) | 356.25º | 0.76% | 0.82% | - |
| XYZ | 28.53 | 16.31 | 5.92 | - |
| YUV | 98.98 | 106.01 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 60 | 0 | 0.76 | 0.71 | 0.18 | 356.25 | 0.64 | 0.51 |
| Hex | D2 | 32 | 3C | 0 | 4C | 47 | 12 | 164 | 40 | 33 |
| Octal | 322 | 62 | 74 | 0 | 114 | 107 | 22 | 544 | 100 | 63 |
| Binary | 11010010 | 110010 | 111100 | 0 | 1001100 | 1000111 | 10010 | 101100100 | 1000000 | 110011 |
Color Harmonies of #D2323C
Complementary color
Monochromatic Colors of #D2323C
Black with #D2323C
Text Example
Text Example
White with #D2323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2323C; }
p { color: rgb(210,50,60); }
H1.HeaderClassName
{
color: #D2323C;
}
.AnyTagClassName
{
color: #D2323C;
}
</style>
background-color css
<style>
a { background-color: #D2323C; }
a { background-color: rgb(210,50,60); }
div.DivClassName
{
background-color: #D2323C;
}
.BgClassName
{
background-color: #D2323C;
}
</style>
border-color css
<style>
span { border-color: #D2323C; }
span { border-color: rgb(210,50,60); }
td.TdClassName
{
border-color: #D2323C;
}
.TagClassName
{
border-color: #D2323C;
}
</style>