Shades of Scarlet Gum #4C2E5D
Tints of Scarlet Gum #4C2E5D
RGB
CMYK
RGB Variations
Color information
#4C2E5D (or 0x4C2E5D) is known color: Scarlet Gum. HEX triplet: 4C, 2E and 5D. RGB value is (76,46,93). Sum of RGB (Red+Green+Blue) = 76+46+93=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C2E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2E5D is #B3D1A2. Grayscale: #3C3C3C. Windows color (decimal): -11784611 or 6106700. OLE color: 6106700.
HSL color Cylindrical-coordinate representation of color #4C2E5D: hue angle of 278.3º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C2E5D is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 46 | 93 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.64 |
| HSL | 278.3º | 0.34% | 0.27% | - |
| HSV(B) | 278.3º | 0.51% | 0.36% | - |
| XYZ | 5.93 | 4.28 | 10.87 | - |
| YUV | 60.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 46 | 93 | 0.18 | 0.51 | 0 | 0.64 | 278.3 | 0.34 | 0.27 |
| Hex | 4C | 2E | 5D | 12 | 33 | 0 | 40 | 116 | 22 | 1B |
| Octal | 114 | 56 | 135 | 22 | 63 | 0 | 100 | 426 | 42 | 33 |
| Binary | 1001100 | 101110 | 1011101 | 10010 | 110011 | 0 | 1000000 | 100010110 | 100010 | 11011 |
Color Harmonies of #4C2E5D
Complementary color
Monochromatic Colors of #4C2E5D
Black with #4C2E5D
Text Example
Text Example
White with #4C2E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2E5D; }
p { color: rgb(76,46,93); }
H1.HeaderClassName
{
color: #4C2E5D;
}
.AnyTagClassName
{
color: #4C2E5D;
}
</style>
background-color css
<style>
a { background-color: #4C2E5D; }
a { background-color: rgb(76,46,93); }
div.DivClassName
{
background-color: #4C2E5D;
}
.BgClassName
{
background-color: #4C2E5D;
}
</style>
border-color css
<style>
span { border-color: #4C2E5D; }
span { border-color: rgb(76,46,93); }
td.TdClassName
{
border-color: #4C2E5D;
}
.TagClassName
{
border-color: #4C2E5D;
}
</style>