Shades of Mahogany #D12632
Tints of Mahogany #D12632
RGB
CMYK
RGB Variations
Color information
#D12632 (or 0xD12632) is known color: Mahogany. HEX triplet: D1, 26 and 32. RGB value is (209,38,50). Sum of RGB (Red+Green+Blue) = 209+38+50=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D12632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12632 is #2ED9CD. Grayscale: #5A5A5A. Windows color (decimal): -3070414 or 3286737. OLE color: 3286737.
HSL color Cylindrical-coordinate representation of color #D12632: hue angle of 355.79º 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 #D12632 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 38 | 50 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.18 |
| HSL | 355.79º | 0.69% | 0.48% | - |
| HSV(B) | 355.79º | 0.82% | 0.82% | - |
| XYZ | 27.56 | 15.17 | 4.49 | - |
| YUV | 90.5 | 105.15 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 38 | 50 | 0 | 0.82 | 0.76 | 0.18 | 355.79 | 0.69 | 0.48 |
| Hex | D1 | 26 | 32 | 0 | 52 | 4C | 12 | 164 | 45 | 30 |
| Octal | 321 | 46 | 62 | 0 | 122 | 114 | 22 | 544 | 105 | 60 |
| Binary | 11010001 | 100110 | 110010 | 0 | 1010010 | 1001100 | 10010 | 101100100 | 1000101 | 110000 |
Color Harmonies of #D12632
Complementary color
Monochromatic Colors of #D12632
Black with #D12632
Text Example
Text Example
White with #D12632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12632; }
p { color: rgb(209,38,50); }
H1.HeaderClassName
{
color: #D12632;
}
.AnyTagClassName
{
color: #D12632;
}
</style>
background-color css
<style>
a { background-color: #D12632; }
a { background-color: rgb(209,38,50); }
div.DivClassName
{
background-color: #D12632;
}
.BgClassName
{
background-color: #D12632;
}
</style>
border-color css
<style>
span { border-color: #D12632; }
span { border-color: rgb(209,38,50); }
td.TdClassName
{
border-color: #D12632;
}
.TagClassName
{
border-color: #D12632;
}
</style>