Shades of Mahogany #D23C44
Tints of Mahogany #D23C44
RGB
CMYK
RGB Variations
Color information
#D23C44 (or 0xD23C44) is known color: Mahogany. HEX triplet: D2, 3C and 44. RGB value is (210,60,68). Sum of RGB (Red+Green+Blue) = 210+60+68=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23C44 is #2DC3BB. Grayscale: #696969. Windows color (decimal): -2999228 or 4472018. OLE color: 4472018.
HSL color Cylindrical-coordinate representation of color #D23C44: hue angle of 356.8º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C44 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 68 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.18 |
| HSL | 356.8º | 0.63% | 0.53% | - |
| HSV(B) | 356.8º | 0.71% | 0.82% | - |
| XYZ | 29.24 | 17.35 | 7.28 | - |
| YUV | 105.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 68 | 0 | 0.71 | 0.68 | 0.18 | 356.8 | 0.63 | 0.53 |
| Hex | D2 | 3C | 44 | 0 | 47 | 44 | 12 | 165 | 3E | 35 |
| Octal | 322 | 74 | 104 | 0 | 107 | 104 | 22 | 545 | 76 | 65 |
| Binary | 11010010 | 111100 | 1000100 | 0 | 1000111 | 1000100 | 10010 | 101100101 | 111110 | 110101 |
Color Harmonies of #D23C44
Complementary color
Monochromatic Colors of #D23C44
Black with #D23C44
Text Example
Text Example
White with #D23C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C44; }
p { color: rgb(210,60,68); }
H1.HeaderClassName
{
color: #D23C44;
}
.AnyTagClassName
{
color: #D23C44;
}
</style>
background-color css
<style>
a { background-color: #D23C44; }
a { background-color: rgb(210,60,68); }
div.DivClassName
{
background-color: #D23C44;
}
.BgClassName
{
background-color: #D23C44;
}
</style>
border-color css
<style>
span { border-color: #D23C44; }
span { border-color: rgb(210,60,68); }
td.TdClassName
{
border-color: #D23C44;
}
.TagClassName
{
border-color: #D23C44;
}
</style>