Shades of Mahogany #D03D41
Tints of Mahogany #D03D41
RGB
CMYK
RGB Variations
Color information
#D03D41 (or 0xD03D41) is known color: Mahogany. HEX triplet: D0, 3D and 41. RGB value is (208,61,65). Sum of RGB (Red+Green+Blue) = 208+61+65=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 61 (24.22% from 255 or 18.26% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D41 is #2FC2BE. Grayscale: #696969. Windows color (decimal): -3130047 or 4275664. OLE color: 4275664.
HSL color Cylindrical-coordinate representation of color #D03D41: hue angle of 358.37º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03D41 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 65 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.18 |
| HSL | 358.37º | 0.61% | 0.53% | - |
| HSV(B) | 358.37º | 0.71% | 0.82% | - |
| XYZ | 28.64 | 17.13 | 6.8 | - |
| YUV | 105.41 | 105.2 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 65 | 0 | 0.71 | 0.69 | 0.18 | 358.37 | 0.61 | 0.53 |
| Hex | D0 | 3D | 41 | 0 | 47 | 45 | 12 | 166 | 3D | 35 |
| Octal | 320 | 75 | 101 | 0 | 107 | 105 | 22 | 546 | 75 | 65 |
| Binary | 11010000 | 111101 | 1000001 | 0 | 1000111 | 1000101 | 10010 | 101100110 | 111101 | 110101 |
Color Harmonies of #D03D41
Complementary color
Monochromatic Colors of #D03D41
Black with #D03D41
Text Example
Text Example
White with #D03D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D41; }
p { color: rgb(208,61,65); }
H1.HeaderClassName
{
color: #D03D41;
}
.AnyTagClassName
{
color: #D03D41;
}
</style>
background-color css
<style>
a { background-color: #D03D41; }
a { background-color: rgb(208,61,65); }
div.DivClassName
{
background-color: #D03D41;
}
.BgClassName
{
background-color: #D03D41;
}
</style>
border-color css
<style>
span { border-color: #D03D41; }
span { border-color: rgb(208,61,65); }
td.TdClassName
{
border-color: #D03D41;
}
.TagClassName
{
border-color: #D03D41;
}
</style>