Shades of Mahogany #D73C44
Tints of Mahogany #D73C44
RGB
CMYK
RGB Variations
Color information
#D73C44 (or 0xD73C44) is known color: Mahogany. HEX triplet: D7, 3C and 44. RGB value is (215,60,68). Sum of RGB (Red+Green+Blue) = 215+60+68=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D73C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73C44 is #28C3BB. Grayscale: #6B6B6B. Windows color (decimal): -2671548 or 4472023. OLE color: 4472023.
HSL color Cylindrical-coordinate representation of color #D73C44: hue angle of 356.9º 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 #D73C44 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 60 | 68 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.16 |
| HSL | 356.9º | 0.66% | 0.54% | - |
| HSV(B) | 356.9º | 0.72% | 0.84% | - |
| XYZ | 30.68 | 18.1 | 7.34 | - |
| YUV | 107.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 60 | 68 | 0 | 0.72 | 0.68 | 0.16 | 356.9 | 0.66 | 0.54 |
| Hex | D7 | 3C | 44 | 0 | 48 | 44 | 10 | 165 | 42 | 36 |
| Octal | 327 | 74 | 104 | 0 | 110 | 104 | 20 | 545 | 102 | 66 |
| Binary | 11010111 | 111100 | 1000100 | 0 | 1001000 | 1000100 | 10000 | 101100101 | 1000010 | 110110 |
Color Harmonies of #D73C44
Complementary color
Monochromatic Colors of #D73C44
Black with #D73C44
Text Example
Text Example
White with #D73C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73C44; }
p { color: rgb(215,60,68); }
H1.HeaderClassName
{
color: #D73C44;
}
.AnyTagClassName
{
color: #D73C44;
}
</style>
background-color css
<style>
a { background-color: #D73C44; }
a { background-color: rgb(215,60,68); }
div.DivClassName
{
background-color: #D73C44;
}
.BgClassName
{
background-color: #D73C44;
}
</style>
border-color css
<style>
span { border-color: #D73C44; }
span { border-color: rgb(215,60,68); }
td.TdClassName
{
border-color: #D73C44;
}
.TagClassName
{
border-color: #D73C44;
}
</style>