Shades of Mahogany #D63D3E
Tints of Mahogany #D63D3E
RGB
CMYK
RGB Variations
Color information
#D63D3E (or 0xD63D3E) is known color: Mahogany. HEX triplet: D6, 3D and 3E. RGB value is (214,61,62). Sum of RGB (Red+Green+Blue) = 214+61+62=337 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.50% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D3E is #29C2C1. Grayscale: #6B6B6B. Windows color (decimal): -2736834 or 4079062. OLE color: 4079062.
HSL color Cylindrical-coordinate representation of color #D63D3E: hue angle of 359.61º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63D3E is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 61 | 62 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.16 |
| HSL | 359.61º | 0.65% | 0.54% | - |
| HSV(B) | 359.61º | 0.71% | 0.84% | - |
| XYZ | 30.27 | 17.98 | 6.43 | - |
| YUV | 106.86 | 102.69 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 61 | 62 | 0 | 0.71 | 0.71 | 0.16 | 359.61 | 0.65 | 0.54 |
| Hex | D6 | 3D | 3E | 0 | 47 | 47 | 10 | 168 | 41 | 36 |
| Octal | 326 | 75 | 76 | 0 | 107 | 107 | 20 | 550 | 101 | 66 |
| Binary | 11010110 | 111101 | 111110 | 0 | 1000111 | 1000111 | 10000 | 101101000 | 1000001 | 110110 |
Color Harmonies of #D63D3E
Complementary color
Monochromatic Colors of #D63D3E
Black with #D63D3E
Text Example
Text Example
White with #D63D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63D3E; }
p { color: rgb(214,61,62); }
H1.HeaderClassName
{
color: #D63D3E;
}
.AnyTagClassName
{
color: #D63D3E;
}
</style>
background-color css
<style>
a { background-color: #D63D3E; }
a { background-color: rgb(214,61,62); }
div.DivClassName
{
background-color: #D63D3E;
}
.BgClassName
{
background-color: #D63D3E;
}
</style>
border-color css
<style>
span { border-color: #D63D3E; }
span { border-color: rgb(214,61,62); }
td.TdClassName
{
border-color: #D63D3E;
}
.TagClassName
{
border-color: #D63D3E;
}
</style>