Shades of Mahogany #D93641
Tints of Mahogany #D93641
RGB
CMYK
RGB Variations
Color information
#D93641 (or 0xD93641) is known color: Mahogany. HEX triplet: D9, 36 and 41. RGB value is (217,54,65). Sum of RGB (Red+Green+Blue) = 217+54+65=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D93641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93641 is #26C9BE. Grayscale: #686868. Windows color (decimal): -2542015 or 4273881. OLE color: 4273881.
HSL color Cylindrical-coordinate representation of color #D93641: hue angle of 355.95º 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 #D93641 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 54 | 65 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.15 |
| HSL | 355.95º | 0.68% | 0.53% | - |
| HSV(B) | 355.95º | 0.75% | 0.85% | - |
| XYZ | 30.89 | 17.77 | 6.8 | - |
| YUV | 103.99 | 106 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 54 | 65 | 0 | 0.75 | 0.70 | 0.15 | 355.95 | 0.68 | 0.53 |
| Hex | D9 | 36 | 41 | 0 | 4B | 46 | F | 164 | 44 | 35 |
| Octal | 331 | 66 | 101 | 0 | 113 | 106 | 17 | 544 | 104 | 65 |
| Binary | 11011001 | 110110 | 1000001 | 0 | 1001011 | 1000110 | 1111 | 101100100 | 1000100 | 110101 |
Color Harmonies of #D93641
Complementary color
Monochromatic Colors of #D93641
Black with #D93641
Text Example
Text Example
White with #D93641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D93641; }
p { color: rgb(217,54,65); }
H1.HeaderClassName
{
color: #D93641;
}
.AnyTagClassName
{
color: #D93641;
}
</style>
background-color css
<style>
a { background-color: #D93641; }
a { background-color: rgb(217,54,65); }
div.DivClassName
{
background-color: #D93641;
}
.BgClassName
{
background-color: #D93641;
}
</style>
border-color css
<style>
span { border-color: #D93641; }
span { border-color: rgb(217,54,65); }
td.TdClassName
{
border-color: #D93641;
}
.TagClassName
{
border-color: #D93641;
}
</style>