Shades of Scarlet Gum #4E355D
Tints of Scarlet Gum #4E355D
RGB
CMYK
RGB Variations
Color information
#4E355D (or 0x4E355D) is known color: Scarlet Gum. HEX triplet: 4E, 35 and 5D. RGB value is (78,53,93). Sum of RGB (Red+Green+Blue) = 78+53+93=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #4E355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E355D is #B1CAA2. Grayscale: #404040. Windows color (decimal): -11651747 or 6108494. OLE color: 6108494.
HSL color Cylindrical-coordinate representation of color #4E355D: hue angle of 277.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E355D is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 53 | 93 | - |
| CMYK | 0.16 | 0.43 | 0 | 0.64 |
| HSL | 277.5º | 0.27% | 0.29% | - |
| HSV(B) | 277.5º | 0.43% | 0.36% | - |
| XYZ | 6.39 | 4.96 | 10.98 | - |
| YUV | 65.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 53 | 93 | 0.16 | 0.43 | 0 | 0.64 | 277.5 | 0.27 | 0.29 |
| Hex | 4E | 35 | 5D | 10 | 2B | 0 | 40 | 116 | 1B | 1D |
| Octal | 116 | 65 | 135 | 20 | 53 | 0 | 100 | 426 | 33 | 35 |
| Binary | 1001110 | 110101 | 1011101 | 10000 | 101011 | 0 | 1000000 | 100010110 | 11011 | 11101 |
Color Harmonies of #4E355D
Complementary color
Monochromatic Colors of #4E355D
Black with #4E355D
Text Example
Text Example
White with #4E355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E355D; }
p { color: rgb(78,53,93); }
H1.HeaderClassName
{
color: #4E355D;
}
.AnyTagClassName
{
color: #4E355D;
}
</style>
background-color css
<style>
a { background-color: #4E355D; }
a { background-color: rgb(78,53,93); }
div.DivClassName
{
background-color: #4E355D;
}
.BgClassName
{
background-color: #4E355D;
}
</style>
border-color css
<style>
span { border-color: #4E355D; }
span { border-color: rgb(78,53,93); }
td.TdClassName
{
border-color: #4E355D;
}
.TagClassName
{
border-color: #4E355D;
}
</style>