Shades of Mahogany #D24346
Tints of Mahogany #D24346
RGB
CMYK
RGB Variations
Color information
#D24346 (or 0xD24346) is known color: Mahogany. HEX triplet: D2, 43 and 46. RGB value is (210,67,70). Sum of RGB (Red+Green+Blue) = 210+67+70=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D24346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24346 is #2DBCB9. Grayscale: #6E6E6E. Windows color (decimal): -2997434 or 4604882. OLE color: 4604882.
HSL color Cylindrical-coordinate representation of color #D24346: hue angle of 358.74º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24346 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 67 | 70 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.18 |
| HSL | 358.74º | 0.61% | 0.54% | - |
| HSV(B) | 358.74º | 0.68% | 0.82% | - |
| XYZ | 29.69 | 18.16 | 7.73 | - |
| YUV | 110.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 70 | 0 | 0.68 | 0.67 | 0.18 | 358.74 | 0.61 | 0.54 |
| Hex | D2 | 43 | 46 | 0 | 44 | 43 | 12 | 167 | 3D | 36 |
| Octal | 322 | 103 | 106 | 0 | 104 | 103 | 22 | 547 | 75 | 66 |
| Binary | 11010010 | 1000011 | 1000110 | 0 | 1000100 | 1000011 | 10010 | 101100111 | 111101 | 110110 |
Color Harmonies of #D24346
Complementary color
Monochromatic Colors of #D24346
Black with #D24346
Text Example
Text Example
White with #D24346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24346; }
p { color: rgb(210,67,70); }
H1.HeaderClassName
{
color: #D24346;
}
.AnyTagClassName
{
color: #D24346;
}
</style>
background-color css
<style>
a { background-color: #D24346; }
a { background-color: rgb(210,67,70); }
div.DivClassName
{
background-color: #D24346;
}
.BgClassName
{
background-color: #D24346;
}
</style>
border-color css
<style>
span { border-color: #D24346; }
span { border-color: rgb(210,67,70); }
td.TdClassName
{
border-color: #D24346;
}
.TagClassName
{
border-color: #D24346;
}
</style>