Shades of Scarlet Gum #4E3959
Tints of Scarlet Gum #4E3959
RGB
CMYK
RGB Variations
Color information
#4E3959 (or 0x4E3959) is known color: Scarlet Gum. HEX triplet: 4E, 39 and 59. RGB value is (78,57,89). Sum of RGB (Red+Green+Blue) = 78+57+89=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 89 (35.16% from 255 or 39.73% from 224); Max value from RGB is 89 - color contains mainly: blue. Hex color #4E3959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3959 is #B1C6A6. Grayscale: #424242. Windows color (decimal): -11650727 or 5847374. OLE color: 5847374.
HSL color Cylindrical-coordinate representation of color #4E3959: hue angle of 279.38º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E3959 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 57 | 89 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.65 |
| HSL | 279.38º | 0.22% | 0.29% | - |
| HSV(B) | 279.38º | 0.36% | 0.35% | - |
| XYZ | 6.41 | 5.27 | 10.13 | - |
| YUV | 66.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 89 | 0.12 | 0.36 | 0 | 0.65 | 279.38 | 0.22 | 0.29 |
| Hex | 4E | 39 | 59 | C | 24 | 0 | 41 | 117 | 16 | 1D |
| Octal | 116 | 71 | 131 | 14 | 44 | 0 | 101 | 427 | 26 | 35 |
| Binary | 1001110 | 111001 | 1011001 | 1100 | 100100 | 0 | 1000001 | 100010111 | 10110 | 11101 |
Color Harmonies of #4E3959
Complementary color
Monochromatic Colors of #4E3959
Black with #4E3959
Text Example
Text Example
White with #4E3959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E3959; }
p { color: rgb(78,57,89); }
H1.HeaderClassName
{
color: #4E3959;
}
.AnyTagClassName
{
color: #4E3959;
}
</style>
background-color css
<style>
a { background-color: #4E3959; }
a { background-color: rgb(78,57,89); }
div.DivClassName
{
background-color: #4E3959;
}
.BgClassName
{
background-color: #4E3959;
}
</style>
border-color css
<style>
span { border-color: #4E3959; }
span { border-color: rgb(78,57,89); }
td.TdClassName
{
border-color: #4E3959;
}
.TagClassName
{
border-color: #4E3959;
}
</style>