Shades of Mahogany #D1323D
Tints of Mahogany #D1323D
RGB
CMYK
RGB Variations
Color information
#D1323D (or 0xD1323D) is known color: Mahogany. HEX triplet: D1, 32 and 3D. RGB value is (209,50,61). Sum of RGB (Red+Green+Blue) = 209+50+61=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1323D is #2ECDC2. Grayscale: #626262. Windows color (decimal): -3067331 or 4010705. OLE color: 4010705.
HSL color Cylindrical-coordinate representation of color #D1323D: hue angle of 355.85º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1323D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 50 | 61 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.18 |
| HSL | 355.85º | 0.63% | 0.51% | - |
| HSV(B) | 355.85º | 0.76% | 0.82% | - |
| XYZ | 28.28 | 16.17 | 6.05 | - |
| YUV | 98.8 | 106.68 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 50 | 61 | 0 | 0.76 | 0.71 | 0.18 | 355.85 | 0.63 | 0.51 |
| Hex | D1 | 32 | 3D | 0 | 4C | 47 | 12 | 164 | 3F | 33 |
| Octal | 321 | 62 | 75 | 0 | 114 | 107 | 22 | 544 | 77 | 63 |
| Binary | 11010001 | 110010 | 111101 | 0 | 1001100 | 1000111 | 10010 | 101100100 | 111111 | 110011 |
Color Harmonies of #D1323D
Complementary color
Monochromatic Colors of #D1323D
Black with #D1323D
Text Example
Text Example
White with #D1323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1323D; }
p { color: rgb(209,50,61); }
H1.HeaderClassName
{
color: #D1323D;
}
.AnyTagClassName
{
color: #D1323D;
}
</style>
background-color css
<style>
a { background-color: #D1323D; }
a { background-color: rgb(209,50,61); }
div.DivClassName
{
background-color: #D1323D;
}
.BgClassName
{
background-color: #D1323D;
}
</style>
border-color css
<style>
span { border-color: #D1323D; }
span { border-color: rgb(209,50,61); }
td.TdClassName
{
border-color: #D1323D;
}
.TagClassName
{
border-color: #D1323D;
}
</style>