Shades of Scarlet Gum #4E245A
Tints of Scarlet Gum #4E245A
RGB
CMYK
RGB Variations
Color information
#4E245A (or 0x4E245A) is known color: Scarlet Gum. HEX triplet: 4E, 24 and 5A. RGB value is (78,36,90). Sum of RGB (Red+Green+Blue) = 78+36+90=204 (27% of max value = 765). Red value is 78 (30.86% from 255 or 38.24% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E245A is #B1DBA5. Grayscale: #363636. Windows color (decimal): -11656102 or 5907534. OLE color: 5907534.
HSL color Cylindrical-coordinate representation of color #4E245A: hue angle of 286.67º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4E245A is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 36 | 90 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.65 |
| HSL | 286.67º | 0.43% | 0.25% | - |
| HSV(B) | 286.67º | 0.6% | 0.35% | - |
| XYZ | 5.62 | 3.62 | 10.08 | - |
| YUV | 54.71 | 147.91 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 36 | 90 | 0.13 | 0.60 | 0 | 0.65 | 286.67 | 0.43 | 0.25 |
| Hex | 4E | 24 | 5A | D | 3C | 0 | 41 | 11F | 2B | 19 |
| Octal | 116 | 44 | 132 | 15 | 74 | 0 | 101 | 437 | 53 | 31 |
| Binary | 1001110 | 100100 | 1011010 | 1101 | 111100 | 0 | 1000001 | 100011111 | 101011 | 11001 |
Color Harmonies of #4E245A
Complementary color
Monochromatic Colors of #4E245A
Black with #4E245A
Text Example
Text Example
White with #4E245A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E245A; }
p { color: rgb(78,36,90); }
H1.HeaderClassName
{
color: #4E245A;
}
.AnyTagClassName
{
color: #4E245A;
}
</style>
background-color css
<style>
a { background-color: #4E245A; }
a { background-color: rgb(78,36,90); }
div.DivClassName
{
background-color: #4E245A;
}
.BgClassName
{
background-color: #4E245A;
}
</style>
border-color css
<style>
span { border-color: #4E245A; }
span { border-color: rgb(78,36,90); }
td.TdClassName
{
border-color: #4E245A;
}
.TagClassName
{
border-color: #4E245A;
}
</style>