Shades of Mahogany #D1383F
Tints of Mahogany #D1383F
RGB
CMYK
RGB Variations
Color information
#D1383F (or 0xD1383F) is known color: Mahogany. HEX triplet: D1, 38 and 3F. RGB value is (209,56,63). Sum of RGB (Red+Green+Blue) = 209+56+63=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D1383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1383F is #2EC7C0. Grayscale: #666666. Windows color (decimal): -3065793 or 4143313. OLE color: 4143313.
HSL color Cylindrical-coordinate representation of color #D1383F: hue angle of 357.25º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1383F is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 63 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.18 |
| HSL | 357.25º | 0.62% | 0.52% | - |
| HSV(B) | 357.25º | 0.73% | 0.82% | - |
| XYZ | 28.61 | 16.74 | 6.43 | - |
| YUV | 102.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 63 | 0 | 0.73 | 0.70 | 0.18 | 357.25 | 0.62 | 0.52 |
| Hex | D1 | 38 | 3F | 0 | 49 | 46 | 12 | 165 | 3E | 34 |
| Octal | 321 | 70 | 77 | 0 | 111 | 106 | 22 | 545 | 76 | 64 |
| Binary | 11010001 | 111000 | 111111 | 0 | 1001001 | 1000110 | 10010 | 101100101 | 111110 | 110100 |
Color Harmonies of #D1383F
Complementary color
Monochromatic Colors of #D1383F
Black with #D1383F
Text Example
Text Example
White with #D1383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1383F; }
p { color: rgb(209,56,63); }
H1.HeaderClassName
{
color: #D1383F;
}
.AnyTagClassName
{
color: #D1383F;
}
</style>
background-color css
<style>
a { background-color: #D1383F; }
a { background-color: rgb(209,56,63); }
div.DivClassName
{
background-color: #D1383F;
}
.BgClassName
{
background-color: #D1383F;
}
</style>
border-color css
<style>
span { border-color: #D1383F; }
span { border-color: rgb(209,56,63); }
td.TdClassName
{
border-color: #D1383F;
}
.TagClassName
{
border-color: #D1383F;
}
</style>