Shades of Scarlet Gum #4C1E5D
Tints of Scarlet Gum #4C1E5D
RGB
CMYK
RGB Variations
Color information
#4C1E5D (or 0x4C1E5D) is known color: Scarlet Gum. HEX triplet: 4C, 1E and 5D. RGB value is (76,30,93). Sum of RGB (Red+Green+Blue) = 76+30+93=199 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.19% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C1E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1E5D is #B3E1A2. Grayscale: #323232. Windows color (decimal): -11788707 or 6102604. OLE color: 6102604.
HSL color Cylindrical-coordinate representation of color #4C1E5D: hue angle of 283.81º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C1E5D is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 30 | 93 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.64 |
| HSL | 283.81º | 0.51% | 0.24% | - |
| HSV(B) | 283.81º | 0.68% | 0.36% | - |
| XYZ | 5.42 | 3.26 | 10.7 | - |
| YUV | 50.94 | 151.74 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 30 | 93 | 0.18 | 0.68 | 0 | 0.64 | 283.81 | 0.51 | 0.24 |
| Hex | 4C | 1E | 5D | 12 | 44 | 0 | 40 | 11C | 33 | 18 |
| Octal | 114 | 36 | 135 | 22 | 104 | 0 | 100 | 434 | 63 | 30 |
| Binary | 1001100 | 11110 | 1011101 | 10010 | 1000100 | 0 | 1000000 | 100011100 | 110011 | 11000 |
Color Harmonies of #4C1E5D
Complementary color
Monochromatic Colors of #4C1E5D
Black with #4C1E5D
Text Example
Text Example
White with #4C1E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1E5D; }
p { color: rgb(76,30,93); }
H1.HeaderClassName
{
color: #4C1E5D;
}
.AnyTagClassName
{
color: #4C1E5D;
}
</style>
background-color css
<style>
a { background-color: #4C1E5D; }
a { background-color: rgb(76,30,93); }
div.DivClassName
{
background-color: #4C1E5D;
}
.BgClassName
{
background-color: #4C1E5D;
}
</style>
border-color css
<style>
span { border-color: #4C1E5D; }
span { border-color: rgb(76,30,93); }
td.TdClassName
{
border-color: #4C1E5D;
}
.TagClassName
{
border-color: #4C1E5D;
}
</style>