Shades of Scarlet Gum #4E235A
Tints of Scarlet Gum #4E235A
RGB
CMYK
RGB Variations
Color information
#4E235A (or 0x4E235A) is known color: Scarlet Gum. HEX triplet: 4E, 23 and 5A. RGB value is (78,35,90). Sum of RGB (Red+Green+Blue) = 78+35+90=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E235A is #B1DCA5. Grayscale: #353535. Windows color (decimal): -11656358 or 5907278. OLE color: 5907278.
HSL color Cylindrical-coordinate representation of color #4E235A: hue angle of 286.91º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4E235A is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 35 | 90 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.65 |
| HSL | 286.91º | 0.44% | 0.25% | - |
| HSV(B) | 286.91º | 0.61% | 0.35% | - |
| XYZ | 5.59 | 3.56 | 10.07 | - |
| YUV | 54.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 35 | 90 | 0.13 | 0.61 | 0 | 0.65 | 286.91 | 0.44 | 0.25 |
| Hex | 4E | 23 | 5A | D | 3D | 0 | 41 | 11F | 2C | 19 |
| Octal | 116 | 43 | 132 | 15 | 75 | 0 | 101 | 437 | 54 | 31 |
| Binary | 1001110 | 100011 | 1011010 | 1101 | 111101 | 0 | 1000001 | 100011111 | 101100 | 11001 |
Color Harmonies of #4E235A
Complementary color
Monochromatic Colors of #4E235A
Black with #4E235A
Text Example
Text Example
White with #4E235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E235A; }
p { color: rgb(78,35,90); }
H1.HeaderClassName
{
color: #4E235A;
}
.AnyTagClassName
{
color: #4E235A;
}
</style>
background-color css
<style>
a { background-color: #4E235A; }
a { background-color: rgb(78,35,90); }
div.DivClassName
{
background-color: #4E235A;
}
.BgClassName
{
background-color: #4E235A;
}
</style>
border-color css
<style>
span { border-color: #4E235A; }
span { border-color: rgb(78,35,90); }
td.TdClassName
{
border-color: #4E235A;
}
.TagClassName
{
border-color: #4E235A;
}
</style>