Shades of Scarlet Gum #4E345A
Tints of Scarlet Gum #4E345A
RGB
CMYK
RGB Variations
Color information
#4E345A (or 0x4E345A) is known color: Scarlet Gum. HEX triplet: 4E, 34 and 5A. RGB value is (78,52,90). Sum of RGB (Red+Green+Blue) = 78+52+90=220 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.45% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E345A is #B1CBA5. Grayscale: #3F3F3F. Windows color (decimal): -11652006 or 5911630. OLE color: 5911630.
HSL color Cylindrical-coordinate representation of color #4E345A: hue angle of 281.05º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E345A is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 52 | 90 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.65 |
| HSL | 281.05º | 0.27% | 0.28% | - |
| HSV(B) | 281.05º | 0.42% | 0.35% | - |
| XYZ | 6.22 | 4.81 | 10.27 | - |
| YUV | 64.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 52 | 90 | 0.13 | 0.42 | 0 | 0.65 | 281.05 | 0.27 | 0.28 |
| Hex | 4E | 34 | 5A | D | 2A | 0 | 41 | 119 | 1B | 1C |
| Octal | 116 | 64 | 132 | 15 | 52 | 0 | 101 | 431 | 33 | 34 |
| Binary | 1001110 | 110100 | 1011010 | 1101 | 101010 | 0 | 1000001 | 100011001 | 11011 | 11100 |
Color Harmonies of #4E345A
Complementary color
Monochromatic Colors of #4E345A
Black with #4E345A
Text Example
Text Example
White with #4E345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E345A; }
p { color: rgb(78,52,90); }
H1.HeaderClassName
{
color: #4E345A;
}
.AnyTagClassName
{
color: #4E345A;
}
</style>
background-color css
<style>
a { background-color: #4E345A; }
a { background-color: rgb(78,52,90); }
div.DivClassName
{
background-color: #4E345A;
}
.BgClassName
{
background-color: #4E345A;
}
</style>
border-color css
<style>
span { border-color: #4E345A; }
span { border-color: rgb(78,52,90); }
td.TdClassName
{
border-color: #4E345A;
}
.TagClassName
{
border-color: #4E345A;
}
</style>