Shades of Mahogany #D12835
Tints of Mahogany #D12835
RGB
CMYK
RGB Variations
Color information
#D12835 (or 0xD12835) is known color: Mahogany. HEX triplet: D1, 28 and 35. RGB value is (209,40,53). Sum of RGB (Red+Green+Blue) = 209+40+53=302 (40% of max value = 765). Red value is 209 (82.03% from 255 or 69.21% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 209 - color contains mainly: red. Hex color #D12835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12835 is #2ED7CA. Grayscale: #5C5C5C. Windows color (decimal): -3069899 or 3483857. OLE color: 3483857.
HSL color Cylindrical-coordinate representation of color #D12835: hue angle of 355.38º 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 #D12835 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 40 | 53 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.18 |
| HSL | 355.38º | 0.68% | 0.49% | - |
| HSV(B) | 355.38º | 0.81% | 0.82% | - |
| XYZ | 27.7 | 15.33 | 4.87 | - |
| YUV | 92.01 | 105.99 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 40 | 53 | 0 | 0.81 | 0.75 | 0.18 | 355.38 | 0.68 | 0.49 |
| Hex | D1 | 28 | 35 | 0 | 51 | 4B | 12 | 163 | 44 | 31 |
| Octal | 321 | 50 | 65 | 0 | 121 | 113 | 22 | 543 | 104 | 61 |
| Binary | 11010001 | 101000 | 110101 | 0 | 1010001 | 1001011 | 10010 | 101100011 | 1000100 | 110001 |
Color Harmonies of #D12835
Complementary color
Monochromatic Colors of #D12835
Black with #D12835
Text Example
Text Example
White with #D12835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12835; }
p { color: rgb(209,40,53); }
H1.HeaderClassName
{
color: #D12835;
}
.AnyTagClassName
{
color: #D12835;
}
</style>
background-color css
<style>
a { background-color: #D12835; }
a { background-color: rgb(209,40,53); }
div.DivClassName
{
background-color: #D12835;
}
.BgClassName
{
background-color: #D12835;
}
</style>
border-color css
<style>
span { border-color: #D12835; }
span { border-color: rgb(209,40,53); }
td.TdClassName
{
border-color: #D12835;
}
.TagClassName
{
border-color: #D12835;
}
</style>