Shades of Mahogany #D13B3C
Tints of Mahogany #D13B3C
RGB
CMYK
RGB Variations
Color information
#D13B3C (or 0xD13B3C) is known color: Mahogany. HEX triplet: D1, 3B and 3C. RGB value is (209,59,60). Sum of RGB (Red+Green+Blue) = 209+59+60=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13B3C is #2EC4C3. Grayscale: #686868. Windows color (decimal): -3065028 or 3947473. OLE color: 3947473.
HSL color Cylindrical-coordinate representation of color #D13B3C: hue angle of 359.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B3C is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 60 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.18 |
| HSL | 359.6º | 0.62% | 0.53% | - |
| HSV(B) | 359.6º | 0.72% | 0.82% | - |
| XYZ | 28.67 | 17.01 | 6.05 | - |
| YUV | 103.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 60 | 0 | 0.72 | 0.71 | 0.18 | 359.6 | 0.62 | 0.53 |
| Hex | D1 | 3B | 3C | 0 | 48 | 47 | 12 | 168 | 3E | 35 |
| Octal | 321 | 73 | 74 | 0 | 110 | 107 | 22 | 550 | 76 | 65 |
| Binary | 11010001 | 111011 | 111100 | 0 | 1001000 | 1000111 | 10010 | 101101000 | 111110 | 110101 |
Color Harmonies of #D13B3C
Complementary color
Monochromatic Colors of #D13B3C
Black with #D13B3C
Text Example
Text Example
White with #D13B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B3C; }
p { color: rgb(209,59,60); }
H1.HeaderClassName
{
color: #D13B3C;
}
.AnyTagClassName
{
color: #D13B3C;
}
</style>
background-color css
<style>
a { background-color: #D13B3C; }
a { background-color: rgb(209,59,60); }
div.DivClassName
{
background-color: #D13B3C;
}
.BgClassName
{
background-color: #D13B3C;
}
</style>
border-color css
<style>
span { border-color: #D13B3C; }
span { border-color: rgb(209,59,60); }
td.TdClassName
{
border-color: #D13B3C;
}
.TagClassName
{
border-color: #D13B3C;
}
</style>