Shades of Mahogany #D74446
Tints of Mahogany #D74446
RGB
CMYK
RGB Variations
Color information
#D74446 (or 0xD74446) is known color: Mahogany. HEX triplet: D7, 44 and 46. RGB value is (215,68,70). Sum of RGB (Red+Green+Blue) = 215+68+70=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 70 (27.73% from 255 or 19.83% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D74446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D74446 is #28BBB9. Grayscale: #707070. Windows color (decimal): -2669498 or 4605143. OLE color: 4605143.
HSL color Cylindrical-coordinate representation of color #D74446: hue angle of 359.18º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D74446 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 68 | 70 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.16 |
| HSL | 359.18º | 0.65% | 0.55% | - |
| HSV(B) | 359.18º | 0.68% | 0.84% | - |
| XYZ | 31.2 | 19.02 | 7.82 | - |
| YUV | 112.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 68 | 70 | 0 | 0.68 | 0.67 | 0.16 | 359.18 | 0.65 | 0.55 |
| Hex | D7 | 44 | 46 | 0 | 44 | 43 | 10 | 167 | 41 | 37 |
| Octal | 327 | 104 | 106 | 0 | 104 | 103 | 20 | 547 | 101 | 67 |
| Binary | 11010111 | 1000100 | 1000110 | 0 | 1000100 | 1000011 | 10000 | 101100111 | 1000001 | 110111 |
Color Harmonies of #D74446
Complementary color
Monochromatic Colors of #D74446
Black with #D74446
Text Example
Text Example
White with #D74446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D74446; }
p { color: rgb(215,68,70); }
H1.HeaderClassName
{
color: #D74446;
}
.AnyTagClassName
{
color: #D74446;
}
</style>
background-color css
<style>
a { background-color: #D74446; }
a { background-color: rgb(215,68,70); }
div.DivClassName
{
background-color: #D74446;
}
.BgClassName
{
background-color: #D74446;
}
</style>
border-color css
<style>
span { border-color: #D74446; }
span { border-color: rgb(215,68,70); }
td.TdClassName
{
border-color: #D74446;
}
.TagClassName
{
border-color: #D74446;
}
</style>