Shades of Mahogany #D12635
Tints of Mahogany #D12635
RGB
CMYK
RGB Variations
Color information
#D12635 (or 0xD12635) is known color: Mahogany. HEX triplet: D1, 26 and 35. RGB value is (209,38,53). Sum of RGB (Red+Green+Blue) = 209+38+53=300 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 209 - color contains mainly: red. Hex color #D12635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12635 is #2ED9CA. Grayscale: #5A5A5A. Windows color (decimal): -3070411 or 3483345. OLE color: 3483345.
HSL color Cylindrical-coordinate representation of color #D12635: hue angle of 354.74º 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 #D12635 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 53 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.18 |
| HSL | 354.74º | 0.69% | 0.48% | - |
| HSV(B) | 354.74º | 0.82% | 0.82% | - |
| XYZ | 27.63 | 15.2 | 4.85 | - |
| YUV | 90.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 53 | 0 | 0.82 | 0.75 | 0.18 | 354.74 | 0.69 | 0.48 |
| Hex | D1 | 26 | 35 | 0 | 52 | 4B | 12 | 163 | 45 | 30 |
| Octal | 321 | 46 | 65 | 0 | 122 | 113 | 22 | 543 | 105 | 60 |
| Binary | 11010001 | 100110 | 110101 | 0 | 1010010 | 1001011 | 10010 | 101100011 | 1000101 | 110000 |
Color Harmonies of #D12635
Complementary color
Monochromatic Colors of #D12635
Black with #D12635
Text Example
Text Example
White with #D12635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12635; }
p { color: rgb(209,38,53); }
H1.HeaderClassName
{
color: #D12635;
}
.AnyTagClassName
{
color: #D12635;
}
</style>
background-color css
<style>
a { background-color: #D12635; }
a { background-color: rgb(209,38,53); }
div.DivClassName
{
background-color: #D12635;
}
.BgClassName
{
background-color: #D12635;
}
</style>
border-color css
<style>
span { border-color: #D12635; }
span { border-color: rgb(209,38,53); }
td.TdClassName
{
border-color: #D12635;
}
.TagClassName
{
border-color: #D12635;
}
</style>