Shades of Mahogany #D03138
Tints of Mahogany #D03138
RGB
CMYK
RGB Variations
Color information
#D03138 (or 0xD03138) is known color: Mahogany. HEX triplet: D0, 31 and 38. RGB value is (208,49,56). Sum of RGB (Red+Green+Blue) = 208+49+56=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D03138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03138 is #2FCEC7. Grayscale: #616161. Windows color (decimal): -3133128 or 3682768. OLE color: 3682768.
HSL color Cylindrical-coordinate representation of color #D03138: hue angle of 357.36º 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 #D03138 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 49 | 56 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.18 |
| HSL | 357.36º | 0.63% | 0.5% | - |
| HSV(B) | 357.36º | 0.76% | 0.82% | - |
| XYZ | 27.82 | 15.89 | 5.34 | - |
| YUV | 97.34 | 104.68 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 49 | 56 | 0 | 0.76 | 0.73 | 0.18 | 357.36 | 0.63 | 0.5 |
| Hex | D0 | 31 | 38 | 0 | 4C | 49 | 12 | 165 | 3F | 32 |
| Octal | 320 | 61 | 70 | 0 | 114 | 111 | 22 | 545 | 77 | 62 |
| Binary | 11010000 | 110001 | 111000 | 0 | 1001100 | 1001001 | 10010 | 101100101 | 111111 | 110010 |
Color Harmonies of #D03138
Complementary color
Monochromatic Colors of #D03138
Black with #D03138
Text Example
Text Example
White with #D03138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03138; }
p { color: rgb(208,49,56); }
H1.HeaderClassName
{
color: #D03138;
}
.AnyTagClassName
{
color: #D03138;
}
</style>
background-color css
<style>
a { background-color: #D03138; }
a { background-color: rgb(208,49,56); }
div.DivClassName
{
background-color: #D03138;
}
.BgClassName
{
background-color: #D03138;
}
</style>
border-color css
<style>
span { border-color: #D03138; }
span { border-color: rgb(208,49,56); }
td.TdClassName
{
border-color: #D03138;
}
.TagClassName
{
border-color: #D03138;
}
</style>