Shades of Scarlet Gum #4C3155
Tints of Scarlet Gum #4C3155
RGB
CMYK
RGB Variations
Color information
#4C3155 (or 0x4C3155) is known color: Scarlet Gum. HEX triplet: 4C, 31 and 55. RGB value is (76,49,85). Sum of RGB (Red+Green+Blue) = 76+49+85=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C3155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3155 is #B3CEAA. Grayscale: #3D3D3D. Windows color (decimal): -11783851 or 5583180. OLE color: 5583180.
HSL color Cylindrical-coordinate representation of color #4C3155: hue angle of 285º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4C3155 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 49 | 85 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.67 |
| HSL | 285º | 0.27% | 0.26% | - |
| HSV(B) | 285º | 0.42% | 0.33% | - |
| XYZ | 5.72 | 4.39 | 9.14 | - |
| YUV | 61.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 49 | 85 | 0.11 | 0.42 | 0 | 0.67 | 285 | 0.27 | 0.26 |
| Hex | 4C | 31 | 55 | B | 2A | 0 | 43 | 11D | 1B | 1A |
| Octal | 114 | 61 | 125 | 13 | 52 | 0 | 103 | 435 | 33 | 32 |
| Binary | 1001100 | 110001 | 1010101 | 1011 | 101010 | 0 | 1000011 | 100011101 | 11011 | 11010 |
Color Harmonies of #4C3155
Complementary color
Monochromatic Colors of #4C3155
Black with #4C3155
Text Example
Text Example
White with #4C3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3155; }
p { color: rgb(76,49,85); }
H1.HeaderClassName
{
color: #4C3155;
}
.AnyTagClassName
{
color: #4C3155;
}
</style>
background-color css
<style>
a { background-color: #4C3155; }
a { background-color: rgb(76,49,85); }
div.DivClassName
{
background-color: #4C3155;
}
.BgClassName
{
background-color: #4C3155;
}
</style>
border-color css
<style>
span { border-color: #4C3155; }
span { border-color: rgb(76,49,85); }
td.TdClassName
{
border-color: #4C3155;
}
.TagClassName
{
border-color: #4C3155;
}
</style>