Shades of Scarlet Gum #4C2557
Tints of Scarlet Gum #4C2557
RGB
CMYK
RGB Variations
Color information
#4C2557 (or 0x4C2557) is known color: Scarlet Gum. HEX triplet: 4C, 25 and 57. RGB value is (76,37,87). Sum of RGB (Red+Green+Blue) = 76+37+87=200 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C2557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2557 is #B3DAA8. Grayscale: #363636. Windows color (decimal): -11786921 or 5711180. OLE color: 5711180.
HSL color Cylindrical-coordinate representation of color #4C2557: hue angle of 286.8º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C2557 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 37 | 87 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.66 |
| HSL | 286.8º | 0.4% | 0.24% | - |
| HSV(B) | 286.8º | 0.57% | 0.34% | - |
| XYZ | 5.36 | 3.55 | 9.42 | - |
| YUV | 54.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 87 | 0.13 | 0.57 | 0 | 0.66 | 286.8 | 0.4 | 0.24 |
| Hex | 4C | 25 | 57 | D | 39 | 0 | 42 | 11F | 28 | 18 |
| Octal | 114 | 45 | 127 | 15 | 71 | 0 | 102 | 437 | 50 | 30 |
| Binary | 1001100 | 100101 | 1010111 | 1101 | 111001 | 0 | 1000010 | 100011111 | 101000 | 11000 |
Color Harmonies of #4C2557
Complementary color
Monochromatic Colors of #4C2557
Black with #4C2557
Text Example
Text Example
White with #4C2557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2557; }
p { color: rgb(76,37,87); }
H1.HeaderClassName
{
color: #4C2557;
}
.AnyTagClassName
{
color: #4C2557;
}
</style>
background-color css
<style>
a { background-color: #4C2557; }
a { background-color: rgb(76,37,87); }
div.DivClassName
{
background-color: #4C2557;
}
.BgClassName
{
background-color: #4C2557;
}
</style>
border-color css
<style>
span { border-color: #4C2557; }
span { border-color: rgb(76,37,87); }
td.TdClassName
{
border-color: #4C2557;
}
.TagClassName
{
border-color: #4C2557;
}
</style>