Shades of Mahogany #D1363E
Tints of Mahogany #D1363E
RGB
CMYK
RGB Variations
Color information
#D1363E (or 0xD1363E) is known color: Mahogany. HEX triplet: D1, 36 and 3E. RGB value is (209,54,62). Sum of RGB (Red+Green+Blue) = 209+54+62=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D1363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1363E is #2EC9C1. Grayscale: #656565. Windows color (decimal): -3066306 or 4077265. OLE color: 4077265.
HSL color Cylindrical-coordinate representation of color #D1363E: hue angle of 356.9º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1363E is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 62 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.18 |
| HSL | 356.9º | 0.63% | 0.52% | - |
| HSV(B) | 356.9º | 0.74% | 0.82% | - |
| XYZ | 28.48 | 16.54 | 6.25 | - |
| YUV | 101.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 62 | 0 | 0.74 | 0.70 | 0.18 | 356.9 | 0.63 | 0.52 |
| Hex | D1 | 36 | 3E | 0 | 4A | 46 | 12 | 165 | 3F | 34 |
| Octal | 321 | 66 | 76 | 0 | 112 | 106 | 22 | 545 | 77 | 64 |
| Binary | 11010001 | 110110 | 111110 | 0 | 1001010 | 1000110 | 10010 | 101100101 | 111111 | 110100 |
Color Harmonies of #D1363E
Complementary color
Monochromatic Colors of #D1363E
Black with #D1363E
Text Example
Text Example
White with #D1363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1363E; }
p { color: rgb(209,54,62); }
H1.HeaderClassName
{
color: #D1363E;
}
.AnyTagClassName
{
color: #D1363E;
}
</style>
background-color css
<style>
a { background-color: #D1363E; }
a { background-color: rgb(209,54,62); }
div.DivClassName
{
background-color: #D1363E;
}
.BgClassName
{
background-color: #D1363E;
}
</style>
border-color css
<style>
span { border-color: #D1363E; }
span { border-color: rgb(209,54,62); }
td.TdClassName
{
border-color: #D1363E;
}
.TagClassName
{
border-color: #D1363E;
}
</style>