Shades of Mahogany #D12631
Tints of Mahogany #D12631
RGB
CMYK
RGB Variations
Color information
#D12631 (or 0xD12631) is known color: Mahogany. HEX triplet: D1, 26 and 31. RGB value is (209,38,49). Sum of RGB (Red+Green+Blue) = 209+38+49=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D12631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12631 is #2ED9CE. Grayscale: #5A5A5A. Windows color (decimal): -3070415 or 3221201. OLE color: 3221201.
HSL color Cylindrical-coordinate representation of color #D12631: hue angle of 356.14º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D12631 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 49 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.18 |
| HSL | 356.14º | 0.69% | 0.48% | - |
| HSV(B) | 356.14º | 0.82% | 0.82% | - |
| XYZ | 27.54 | 15.16 | 4.38 | - |
| YUV | 90.38 | 104.65 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 49 | 0 | 0.82 | 0.77 | 0.18 | 356.14 | 0.69 | 0.48 |
| Hex | D1 | 26 | 31 | 0 | 52 | 4D | 12 | 164 | 45 | 30 |
| Octal | 321 | 46 | 61 | 0 | 122 | 115 | 22 | 544 | 105 | 60 |
| Binary | 11010001 | 100110 | 110001 | 0 | 1010010 | 1001101 | 10010 | 101100100 | 1000101 | 110000 |
Color Harmonies of #D12631
Complementary color
Monochromatic Colors of #D12631
Black with #D12631
Text Example
Text Example
White with #D12631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12631; }
p { color: rgb(209,38,49); }
H1.HeaderClassName
{
color: #D12631;
}
.AnyTagClassName
{
color: #D12631;
}
</style>
background-color css
<style>
a { background-color: #D12631; }
a { background-color: rgb(209,38,49); }
div.DivClassName
{
background-color: #D12631;
}
.BgClassName
{
background-color: #D12631;
}
</style>
border-color css
<style>
span { border-color: #D12631; }
span { border-color: rgb(209,38,49); }
td.TdClassName
{
border-color: #D12631;
}
.TagClassName
{
border-color: #D12631;
}
</style>