Shades of Mahogany #D12736
Tints of Mahogany #D12736
RGB
CMYK
RGB Variations
Color information
#D12736 (or 0xD12736) is known color: Mahogany. HEX triplet: D1, 27 and 36. RGB value is (209,39,54). Sum of RGB (Red+Green+Blue) = 209+39+54=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D12736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12736 is #2ED8C9. Grayscale: #5B5B5B. Windows color (decimal): -3070154 or 3549137. OLE color: 3549137.
HSL color Cylindrical-coordinate representation of color #D12736: hue angle of 354.71º 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 #D12736 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 54 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.18 |
| HSL | 354.71º | 0.69% | 0.49% | - |
| HSV(B) | 354.71º | 0.81% | 0.82% | - |
| XYZ | 27.69 | 15.27 | 4.98 | - |
| YUV | 91.54 | 106.82 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 54 | 0 | 0.81 | 0.74 | 0.18 | 354.71 | 0.69 | 0.49 |
| Hex | D1 | 27 | 36 | 0 | 51 | 4A | 12 | 163 | 45 | 31 |
| Octal | 321 | 47 | 66 | 0 | 121 | 112 | 22 | 543 | 105 | 61 |
| Binary | 11010001 | 100111 | 110110 | 0 | 1010001 | 1001010 | 10010 | 101100011 | 1000101 | 110001 |
Color Harmonies of #D12736
Complementary color
Monochromatic Colors of #D12736
Black with #D12736
Text Example
Text Example
White with #D12736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12736; }
p { color: rgb(209,39,54); }
H1.HeaderClassName
{
color: #D12736;
}
.AnyTagClassName
{
color: #D12736;
}
</style>
background-color css
<style>
a { background-color: #D12736; }
a { background-color: rgb(209,39,54); }
div.DivClassName
{
background-color: #D12736;
}
.BgClassName
{
background-color: #D12736;
}
</style>
border-color css
<style>
span { border-color: #D12736; }
span { border-color: rgb(209,39,54); }
td.TdClassName
{
border-color: #D12736;
}
.TagClassName
{
border-color: #D12736;
}
</style>