Shades of Mahogany #D03D3E
Tints of Mahogany #D03D3E
RGB
CMYK
RGB Variations
Color information
#D03D3E (or 0xD03D3E) is known color: Mahogany. HEX triplet: D0, 3D and 3E. RGB value is (208,61,62). Sum of RGB (Red+Green+Blue) = 208+61+62=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D3E is #2FC2C1. Grayscale: #696969. Windows color (decimal): -3130050 or 4079056. OLE color: 4079056.
HSL color Cylindrical-coordinate representation of color #D03D3E: hue angle of 359.59º 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 #D03D3E is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 61 | 62 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.18 |
| HSL | 359.59º | 0.61% | 0.53% | - |
| HSV(B) | 359.59º | 0.71% | 0.82% | - |
| XYZ | 28.55 | 17.1 | 6.35 | - |
| YUV | 105.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 61 | 62 | 0 | 0.71 | 0.70 | 0.18 | 359.59 | 0.61 | 0.53 |
| Hex | D0 | 3D | 3E | 0 | 47 | 46 | 12 | 168 | 3D | 35 |
| Octal | 320 | 75 | 76 | 0 | 107 | 106 | 22 | 550 | 75 | 65 |
| Binary | 11010000 | 111101 | 111110 | 0 | 1000111 | 1000110 | 10010 | 101101000 | 111101 | 110101 |
Color Harmonies of #D03D3E
Complementary color
Monochromatic Colors of #D03D3E
Black with #D03D3E
Text Example
Text Example
White with #D03D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03D3E; }
p { color: rgb(208,61,62); }
H1.HeaderClassName
{
color: #D03D3E;
}
.AnyTagClassName
{
color: #D03D3E;
}
</style>
background-color css
<style>
a { background-color: #D03D3E; }
a { background-color: rgb(208,61,62); }
div.DivClassName
{
background-color: #D03D3E;
}
.BgClassName
{
background-color: #D03D3E;
}
</style>
border-color css
<style>
span { border-color: #D03D3E; }
span { border-color: rgb(208,61,62); }
td.TdClassName
{
border-color: #D03D3E;
}
.TagClassName
{
border-color: #D03D3E;
}
</style>