Shades of Mahogany #D0353F
Tints of Mahogany #D0353F
RGB
CMYK
RGB Variations
Color information
#D0353F (or 0xD0353F) is known color: Mahogany. HEX triplet: D0, 35 and 3F. RGB value is (208,53,63). Sum of RGB (Red+Green+Blue) = 208+53+63=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D0353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0353F is #2FCAC0. Grayscale: #646464. Windows color (decimal): -3132097 or 4142544. OLE color: 4142544.
HSL color Cylindrical-coordinate representation of color #D0353F: hue angle of 356.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0353F is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 63 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.18 |
| HSL | 356.13º | 0.62% | 0.51% | - |
| HSV(B) | 356.13º | 0.75% | 0.82% | - |
| XYZ | 28.18 | 16.31 | 6.37 | - |
| YUV | 100.49 | 106.85 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 63 | 0 | 0.75 | 0.70 | 0.18 | 356.13 | 0.62 | 0.51 |
| Hex | D0 | 35 | 3F | 0 | 4B | 46 | 12 | 164 | 3E | 33 |
| Octal | 320 | 65 | 77 | 0 | 113 | 106 | 22 | 544 | 76 | 63 |
| Binary | 11010000 | 110101 | 111111 | 0 | 1001011 | 1000110 | 10010 | 101100100 | 111110 | 110011 |
Color Harmonies of #D0353F
Complementary color
Monochromatic Colors of #D0353F
Black with #D0353F
Text Example
Text Example
White with #D0353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0353F; }
p { color: rgb(208,53,63); }
H1.HeaderClassName
{
color: #D0353F;
}
.AnyTagClassName
{
color: #D0353F;
}
</style>
background-color css
<style>
a { background-color: #D0353F; }
a { background-color: rgb(208,53,63); }
div.DivClassName
{
background-color: #D0353F;
}
.BgClassName
{
background-color: #D0353F;
}
</style>
border-color css
<style>
span { border-color: #D0353F; }
span { border-color: rgb(208,53,63); }
td.TdClassName
{
border-color: #D0353F;
}
.TagClassName
{
border-color: #D0353F;
}
</style>