Shades of Mahogany #D63741
Tints of Mahogany #D63741
RGB
CMYK
RGB Variations
Color information
#D63741 (or 0xD63741) is known color: Mahogany. HEX triplet: D6, 37 and 41. RGB value is (214,55,65). Sum of RGB (Red+Green+Blue) = 214+55+65=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D63741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63741 is #29C8BE. Grayscale: #676767. Windows color (decimal): -2738367 or 4274134. OLE color: 4274134.
HSL color Cylindrical-coordinate representation of color #D63741: hue angle of 356.23º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D63741 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 65 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.16 |
| HSL | 356.23º | 0.66% | 0.53% | - |
| HSV(B) | 356.23º | 0.74% | 0.84% | - |
| XYZ | 30.05 | 17.41 | 6.78 | - |
| YUV | 103.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 65 | 0 | 0.74 | 0.70 | 0.16 | 356.23 | 0.66 | 0.53 |
| Hex | D6 | 37 | 41 | 0 | 4A | 46 | 10 | 164 | 42 | 35 |
| Octal | 326 | 67 | 101 | 0 | 112 | 106 | 20 | 544 | 102 | 65 |
| Binary | 11010110 | 110111 | 1000001 | 0 | 1001010 | 1000110 | 10000 | 101100100 | 1000010 | 110101 |
Color Harmonies of #D63741
Complementary color
Monochromatic Colors of #D63741
Black with #D63741
Text Example
Text Example
White with #D63741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D63741; }
p { color: rgb(214,55,65); }
H1.HeaderClassName
{
color: #D63741;
}
.AnyTagClassName
{
color: #D63741;
}
</style>
background-color css
<style>
a { background-color: #D63741; }
a { background-color: rgb(214,55,65); }
div.DivClassName
{
background-color: #D63741;
}
.BgClassName
{
background-color: #D63741;
}
</style>
border-color css
<style>
span { border-color: #D63741; }
span { border-color: rgb(214,55,65); }
td.TdClassName
{
border-color: #D63741;
}
.TagClassName
{
border-color: #D63741;
}
</style>