Shades of Mahogany #D12729
Tints of Mahogany #D12729
RGB
CMYK
RGB Variations
Color information
#D12729 (or 0xD12729) is known color: Mahogany. HEX triplet: D1, 27 and 29. RGB value is (209,39,41). Sum of RGB (Red+Green+Blue) = 209+39+41=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D12729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12729 is #2ED8D6. Grayscale: #5A5A5A. Windows color (decimal): -3070167 or 2697169. OLE color: 2697169.
HSL color Cylindrical-coordinate representation of color #D12729: hue angle of 359.29º degrees, saturation: 0.69, 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 #D12729 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 41 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.18 |
| HSL | 359.29º | 0.69% | 0.49% | - |
| HSV(B) | 359.29º | 0.81% | 0.82% | - |
| XYZ | 27.42 | 15.17 | 3.58 | - |
| YUV | 90.06 | 100.32 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 41 | 0 | 0.81 | 0.80 | 0.18 | 359.29 | 0.69 | 0.49 |
| Hex | D1 | 27 | 29 | 0 | 51 | 50 | 12 | 167 | 45 | 31 |
| Octal | 321 | 47 | 51 | 0 | 121 | 120 | 22 | 547 | 105 | 61 |
| Binary | 11010001 | 100111 | 101001 | 0 | 1010001 | 1010000 | 10010 | 101100111 | 1000101 | 110001 |
Color Harmonies of #D12729
Complementary color
Monochromatic Colors of #D12729
Black with #D12729
Text Example
Text Example
White with #D12729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12729; }
p { color: rgb(209,39,41); }
H1.HeaderClassName
{
color: #D12729;
}
.AnyTagClassName
{
color: #D12729;
}
</style>
background-color css
<style>
a { background-color: #D12729; }
a { background-color: rgb(209,39,41); }
div.DivClassName
{
background-color: #D12729;
}
.BgClassName
{
background-color: #D12729;
}
</style>
border-color css
<style>
span { border-color: #D12729; }
span { border-color: rgb(209,39,41); }
td.TdClassName
{
border-color: #D12729;
}
.TagClassName
{
border-color: #D12729;
}
</style>