Shades of Mahogany #D1282D
Tints of Mahogany #D1282D
RGB
CMYK
RGB Variations
Color information
#D1282D (or 0xD1282D) is known color: Mahogany. HEX triplet: D1, 28 and 2D. RGB value is (209,40,45). Sum of RGB (Red+Green+Blue) = 209+40+45=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D1282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1282D is #2ED7D2. Grayscale: #5B5B5B. Windows color (decimal): -3069907 or 2959569. OLE color: 2959569.
HSL color Cylindrical-coordinate representation of color #D1282D: hue angle of 358.22º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1282D is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 45 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.18 |
| HSL | 358.22º | 0.68% | 0.49% | - |
| HSV(B) | 358.22º | 0.81% | 0.82% | - |
| XYZ | 27.53 | 15.26 | 3.98 | - |
| YUV | 91.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 45 | 0 | 0.81 | 0.78 | 0.18 | 358.22 | 0.68 | 0.49 |
| Hex | D1 | 28 | 2D | 0 | 51 | 4E | 12 | 166 | 44 | 31 |
| Octal | 321 | 50 | 55 | 0 | 121 | 116 | 22 | 546 | 104 | 61 |
| Binary | 11010001 | 101000 | 101101 | 0 | 1010001 | 1001110 | 10010 | 101100110 | 1000100 | 110001 |
Color Harmonies of #D1282D
Complementary color
Monochromatic Colors of #D1282D
Black with #D1282D
Text Example
Text Example
White with #D1282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1282D; }
p { color: rgb(209,40,45); }
H1.HeaderClassName
{
color: #D1282D;
}
.AnyTagClassName
{
color: #D1282D;
}
</style>
background-color css
<style>
a { background-color: #D1282D; }
a { background-color: rgb(209,40,45); }
div.DivClassName
{
background-color: #D1282D;
}
.BgClassName
{
background-color: #D1282D;
}
</style>
border-color css
<style>
span { border-color: #D1282D; }
span { border-color: rgb(209,40,45); }
td.TdClassName
{
border-color: #D1282D;
}
.TagClassName
{
border-color: #D1282D;
}
</style>