Shades of Mahogany #D1292A
Tints of Mahogany #D1292A
RGB
CMYK
RGB Variations
Color information
#D1292A (or 0xD1292A) is known color: Mahogany. HEX triplet: D1, 29 and 2A. RGB value is (209,41,42). Sum of RGB (Red+Green+Blue) = 209+41+42=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D1292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1292A is #2ED6D5. Grayscale: #5B5B5B. Windows color (decimal): -3069654 or 2763217. OLE color: 2763217.
HSL color Cylindrical-coordinate representation of color #D1292A: hue angle of 359.64º 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 #D1292A is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 42 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.18 |
| HSL | 359.64º | 0.67% | 0.49% | - |
| HSV(B) | 359.64º | 0.8% | 0.82% | - |
| XYZ | 27.51 | 15.31 | 3.7 | - |
| YUV | 91.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 42 | 0 | 0.80 | 0.80 | 0.18 | 359.64 | 0.67 | 0.49 |
| Hex | D1 | 29 | 2A | 0 | 50 | 50 | 12 | 168 | 43 | 31 |
| Octal | 321 | 51 | 52 | 0 | 120 | 120 | 22 | 550 | 103 | 61 |
| Binary | 11010001 | 101001 | 101010 | 0 | 1010000 | 1010000 | 10010 | 101101000 | 1000011 | 110001 |
Color Harmonies of #D1292A
Complementary color
Monochromatic Colors of #D1292A
Black with #D1292A
Text Example
Text Example
White with #D1292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1292A; }
p { color: rgb(209,41,42); }
H1.HeaderClassName
{
color: #D1292A;
}
.AnyTagClassName
{
color: #D1292A;
}
</style>
background-color css
<style>
a { background-color: #D1292A; }
a { background-color: rgb(209,41,42); }
div.DivClassName
{
background-color: #D1292A;
}
.BgClassName
{
background-color: #D1292A;
}
</style>
border-color css
<style>
span { border-color: #D1292A; }
span { border-color: rgb(209,41,42); }
td.TdClassName
{
border-color: #D1292A;
}
.TagClassName
{
border-color: #D1292A;
}
</style>