Shades of Mahogany #D1363F
Tints of Mahogany #D1363F
RGB
CMYK
RGB Variations
Color information
#D1363F (or 0xD1363F) is known color: Mahogany. HEX triplet: D1, 36 and 3F. RGB value is (209,54,63). Sum of RGB (Red+Green+Blue) = 209+54+63=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1363F is #2EC9C0. Grayscale: #656565. Windows color (decimal): -3066305 or 4142801. OLE color: 4142801.
HSL color Cylindrical-coordinate representation of color #D1363F: hue angle of 356.52º 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 #D1363F is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 63 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.18 |
| HSL | 356.52º | 0.63% | 0.52% | - |
| HSV(B) | 356.52º | 0.74% | 0.82% | - |
| XYZ | 28.51 | 16.55 | 6.39 | - |
| YUV | 101.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 63 | 0 | 0.74 | 0.70 | 0.18 | 356.52 | 0.63 | 0.52 |
| Hex | D1 | 36 | 3F | 0 | 4A | 46 | 12 | 165 | 3F | 34 |
| Octal | 321 | 66 | 77 | 0 | 112 | 106 | 22 | 545 | 77 | 64 |
| Binary | 11010001 | 110110 | 111111 | 0 | 1001010 | 1000110 | 10010 | 101100101 | 111111 | 110100 |
Color Harmonies of #D1363F
Complementary color
Monochromatic Colors of #D1363F
Black with #D1363F
Text Example
Text Example
White with #D1363F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1363F; }
p { color: rgb(209,54,63); }
H1.HeaderClassName
{
color: #D1363F;
}
.AnyTagClassName
{
color: #D1363F;
}
</style>
background-color css
<style>
a { background-color: #D1363F; }
a { background-color: rgb(209,54,63); }
div.DivClassName
{
background-color: #D1363F;
}
.BgClassName
{
background-color: #D1363F;
}
</style>
border-color css
<style>
span { border-color: #D1363F; }
span { border-color: rgb(209,54,63); }
td.TdClassName
{
border-color: #D1363F;
}
.TagClassName
{
border-color: #D1363F;
}
</style>