Shades of Mahogany #D1303D
Tints of Mahogany #D1303D
RGB
CMYK
RGB Variations
Color information
#D1303D (or 0xD1303D) is known color: Mahogany. HEX triplet: D1, 30 and 3D. RGB value is (209,48,61). Sum of RGB (Red+Green+Blue) = 209+48+61=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1303D is #2ECFC2. Grayscale: #616161. Windows color (decimal): -3067843 or 4010193. OLE color: 4010193.
HSL color Cylindrical-coordinate representation of color #D1303D: hue angle of 355.16º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1303D is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 61 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.18 |
| HSL | 355.16º | 0.64% | 0.5% | - |
| HSV(B) | 355.16º | 0.77% | 0.82% | - |
| XYZ | 28.19 | 16.01 | 6.02 | - |
| YUV | 97.62 | 107.34 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 61 | 0 | 0.77 | 0.71 | 0.18 | 355.16 | 0.64 | 0.5 |
| Hex | D1 | 30 | 3D | 0 | 4D | 47 | 12 | 163 | 40 | 32 |
| Octal | 321 | 60 | 75 | 0 | 115 | 107 | 22 | 543 | 100 | 62 |
| Binary | 11010001 | 110000 | 111101 | 0 | 1001101 | 1000111 | 10010 | 101100011 | 1000000 | 110010 |
Color Harmonies of #D1303D
Complementary color
Monochromatic Colors of #D1303D
Black with #D1303D
Text Example
Text Example
White with #D1303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1303D; }
p { color: rgb(209,48,61); }
H1.HeaderClassName
{
color: #D1303D;
}
.AnyTagClassName
{
color: #D1303D;
}
</style>
background-color css
<style>
a { background-color: #D1303D; }
a { background-color: rgb(209,48,61); }
div.DivClassName
{
background-color: #D1303D;
}
.BgClassName
{
background-color: #D1303D;
}
</style>
border-color css
<style>
span { border-color: #D1303D; }
span { border-color: rgb(209,48,61); }
td.TdClassName
{
border-color: #D1303D;
}
.TagClassName
{
border-color: #D1303D;
}
</style>