Shades of Mahogany #D73C3E
Tints of Mahogany #D73C3E
RGB
CMYK
RGB Variations
Color information
#D73C3E (or 0xD73C3E) is known color: Mahogany. HEX triplet: D7, 3C and 3E. RGB value is (215,60,62). Sum of RGB (Red+Green+Blue) = 215+60+62=337 (44% of max value = 765). Red value is 215 (84.38% from 255 or 63.80% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C3E is #28C3C1. Grayscale: #6A6A6A. Windows color (decimal): -2671554 or 4078807. OLE color: 4078807.
HSL color Cylindrical-coordinate representation of color #D73C3E: hue angle of 359.23º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D73C3E is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 62 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.16 |
| HSL | 359.23º | 0.66% | 0.54% | - |
| HSV(B) | 359.23º | 0.72% | 0.84% | - |
| XYZ | 30.51 | 18.03 | 6.43 | - |
| YUV | 106.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 62 | 0 | 0.72 | 0.71 | 0.16 | 359.23 | 0.66 | 0.54 |
| Hex | D7 | 3C | 3E | 0 | 48 | 47 | 10 | 167 | 42 | 36 |
| Octal | 327 | 74 | 76 | 0 | 110 | 107 | 20 | 547 | 102 | 66 |
| Binary | 11010111 | 111100 | 111110 | 0 | 1001000 | 1000111 | 10000 | 101100111 | 1000010 | 110110 |
Color Harmonies of #D73C3E
Complementary color
Monochromatic Colors of #D73C3E
Black with #D73C3E
Text Example
Text Example
White with #D73C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C3E; }
p { color: rgb(215,60,62); }
H1.HeaderClassName
{
color: #D73C3E;
}
.AnyTagClassName
{
color: #D73C3E;
}
</style>
background-color css
<style>
a { background-color: #D73C3E; }
a { background-color: rgb(215,60,62); }
div.DivClassName
{
background-color: #D73C3E;
}
.BgClassName
{
background-color: #D73C3E;
}
</style>
border-color css
<style>
span { border-color: #D73C3E; }
span { border-color: rgb(215,60,62); }
td.TdClassName
{
border-color: #D73C3E;
}
.TagClassName
{
border-color: #D73C3E;
}
</style>