Shades of Scarlet Gum #4E2B59
Tints of Scarlet Gum #4E2B59
RGB
CMYK
RGB Variations
Color information
#4E2B59 (or 0x4E2B59) is known color: Scarlet Gum. HEX triplet: 4E, 2B and 59. RGB value is (78,43,89). Sum of RGB (Red+Green+Blue) = 78+43+89=210 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.14% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E2B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2B59 is #B1D4A6. Grayscale: #3A3A3A. Windows color (decimal): -11654311 or 5843790. OLE color: 5843790.
HSL color Cylindrical-coordinate representation of color #4E2B59: hue angle of 285.65º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E2B59 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 43 | 89 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.65 |
| HSL | 285.65º | 0.35% | 0.26% | - |
| HSV(B) | 285.65º | 0.52% | 0.35% | - |
| XYZ | 5.81 | 4.07 | 9.93 | - |
| YUV | 58.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 43 | 89 | 0.12 | 0.52 | 0 | 0.65 | 285.65 | 0.35 | 0.26 |
| Hex | 4E | 2B | 59 | C | 34 | 0 | 41 | 11E | 23 | 1A |
| Octal | 116 | 53 | 131 | 14 | 64 | 0 | 101 | 436 | 43 | 32 |
| Binary | 1001110 | 101011 | 1011001 | 1100 | 110100 | 0 | 1000001 | 100011110 | 100011 | 11010 |
Color Harmonies of #4E2B59
Complementary color
Monochromatic Colors of #4E2B59
Black with #4E2B59
Text Example
Text Example
White with #4E2B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2B59; }
p { color: rgb(78,43,89); }
H1.HeaderClassName
{
color: #4E2B59;
}
.AnyTagClassName
{
color: #4E2B59;
}
</style>
background-color css
<style>
a { background-color: #4E2B59; }
a { background-color: rgb(78,43,89); }
div.DivClassName
{
background-color: #4E2B59;
}
.BgClassName
{
background-color: #4E2B59;
}
</style>
border-color css
<style>
span { border-color: #4E2B59; }
span { border-color: rgb(78,43,89); }
td.TdClassName
{
border-color: #4E2B59;
}
.TagClassName
{
border-color: #4E2B59;
}
</style>