Shades of Mahogany #D12B2D
Tints of Mahogany #D12B2D
RGB
CMYK
RGB Variations
Color information
#D12B2D (or 0xD12B2D) is known color: Mahogany. HEX triplet: D1, 2B and 2D. RGB value is (209,43,45). Sum of RGB (Red+Green+Blue) = 209+43+45=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D12B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12B2D is #2ED4D2. Grayscale: #5D5D5D. Windows color (decimal): -3069139 or 2960337. OLE color: 2960337.
HSL color Cylindrical-coordinate representation of color #D12B2D: hue angle of 359.28º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D12B2D is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 43 | 45 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.18 |
| HSL | 359.28º | 0.66% | 0.49% | - |
| HSV(B) | 359.28º | 0.79% | 0.82% | - |
| XYZ | 27.63 | 15.47 | 4.01 | - |
| YUV | 92.86 | 101 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 43 | 45 | 0 | 0.79 | 0.78 | 0.18 | 359.28 | 0.66 | 0.49 |
| Hex | D1 | 2B | 2D | 0 | 4F | 4E | 12 | 167 | 42 | 31 |
| Octal | 321 | 53 | 55 | 0 | 117 | 116 | 22 | 547 | 102 | 61 |
| Binary | 11010001 | 101011 | 101101 | 0 | 1001111 | 1001110 | 10010 | 101100111 | 1000010 | 110001 |
Color Harmonies of #D12B2D
Complementary color
Monochromatic Colors of #D12B2D
Black with #D12B2D
Text Example
Text Example
White with #D12B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12B2D; }
p { color: rgb(209,43,45); }
H1.HeaderClassName
{
color: #D12B2D;
}
.AnyTagClassName
{
color: #D12B2D;
}
</style>
background-color css
<style>
a { background-color: #D12B2D; }
a { background-color: rgb(209,43,45); }
div.DivClassName
{
background-color: #D12B2D;
}
.BgClassName
{
background-color: #D12B2D;
}
</style>
border-color css
<style>
span { border-color: #D12B2D; }
span { border-color: rgb(209,43,45); }
td.TdClassName
{
border-color: #D12B2D;
}
.TagClassName
{
border-color: #D12B2D;
}
</style>