Shades of Mahogany #D12732
Tints of Mahogany #D12732
RGB
CMYK
RGB Variations
Color information
#D12732 (or 0xD12732) is known color: Mahogany. HEX triplet: D1, 27 and 32. RGB value is (209,39,50). Sum of RGB (Red+Green+Blue) = 209+39+50=298 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.13% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 209 - color contains mainly: red. Hex color #D12732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12732 is #2ED8CD. Grayscale: #5B5B5B. Windows color (decimal): -3070158 or 3286993. OLE color: 3286993.
HSL color Cylindrical-coordinate representation of color #D12732: hue angle of 356.12º 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 #D12732 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 50 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.18 |
| HSL | 356.12º | 0.69% | 0.49% | - |
| HSV(B) | 356.12º | 0.81% | 0.82% | - |
| XYZ | 27.6 | 15.24 | 4.5 | - |
| YUV | 91.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 50 | 0 | 0.81 | 0.76 | 0.18 | 356.12 | 0.69 | 0.49 |
| Hex | D1 | 27 | 32 | 0 | 51 | 4C | 12 | 164 | 45 | 31 |
| Octal | 321 | 47 | 62 | 0 | 121 | 114 | 22 | 544 | 105 | 61 |
| Binary | 11010001 | 100111 | 110010 | 0 | 1010001 | 1001100 | 10010 | 101100100 | 1000101 | 110001 |
Color Harmonies of #D12732
Complementary color
Monochromatic Colors of #D12732
Black with #D12732
Text Example
Text Example
White with #D12732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12732; }
p { color: rgb(209,39,50); }
H1.HeaderClassName
{
color: #D12732;
}
.AnyTagClassName
{
color: #D12732;
}
</style>
background-color css
<style>
a { background-color: #D12732; }
a { background-color: rgb(209,39,50); }
div.DivClassName
{
background-color: #D12732;
}
.BgClassName
{
background-color: #D12732;
}
</style>
border-color css
<style>
span { border-color: #D12732; }
span { border-color: rgb(209,39,50); }
td.TdClassName
{
border-color: #D12732;
}
.TagClassName
{
border-color: #D12732;
}
</style>