Shades of Mahogany #D0353D
Tints of Mahogany #D0353D
RGB
CMYK
RGB Variations
Color information
#D0353D (or 0xD0353D) is known color: Mahogany. HEX triplet: D0, 35 and 3D. RGB value is (208,53,61). Sum of RGB (Red+Green+Blue) = 208+53+61=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D0353D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0353D is #2FCAC2. Grayscale: #646464. Windows color (decimal): -3132099 or 4011472. OLE color: 4011472.
HSL color Cylindrical-coordinate representation of color #D0353D: hue angle of 356.9º 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 #D0353D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 61 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.18 |
| HSL | 356.9º | 0.62% | 0.51% | - |
| HSV(B) | 356.9º | 0.75% | 0.82% | - |
| XYZ | 28.13 | 16.29 | 6.08 | - |
| YUV | 100.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 61 | 0 | 0.75 | 0.71 | 0.18 | 356.9 | 0.62 | 0.51 |
| Hex | D0 | 35 | 3D | 0 | 4B | 47 | 12 | 165 | 3E | 33 |
| Octal | 320 | 65 | 75 | 0 | 113 | 107 | 22 | 545 | 76 | 63 |
| Binary | 11010000 | 110101 | 111101 | 0 | 1001011 | 1000111 | 10010 | 101100101 | 111110 | 110011 |
Color Harmonies of #D0353D
Complementary color
Monochromatic Colors of #D0353D
Black with #D0353D
Text Example
Text Example
White with #D0353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0353D; }
p { color: rgb(208,53,61); }
H1.HeaderClassName
{
color: #D0353D;
}
.AnyTagClassName
{
color: #D0353D;
}
</style>
background-color css
<style>
a { background-color: #D0353D; }
a { background-color: rgb(208,53,61); }
div.DivClassName
{
background-color: #D0353D;
}
.BgClassName
{
background-color: #D0353D;
}
</style>
border-color css
<style>
span { border-color: #D0353D; }
span { border-color: rgb(208,53,61); }
td.TdClassName
{
border-color: #D0353D;
}
.TagClassName
{
border-color: #D0353D;
}
</style>