Shades of Mahogany #D73C43
Tints of Mahogany #D73C43
RGB
CMYK
RGB Variations
Color information
#D73C43 (or 0xD73C43) is known color: Mahogany. HEX triplet: D7, 3C and 43. RGB value is (215,60,67). Sum of RGB (Red+Green+Blue) = 215+60+67=342 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.87% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C43 is #28C3BC. Grayscale: #6B6B6B. Windows color (decimal): -2671549 or 4406487. OLE color: 4406487.
HSL color Cylindrical-coordinate representation of color #D73C43: hue angle of 357.29º 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 #D73C43 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 67 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.16 |
| HSL | 357.29º | 0.66% | 0.54% | - |
| HSV(B) | 357.29º | 0.72% | 0.84% | - |
| XYZ | 30.65 | 18.08 | 7.19 | - |
| YUV | 107.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 67 | 0 | 0.72 | 0.69 | 0.16 | 357.29 | 0.66 | 0.54 |
| Hex | D7 | 3C | 43 | 0 | 48 | 45 | 10 | 165 | 42 | 36 |
| Octal | 327 | 74 | 103 | 0 | 110 | 105 | 20 | 545 | 102 | 66 |
| Binary | 11010111 | 111100 | 1000011 | 0 | 1001000 | 1000101 | 10000 | 101100101 | 1000010 | 110110 |
Color Harmonies of #D73C43
Complementary color
Monochromatic Colors of #D73C43
Black with #D73C43
Text Example
Text Example
White with #D73C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C43; }
p { color: rgb(215,60,67); }
H1.HeaderClassName
{
color: #D73C43;
}
.AnyTagClassName
{
color: #D73C43;
}
</style>
background-color css
<style>
a { background-color: #D73C43; }
a { background-color: rgb(215,60,67); }
div.DivClassName
{
background-color: #D73C43;
}
.BgClassName
{
background-color: #D73C43;
}
</style>
border-color css
<style>
span { border-color: #D73C43; }
span { border-color: rgb(215,60,67); }
td.TdClassName
{
border-color: #D73C43;
}
.TagClassName
{
border-color: #D73C43;
}
</style>