Shades of Mahogany #D83F47
Tints of Mahogany #D83F47
RGB
CMYK
RGB Variations
Color information
#D83F47 (or 0xD83F47) is known color: Mahogany. HEX triplet: D8, 3F and 47. RGB value is (216,63,71). Sum of RGB (Red+Green+Blue) = 216+63+71=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F47 is #27C0B8. Grayscale: #6D6D6D. Windows color (decimal): -2605241 or 4669400. OLE color: 4669400.
HSL color Cylindrical-coordinate representation of color #D83F47: hue angle of 356.86º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83F47 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 71 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.15 |
| HSL | 356.86º | 0.66% | 0.55% | - |
| HSV(B) | 356.86º | 0.71% | 0.85% | - |
| XYZ | 31.23 | 18.61 | 7.91 | - |
| YUV | 109.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 71 | 0 | 0.71 | 0.67 | 0.15 | 356.86 | 0.66 | 0.55 |
| Hex | D8 | 3F | 47 | 0 | 47 | 43 | F | 165 | 42 | 37 |
| Octal | 330 | 77 | 107 | 0 | 107 | 103 | 17 | 545 | 102 | 67 |
| Binary | 11011000 | 111111 | 1000111 | 0 | 1000111 | 1000011 | 1111 | 101100101 | 1000010 | 110111 |
Color Harmonies of #D83F47
Complementary color
Monochromatic Colors of #D83F47
Black with #D83F47
Text Example
Text Example
White with #D83F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F47; }
p { color: rgb(216,63,71); }
H1.HeaderClassName
{
color: #D83F47;
}
.AnyTagClassName
{
color: #D83F47;
}
</style>
background-color css
<style>
a { background-color: #D83F47; }
a { background-color: rgb(216,63,71); }
div.DivClassName
{
background-color: #D83F47;
}
.BgClassName
{
background-color: #D83F47;
}
</style>
border-color css
<style>
span { border-color: #D83F47; }
span { border-color: rgb(216,63,71); }
td.TdClassName
{
border-color: #D83F47;
}
.TagClassName
{
border-color: #D83F47;
}
</style>