Shades of Scarlet Gum #4C055D
Tints of Scarlet Gum #4C055D
RGB
CMYK
RGB Variations
Color information
#4C055D (or 0x4C055D) is known color: Scarlet Gum. HEX triplet: 4C, 05 and 5D. RGB value is (76,5,93). Sum of RGB (Red+Green+Blue) = 76+5+93=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C055D is #B3FAA2. Grayscale: #232323. Windows color (decimal): -11795107 or 6096204. OLE color: 6096204.
HSL color Cylindrical-coordinate representation of color #4C055D: hue angle of 288.41º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C055D is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 5 | 93 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.64 |
| HSL | 288.41º | 0.9% | 0.19% | - |
| HSV(B) | 288.41º | 0.95% | 0.36% | - |
| XYZ | 5.01 | 2.44 | 10.56 | - |
| YUV | 36.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 93 | 0.18 | 0.95 | 0 | 0.64 | 288.41 | 0.9 | 0.19 |
| Hex | 4C | 5 | 5D | 12 | 5F | 0 | 40 | 120 | 5A | 13 |
| Octal | 114 | 5 | 135 | 22 | 137 | 0 | 100 | 440 | 132 | 23 |
| Binary | 1001100 | 101 | 1011101 | 10010 | 1011111 | 0 | 1000000 | 100100000 | 1011010 | 10011 |
Color Harmonies of #4C055D
Complementary color
Monochromatic Colors of #4C055D
Black with #4C055D
Text Example
Text Example
White with #4C055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C055D; }
p { color: rgb(76,5,93); }
H1.HeaderClassName
{
color: #4C055D;
}
.AnyTagClassName
{
color: #4C055D;
}
</style>
background-color css
<style>
a { background-color: #4C055D; }
a { background-color: rgb(76,5,93); }
div.DivClassName
{
background-color: #4C055D;
}
.BgClassName
{
background-color: #4C055D;
}
</style>
border-color css
<style>
span { border-color: #4C055D; }
span { border-color: rgb(76,5,93); }
td.TdClassName
{
border-color: #4C055D;
}
.TagClassName
{
border-color: #4C055D;
}
</style>