Shades of Mahogany #D12A39
Tints of Mahogany #D12A39
RGB
CMYK
RGB Variations
Color information
#D12A39 (or 0xD12A39) is known color: Mahogany. HEX triplet: D1, 2A and 39. RGB value is (209,42,57). Sum of RGB (Red+Green+Blue) = 209+42+57=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 57 (22.66% from 255 or 18.51% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D12A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12A39 is #2ED5C6. Grayscale: #5D5D5D. Windows color (decimal): -3069383 or 3746513. OLE color: 3746513.
HSL color Cylindrical-coordinate representation of color #D12A39: hue angle of 354.61º 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 #D12A39 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 42 | 57 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.18 |
| HSL | 354.61º | 0.67% | 0.49% | - |
| HSV(B) | 354.61º | 0.8% | 0.82% | - |
| XYZ | 27.86 | 15.51 | 5.4 | - |
| YUV | 93.64 | 107.33 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 42 | 57 | 0 | 0.80 | 0.73 | 0.18 | 354.61 | 0.67 | 0.49 |
| Hex | D1 | 2A | 39 | 0 | 50 | 49 | 12 | 163 | 43 | 31 |
| Octal | 321 | 52 | 71 | 0 | 120 | 111 | 22 | 543 | 103 | 61 |
| Binary | 11010001 | 101010 | 111001 | 0 | 1010000 | 1001001 | 10010 | 101100011 | 1000011 | 110001 |
Color Harmonies of #D12A39
Complementary color
Monochromatic Colors of #D12A39
Black with #D12A39
Text Example
Text Example
White with #D12A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12A39; }
p { color: rgb(209,42,57); }
H1.HeaderClassName
{
color: #D12A39;
}
.AnyTagClassName
{
color: #D12A39;
}
</style>
background-color css
<style>
a { background-color: #D12A39; }
a { background-color: rgb(209,42,57); }
div.DivClassName
{
background-color: #D12A39;
}
.BgClassName
{
background-color: #D12A39;
}
</style>
border-color css
<style>
span { border-color: #D12A39; }
span { border-color: rgb(209,42,57); }
td.TdClassName
{
border-color: #D12A39;
}
.TagClassName
{
border-color: #D12A39;
}
</style>