Shades of Mahogany #D12830
Tints of Mahogany #D12830
RGB
CMYK
RGB Variations
Color information
#D12830 (or 0xD12830) is known color: Mahogany. HEX triplet: D1, 28 and 30. RGB value is (209,40,48). Sum of RGB (Red+Green+Blue) = 209+40+48=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D12830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12830 is #2ED7CF. Grayscale: #5B5B5B. Windows color (decimal): -3069904 or 3156177. OLE color: 3156177.
HSL color Cylindrical-coordinate representation of color #D12830: hue angle of 357.16º degrees, saturation: 0.68, 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 #D12830 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 48 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.18 |
| HSL | 357.16º | 0.68% | 0.49% | - |
| HSV(B) | 357.16º | 0.81% | 0.82% | - |
| XYZ | 27.59 | 15.29 | 4.29 | - |
| YUV | 91.44 | 103.49 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 48 | 0 | 0.81 | 0.77 | 0.18 | 357.16 | 0.68 | 0.49 |
| Hex | D1 | 28 | 30 | 0 | 51 | 4D | 12 | 165 | 44 | 31 |
| Octal | 321 | 50 | 60 | 0 | 121 | 115 | 22 | 545 | 104 | 61 |
| Binary | 11010001 | 101000 | 110000 | 0 | 1010001 | 1001101 | 10010 | 101100101 | 1000100 | 110001 |
Color Harmonies of #D12830
Complementary color
Monochromatic Colors of #D12830
Black with #D12830
Text Example
Text Example
White with #D12830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12830; }
p { color: rgb(209,40,48); }
H1.HeaderClassName
{
color: #D12830;
}
.AnyTagClassName
{
color: #D12830;
}
</style>
background-color css
<style>
a { background-color: #D12830; }
a { background-color: rgb(209,40,48); }
div.DivClassName
{
background-color: #D12830;
}
.BgClassName
{
background-color: #D12830;
}
</style>
border-color css
<style>
span { border-color: #D12830; }
span { border-color: rgb(209,40,48); }
td.TdClassName
{
border-color: #D12830;
}
.TagClassName
{
border-color: #D12830;
}
</style>