Shades of Mahogany #D1282B
Tints of Mahogany #D1282B
RGB
CMYK
RGB Variations
Color information
#D1282B (or 0xD1282B) is known color: Mahogany. HEX triplet: D1, 28 and 2B. RGB value is (209,40,43). Sum of RGB (Red+Green+Blue) = 209+40+43=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D1282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1282B is #2ED7D4. Grayscale: #5B5B5B. Windows color (decimal): -3069909 or 2828497. OLE color: 2828497.
HSL color Cylindrical-coordinate representation of color #D1282B: hue angle of 358.93º 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 #D1282B is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 43 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.18 |
| HSL | 358.93º | 0.68% | 0.49% | - |
| HSV(B) | 358.93º | 0.81% | 0.82% | - |
| XYZ | 27.49 | 15.25 | 3.78 | - |
| YUV | 90.87 | 100.99 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 43 | 0 | 0.81 | 0.79 | 0.18 | 358.93 | 0.68 | 0.49 |
| Hex | D1 | 28 | 2B | 0 | 51 | 4F | 12 | 167 | 44 | 31 |
| Octal | 321 | 50 | 53 | 0 | 121 | 117 | 22 | 547 | 104 | 61 |
| Binary | 11010001 | 101000 | 101011 | 0 | 1010001 | 1001111 | 10010 | 101100111 | 1000100 | 110001 |
Color Harmonies of #D1282B
Complementary color
Monochromatic Colors of #D1282B
Black with #D1282B
Text Example
Text Example
White with #D1282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1282B; }
p { color: rgb(209,40,43); }
H1.HeaderClassName
{
color: #D1282B;
}
.AnyTagClassName
{
color: #D1282B;
}
</style>
background-color css
<style>
a { background-color: #D1282B; }
a { background-color: rgb(209,40,43); }
div.DivClassName
{
background-color: #D1282B;
}
.BgClassName
{
background-color: #D1282B;
}
</style>
border-color css
<style>
span { border-color: #D1282B; }
span { border-color: rgb(209,40,43); }
td.TdClassName
{
border-color: #D1282B;
}
.TagClassName
{
border-color: #D1282B;
}
</style>