Shades of Scarlet Gum #4C3955
Tints of Scarlet Gum #4C3955
RGB
CMYK
RGB Variations
Color information
#4C3955 (or 0x4C3955) is known color: Scarlet Gum. HEX triplet: 4C, 39 and 55. RGB value is (76,57,85). Sum of RGB (Red+Green+Blue) = 76+57+85=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 85 - color contains mainly: blue. Hex color #4C3955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3955 is #B3C6AA. Grayscale: #414141. Windows color (decimal): -11781803 or 5585228. OLE color: 5585228.
HSL color Cylindrical-coordinate representation of color #4C3955: hue angle of 280.71º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C3955 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 57 | 85 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.67 |
| HSL | 280.71º | 0.2% | 0.28% | - |
| HSV(B) | 280.71º | 0.33% | 0.33% | - |
| XYZ | 6.08 | 5.12 | 9.26 | - |
| YUV | 65.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 57 | 85 | 0.11 | 0.33 | 0 | 0.67 | 280.71 | 0.2 | 0.28 |
| Hex | 4C | 39 | 55 | B | 21 | 0 | 43 | 119 | 14 | 1C |
| Octal | 114 | 71 | 125 | 13 | 41 | 0 | 103 | 431 | 24 | 34 |
| Binary | 1001100 | 111001 | 1010101 | 1011 | 100001 | 0 | 1000011 | 100011001 | 10100 | 11100 |
Color Harmonies of #4C3955
Complementary color
Monochromatic Colors of #4C3955
Black with #4C3955
Text Example
Text Example
White with #4C3955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3955; }
p { color: rgb(76,57,85); }
H1.HeaderClassName
{
color: #4C3955;
}
.AnyTagClassName
{
color: #4C3955;
}
</style>
background-color css
<style>
a { background-color: #4C3955; }
a { background-color: rgb(76,57,85); }
div.DivClassName
{
background-color: #4C3955;
}
.BgClassName
{
background-color: #4C3955;
}
</style>
border-color css
<style>
span { border-color: #4C3955; }
span { border-color: rgb(76,57,85); }
td.TdClassName
{
border-color: #4C3955;
}
.TagClassName
{
border-color: #4C3955;
}
</style>