Shades of Mahogany #D73D45
Tints of Mahogany #D73D45
RGB
CMYK
RGB Variations
Color information
#D73D45 (or 0xD73D45) is known color: Mahogany. HEX triplet: D7, 3D and 45. RGB value is (215,61,69). Sum of RGB (Red+Green+Blue) = 215+61+69=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 69 (27.34% from 255 or 20% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D73D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D73D45 is #28C2BA. Grayscale: #6C6C6C. Windows color (decimal): -2671291 or 4537815. OLE color: 4537815.
HSL color Cylindrical-coordinate representation of color #D73D45: hue angle of 356.88º 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 #D73D45 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 61 | 69 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.16 |
| HSL | 356.88º | 0.66% | 0.54% | - |
| HSV(B) | 356.88º | 0.72% | 0.84% | - |
| XYZ | 30.77 | 18.21 | 7.52 | - |
| YUV | 107.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 61 | 69 | 0 | 0.72 | 0.68 | 0.16 | 356.88 | 0.66 | 0.54 |
| Hex | D7 | 3D | 45 | 0 | 48 | 44 | 10 | 165 | 42 | 36 |
| Octal | 327 | 75 | 105 | 0 | 110 | 104 | 20 | 545 | 102 | 66 |
| Binary | 11010111 | 111101 | 1000101 | 0 | 1001000 | 1000100 | 10000 | 101100101 | 1000010 | 110110 |
Color Harmonies of #D73D45
Complementary color
Monochromatic Colors of #D73D45
Black with #D73D45
Text Example
Text Example
White with #D73D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D73D45; }
p { color: rgb(215,61,69); }
H1.HeaderClassName
{
color: #D73D45;
}
.AnyTagClassName
{
color: #D73D45;
}
</style>
background-color css
<style>
a { background-color: #D73D45; }
a { background-color: rgb(215,61,69); }
div.DivClassName
{
background-color: #D73D45;
}
.BgClassName
{
background-color: #D73D45;
}
</style>
border-color css
<style>
span { border-color: #D73D45; }
span { border-color: rgb(215,61,69); }
td.TdClassName
{
border-color: #D73D45;
}
.TagClassName
{
border-color: #D73D45;
}
</style>