Shades of Mahogany #D93742
Tints of Mahogany #D93742
RGB
CMYK
RGB Variations
Color information
#D93742 (or 0xD93742) is known color: Mahogany. HEX triplet: D9, 37 and 42. RGB value is (217,55,66). Sum of RGB (Red+Green+Blue) = 217+55+66=338 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.20% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 217 - color contains mainly: red. Hex color #D93742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93742 is #26C8BD. Grayscale: #686868. Windows color (decimal): -2541758 or 4339673. OLE color: 4339673.
HSL color Cylindrical-coordinate representation of color #D93742: hue angle of 355.93º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D93742 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 66 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.15 |
| HSL | 355.93º | 0.68% | 0.53% | - |
| HSV(B) | 355.93º | 0.75% | 0.85% | - |
| XYZ | 30.96 | 17.88 | 6.97 | - |
| YUV | 104.69 | 106.17 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 66 | 0 | 0.75 | 0.70 | 0.15 | 355.93 | 0.68 | 0.53 |
| Hex | D9 | 37 | 42 | 0 | 4B | 46 | F | 164 | 44 | 35 |
| Octal | 331 | 67 | 102 | 0 | 113 | 106 | 17 | 544 | 104 | 65 |
| Binary | 11011001 | 110111 | 1000010 | 0 | 1001011 | 1000110 | 1111 | 101100100 | 1000100 | 110101 |
Color Harmonies of #D93742
Complementary color
Monochromatic Colors of #D93742
Black with #D93742
Text Example
Text Example
White with #D93742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93742; }
p { color: rgb(217,55,66); }
H1.HeaderClassName
{
color: #D93742;
}
.AnyTagClassName
{
color: #D93742;
}
</style>
background-color css
<style>
a { background-color: #D93742; }
a { background-color: rgb(217,55,66); }
div.DivClassName
{
background-color: #D93742;
}
.BgClassName
{
background-color: #D93742;
}
</style>
border-color css
<style>
span { border-color: #D93742; }
span { border-color: rgb(217,55,66); }
td.TdClassName
{
border-color: #D93742;
}
.TagClassName
{
border-color: #D93742;
}
</style>