Shades of Mahogany #D1363D
Tints of Mahogany #D1363D
RGB
CMYK
RGB Variations
Color information
#D1363D (or 0xD1363D) is known color: Mahogany. HEX triplet: D1, 36 and 3D. RGB value is (209,54,61). Sum of RGB (Red+Green+Blue) = 209+54+61=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1363D is #2EC9C2. Grayscale: #656565. Windows color (decimal): -3066307 or 4011729. OLE color: 4011729.
HSL color Cylindrical-coordinate representation of color #D1363D: hue angle of 357.29º 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 #D1363D is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 61 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.18 |
| HSL | 357.29º | 0.63% | 0.52% | - |
| HSV(B) | 357.29º | 0.74% | 0.82% | - |
| XYZ | 28.46 | 16.53 | 6.11 | - |
| YUV | 101.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 61 | 0 | 0.74 | 0.71 | 0.18 | 357.29 | 0.63 | 0.52 |
| Hex | D1 | 36 | 3D | 0 | 4A | 47 | 12 | 165 | 3F | 34 |
| Octal | 321 | 66 | 75 | 0 | 112 | 107 | 22 | 545 | 77 | 64 |
| Binary | 11010001 | 110110 | 111101 | 0 | 1001010 | 1000111 | 10010 | 101100101 | 111111 | 110100 |
Color Harmonies of #D1363D
Complementary color
Monochromatic Colors of #D1363D
Black with #D1363D
Text Example
Text Example
White with #D1363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1363D; }
p { color: rgb(209,54,61); }
H1.HeaderClassName
{
color: #D1363D;
}
.AnyTagClassName
{
color: #D1363D;
}
</style>
background-color css
<style>
a { background-color: #D1363D; }
a { background-color: rgb(209,54,61); }
div.DivClassName
{
background-color: #D1363D;
}
.BgClassName
{
background-color: #D1363D;
}
</style>
border-color css
<style>
span { border-color: #D1363D; }
span { border-color: rgb(209,54,61); }
td.TdClassName
{
border-color: #D1363D;
}
.TagClassName
{
border-color: #D1363D;
}
</style>