Shades of Mahogany #D1383D
Tints of Mahogany #D1383D
RGB
CMYK
RGB Variations
Color information
#D1383D (or 0xD1383D) is known color: Mahogany. HEX triplet: D1, 38 and 3D. RGB value is (209,56,61). Sum of RGB (Red+Green+Blue) = 209+56+61=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1383D is #2EC7C2. Grayscale: #666666. Windows color (decimal): -3065795 or 4012241. OLE color: 4012241.
HSL color Cylindrical-coordinate representation of color #D1383D: hue angle of 358.04º 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 #D1383D is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 61 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.18 |
| HSL | 358.04º | 0.62% | 0.52% | - |
| HSV(B) | 358.04º | 0.73% | 0.82% | - |
| XYZ | 28.55 | 16.72 | 6.14 | - |
| YUV | 102.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 61 | 0 | 0.73 | 0.71 | 0.18 | 358.04 | 0.62 | 0.52 |
| Hex | D1 | 38 | 3D | 0 | 49 | 47 | 12 | 166 | 3E | 34 |
| Octal | 321 | 70 | 75 | 0 | 111 | 107 | 22 | 546 | 76 | 64 |
| Binary | 11010001 | 111000 | 111101 | 0 | 1001001 | 1000111 | 10010 | 101100110 | 111110 | 110100 |
Color Harmonies of #D1383D
Complementary color
Monochromatic Colors of #D1383D
Black with #D1383D
Text Example
Text Example
White with #D1383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1383D; }
p { color: rgb(209,56,61); }
H1.HeaderClassName
{
color: #D1383D;
}
.AnyTagClassName
{
color: #D1383D;
}
</style>
background-color css
<style>
a { background-color: #D1383D; }
a { background-color: rgb(209,56,61); }
div.DivClassName
{
background-color: #D1383D;
}
.BgClassName
{
background-color: #D1383D;
}
</style>
border-color css
<style>
span { border-color: #D1383D; }
span { border-color: rgb(209,56,61); }
td.TdClassName
{
border-color: #D1383D;
}
.TagClassName
{
border-color: #D1383D;
}
</style>