Shades of Mahogany #D1292F
Tints of Mahogany #D1292F
RGB
CMYK
RGB Variations
Color information
#D1292F (or 0xD1292F) is known color: Mahogany. HEX triplet: D1, 29 and 2F. RGB value is (209,41,47). Sum of RGB (Red+Green+Blue) = 209+41+47=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D1292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1292F is #2ED6D0. Grayscale: #5C5C5C. Windows color (decimal): -3069649 or 3090897. OLE color: 3090897.
HSL color Cylindrical-coordinate representation of color #D1292F: hue angle of 357.86º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1292F is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 47 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.18 |
| HSL | 357.86º | 0.67% | 0.49% | - |
| HSV(B) | 357.86º | 0.8% | 0.82% | - |
| XYZ | 27.6 | 15.35 | 4.2 | - |
| YUV | 91.92 | 102.66 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 47 | 0 | 0.80 | 0.78 | 0.18 | 357.86 | 0.67 | 0.49 |
| Hex | D1 | 29 | 2F | 0 | 50 | 4E | 12 | 166 | 43 | 31 |
| Octal | 321 | 51 | 57 | 0 | 120 | 116 | 22 | 546 | 103 | 61 |
| Binary | 11010001 | 101001 | 101111 | 0 | 1010000 | 1001110 | 10010 | 101100110 | 1000011 | 110001 |
Color Harmonies of #D1292F
Complementary color
Monochromatic Colors of #D1292F
Black with #D1292F
Text Example
Text Example
White with #D1292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1292F; }
p { color: rgb(209,41,47); }
H1.HeaderClassName
{
color: #D1292F;
}
.AnyTagClassName
{
color: #D1292F;
}
</style>
background-color css
<style>
a { background-color: #D1292F; }
a { background-color: rgb(209,41,47); }
div.DivClassName
{
background-color: #D1292F;
}
.BgClassName
{
background-color: #D1292F;
}
</style>
border-color css
<style>
span { border-color: #D1292F; }
span { border-color: rgb(209,41,47); }
td.TdClassName
{
border-color: #D1292F;
}
.TagClassName
{
border-color: #D1292F;
}
</style>