Shades of Mahogany #D12936
Tints of Mahogany #D12936
RGB
CMYK
RGB Variations
Color information
#D12936 (or 0xD12936) is known color: Mahogany. HEX triplet: D1, 29 and 36. RGB value is (209,41,54). Sum of RGB (Red+Green+Blue) = 209+41+54=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D12936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12936 is #2ED6C9. Grayscale: #5C5C5C. Windows color (decimal): -3069642 or 3549649. OLE color: 3549649.
HSL color Cylindrical-coordinate representation of color #D12936: hue angle of 355.36º 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 #D12936 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 41 | 54 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.18 |
| HSL | 355.36º | 0.67% | 0.49% | - |
| HSV(B) | 355.36º | 0.8% | 0.82% | - |
| XYZ | 27.75 | 15.41 | 5 | - |
| YUV | 92.71 | 106.16 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 41 | 54 | 0 | 0.80 | 0.74 | 0.18 | 355.36 | 0.67 | 0.49 |
| Hex | D1 | 29 | 36 | 0 | 50 | 4A | 12 | 163 | 43 | 31 |
| Octal | 321 | 51 | 66 | 0 | 120 | 112 | 22 | 543 | 103 | 61 |
| Binary | 11010001 | 101001 | 110110 | 0 | 1010000 | 1001010 | 10010 | 101100011 | 1000011 | 110001 |
Color Harmonies of #D12936
Complementary color
Monochromatic Colors of #D12936
Black with #D12936
Text Example
Text Example
White with #D12936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12936; }
p { color: rgb(209,41,54); }
H1.HeaderClassName
{
color: #D12936;
}
.AnyTagClassName
{
color: #D12936;
}
</style>
background-color css
<style>
a { background-color: #D12936; }
a { background-color: rgb(209,41,54); }
div.DivClassName
{
background-color: #D12936;
}
.BgClassName
{
background-color: #D12936;
}
</style>
border-color css
<style>
span { border-color: #D12936; }
span { border-color: rgb(209,41,54); }
td.TdClassName
{
border-color: #D12936;
}
.TagClassName
{
border-color: #D12936;
}
</style>