Shades of Scarlet Gum #4C225D
Tints of Scarlet Gum #4C225D
RGB
CMYK
RGB Variations
Color information
#4C225D (or 0x4C225D) is known color: Scarlet Gum. HEX triplet: 4C, 22 and 5D. RGB value is (76,34,93). Sum of RGB (Red+Green+Blue) = 76+34+93=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C225D is #B3DDA2. Grayscale: #353535. Windows color (decimal): -11787683 or 6103628. OLE color: 6103628.
HSL color Cylindrical-coordinate representation of color #4C225D: hue angle of 282.71º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C225D is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 34 | 93 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.64 |
| HSL | 282.71º | 0.46% | 0.25% | - |
| HSV(B) | 282.71º | 0.63% | 0.36% | - |
| XYZ | 5.53 | 3.47 | 10.73 | - |
| YUV | 53.28 | 150.41 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 34 | 93 | 0.18 | 0.63 | 0 | 0.64 | 282.71 | 0.46 | 0.25 |
| Hex | 4C | 22 | 5D | 12 | 3F | 0 | 40 | 11B | 2E | 19 |
| Octal | 114 | 42 | 135 | 22 | 77 | 0 | 100 | 433 | 56 | 31 |
| Binary | 1001100 | 100010 | 1011101 | 10010 | 111111 | 0 | 1000000 | 100011011 | 101110 | 11001 |
Color Harmonies of #4C225D
Complementary color
Monochromatic Colors of #4C225D
Black with #4C225D
Text Example
Text Example
White with #4C225D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C225D; }
p { color: rgb(76,34,93); }
H1.HeaderClassName
{
color: #4C225D;
}
.AnyTagClassName
{
color: #4C225D;
}
</style>
background-color css
<style>
a { background-color: #4C225D; }
a { background-color: rgb(76,34,93); }
div.DivClassName
{
background-color: #4C225D;
}
.BgClassName
{
background-color: #4C225D;
}
</style>
border-color css
<style>
span { border-color: #4C225D; }
span { border-color: rgb(76,34,93); }
td.TdClassName
{
border-color: #4C225D;
}
.TagClassName
{
border-color: #4C225D;
}
</style>