Shades of Mahogany #D74246
Tints of Mahogany #D74246
RGB
CMYK
RGB Variations
Color information
#D74246 (or 0xD74246) is known color: Mahogany. HEX triplet: D7, 42 and 46. RGB value is (215,66,70). Sum of RGB (Red+Green+Blue) = 215+66+70=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D74246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74246 is #28BDB9. Grayscale: #6F6F6F. Windows color (decimal): -2670010 or 4604631. OLE color: 4604631.
HSL color Cylindrical-coordinate representation of color #D74246: hue angle of 358.39º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D74246 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 66 | 70 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.16 |
| HSL | 358.39º | 0.65% | 0.55% | - |
| HSV(B) | 358.39º | 0.69% | 0.84% | - |
| XYZ | 31.08 | 18.79 | 7.78 | - |
| YUV | 111.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 66 | 70 | 0 | 0.69 | 0.67 | 0.16 | 358.39 | 0.65 | 0.55 |
| Hex | D7 | 42 | 46 | 0 | 45 | 43 | 10 | 166 | 41 | 37 |
| Octal | 327 | 102 | 106 | 0 | 105 | 103 | 20 | 546 | 101 | 67 |
| Binary | 11010111 | 1000010 | 1000110 | 0 | 1000101 | 1000011 | 10000 | 101100110 | 1000001 | 110111 |
Color Harmonies of #D74246
Complementary color
Monochromatic Colors of #D74246
Black with #D74246
Text Example
Text Example
White with #D74246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74246; }
p { color: rgb(215,66,70); }
H1.HeaderClassName
{
color: #D74246;
}
.AnyTagClassName
{
color: #D74246;
}
</style>
background-color css
<style>
a { background-color: #D74246; }
a { background-color: rgb(215,66,70); }
div.DivClassName
{
background-color: #D74246;
}
.BgClassName
{
background-color: #D74246;
}
</style>
border-color css
<style>
span { border-color: #D74246; }
span { border-color: rgb(215,66,70); }
td.TdClassName
{
border-color: #D74246;
}
.TagClassName
{
border-color: #D74246;
}
</style>