Shades of Scarlet Gum #4C2957
Tints of Scarlet Gum #4C2957
RGB
CMYK
RGB Variations
Color information
#4C2957 (or 0x4C2957) is known color: Scarlet Gum. HEX triplet: 4C, 29 and 57. RGB value is (76,41,87). Sum of RGB (Red+Green+Blue) = 76+41+87=204 (27% of max value = 765). Red value is 76 (30.08% from 255 or 37.25% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C2957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2957 is #B3D6A8. Grayscale: #383838. Windows color (decimal): -11785897 or 5712204. OLE color: 5712204.
HSL color Cylindrical-coordinate representation of color #4C2957: hue angle of 285.65º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C2957 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 41 | 87 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.66 |
| HSL | 285.65º | 0.36% | 0.25% | - |
| HSV(B) | 285.65º | 0.53% | 0.34% | - |
| XYZ | 5.49 | 3.81 | 9.46 | - |
| YUV | 56.71 | 145.1 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 87 | 0.13 | 0.53 | 0 | 0.66 | 285.65 | 0.36 | 0.25 |
| Hex | 4C | 29 | 57 | D | 35 | 0 | 42 | 11E | 24 | 19 |
| Octal | 114 | 51 | 127 | 15 | 65 | 0 | 102 | 436 | 44 | 31 |
| Binary | 1001100 | 101001 | 1010111 | 1101 | 110101 | 0 | 1000010 | 100011110 | 100100 | 11001 |
Color Harmonies of #4C2957
Complementary color
Monochromatic Colors of #4C2957
Black with #4C2957
Text Example
Text Example
White with #4C2957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2957; }
p { color: rgb(76,41,87); }
H1.HeaderClassName
{
color: #4C2957;
}
.AnyTagClassName
{
color: #4C2957;
}
</style>
background-color css
<style>
a { background-color: #4C2957; }
a { background-color: rgb(76,41,87); }
div.DivClassName
{
background-color: #4C2957;
}
.BgClassName
{
background-color: #4C2957;
}
</style>
border-color css
<style>
span { border-color: #4C2957; }
span { border-color: rgb(76,41,87); }
td.TdClassName
{
border-color: #4C2957;
}
.TagClassName
{
border-color: #4C2957;
}
</style>