Shades of Scarlet Gum #4C2C58
Tints of Scarlet Gum #4C2C58
RGB
CMYK
RGB Variations
Color information
#4C2C58 (or 0x4C2C58) is known color: Scarlet Gum. HEX triplet: 4C, 2C and 58. RGB value is (76,44,88). Sum of RGB (Red+Green+Blue) = 76+44+88=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C2C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2C58 is #B3D3A7. Grayscale: #3A3A3A. Windows color (decimal): -11785128 or 5778508. OLE color: 5778508.
HSL color Cylindrical-coordinate representation of color #4C2C58: hue angle of 283.64º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C2C58 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 44 | 88 | - |
| CMYK | 0.14 | 0.5 | 0 | 0.65 |
| HSL | 283.64º | 0.33% | 0.26% | - |
| HSV(B) | 283.64º | 0.5% | 0.35% | - |
| XYZ | 5.64 | 4.04 | 9.72 | - |
| YUV | 58.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 44 | 88 | 0.14 | 0.5 | 0 | 0.65 | 283.64 | 0.33 | 0.26 |
| Hex | 4C | 2C | 58 | E | 32 | 0 | 41 | 11C | 21 | 1A |
| Octal | 114 | 54 | 130 | 16 | 62 | 0 | 101 | 434 | 41 | 32 |
| Binary | 1001100 | 101100 | 1011000 | 1110 | 110010 | 0 | 1000001 | 100011100 | 100001 | 11010 |
Color Harmonies of #4C2C58
Complementary color
Monochromatic Colors of #4C2C58
Black with #4C2C58
Text Example
Text Example
White with #4C2C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2C58; }
p { color: rgb(76,44,88); }
H1.HeaderClassName
{
color: #4C2C58;
}
.AnyTagClassName
{
color: #4C2C58;
}
</style>
background-color css
<style>
a { background-color: #4C2C58; }
a { background-color: rgb(76,44,88); }
div.DivClassName
{
background-color: #4C2C58;
}
.BgClassName
{
background-color: #4C2C58;
}
</style>
border-color css
<style>
span { border-color: #4C2C58; }
span { border-color: rgb(76,44,88); }
td.TdClassName
{
border-color: #4C2C58;
}
.TagClassName
{
border-color: #4C2C58;
}
</style>