Shades of Mahogany #D0313D
Tints of Mahogany #D0313D
RGB
CMYK
RGB Variations
Color information
#D0313D (or 0xD0313D) is known color: Mahogany. HEX triplet: D0, 31 and 3D. RGB value is (208,49,61). Sum of RGB (Red+Green+Blue) = 208+49+61=318 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65.41% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 208 - color contains mainly: red. Hex color #D0313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0313D is #2FCEC2. Grayscale: #626262. Windows color (decimal): -3133123 or 4010448. OLE color: 4010448.
HSL color Cylindrical-coordinate representation of color #D0313D: hue angle of 355.47º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0313D is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 61 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.18 |
| HSL | 355.47º | 0.63% | 0.5% | - |
| HSV(B) | 355.47º | 0.76% | 0.82% | - |
| XYZ | 27.95 | 15.94 | 6.02 | - |
| YUV | 97.91 | 107.18 | 206.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 61 | 0 | 0.76 | 0.71 | 0.18 | 355.47 | 0.63 | 0.5 |
| Hex | D0 | 31 | 3D | 0 | 4C | 47 | 12 | 163 | 3F | 32 |
| Octal | 320 | 61 | 75 | 0 | 114 | 107 | 22 | 543 | 77 | 62 |
| Binary | 11010000 | 110001 | 111101 | 0 | 1001100 | 1000111 | 10010 | 101100011 | 111111 | 110010 |
Color Harmonies of #D0313D
Complementary color
Monochromatic Colors of #D0313D
Black with #D0313D
Text Example
Text Example
White with #D0313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0313D; }
p { color: rgb(208,49,61); }
H1.HeaderClassName
{
color: #D0313D;
}
.AnyTagClassName
{
color: #D0313D;
}
</style>
background-color css
<style>
a { background-color: #D0313D; }
a { background-color: rgb(208,49,61); }
div.DivClassName
{
background-color: #D0313D;
}
.BgClassName
{
background-color: #D0313D;
}
</style>
border-color css
<style>
span { border-color: #D0313D; }
span { border-color: rgb(208,49,61); }
td.TdClassName
{
border-color: #D0313D;
}
.TagClassName
{
border-color: #D0313D;
}
</style>