Shades of Mahogany #D1383B
Tints of Mahogany #D1383B
RGB
CMYK
RGB Variations
Color information
#D1383B (or 0xD1383B) is known color: Mahogany. HEX triplet: D1, 38 and 3B. RGB value is (209,56,59). Sum of RGB (Red+Green+Blue) = 209+56+59=324 (42% of max value = 765). Red value is 209 (82.03% from 255 or 64.51% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 209 - color contains mainly: red. Hex color #D1383B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1383B is #2EC7C4. Grayscale: #666666. Windows color (decimal): -3065797 or 3881169. OLE color: 3881169.
HSL color Cylindrical-coordinate representation of color #D1383B: hue angle of 358.82º 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 #D1383B is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 56 | 59 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.18 |
| HSL | 358.82º | 0.62% | 0.52% | - |
| HSV(B) | 358.82º | 0.73% | 0.82% | - |
| XYZ | 28.5 | 16.7 | 5.86 | - |
| YUV | 102.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 56 | 59 | 0 | 0.73 | 0.72 | 0.18 | 358.82 | 0.62 | 0.52 |
| Hex | D1 | 38 | 3B | 0 | 49 | 48 | 12 | 167 | 3E | 34 |
| Octal | 321 | 70 | 73 | 0 | 111 | 110 | 22 | 547 | 76 | 64 |
| Binary | 11010001 | 111000 | 111011 | 0 | 1001001 | 1001000 | 10010 | 101100111 | 111110 | 110100 |
Color Harmonies of #D1383B
Complementary color
Monochromatic Colors of #D1383B
Black with #D1383B
Text Example
Text Example
White with #D1383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1383B; }
p { color: rgb(209,56,59); }
H1.HeaderClassName
{
color: #D1383B;
}
.AnyTagClassName
{
color: #D1383B;
}
</style>
background-color css
<style>
a { background-color: #D1383B; }
a { background-color: rgb(209,56,59); }
div.DivClassName
{
background-color: #D1383B;
}
.BgClassName
{
background-color: #D1383B;
}
</style>
border-color css
<style>
span { border-color: #D1383B; }
span { border-color: rgb(209,56,59); }
td.TdClassName
{
border-color: #D1383B;
}
.TagClassName
{
border-color: #D1383B;
}
</style>