Shades of Scarlet Gum #4C255A
Tints of Scarlet Gum #4C255A
RGB
CMYK
RGB Variations
Color information
#4C255A (or 0x4C255A) is known color: Scarlet Gum. HEX triplet: 4C, 25 and 5A. RGB value is (76,37,90). Sum of RGB (Red+Green+Blue) = 76+37+90=203 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.44% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C255A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C255A is #B3DAA5. Grayscale: #363636. Windows color (decimal): -11786918 or 5907788. OLE color: 5907788.
HSL color Cylindrical-coordinate representation of color #4C255A: hue angle of 284.15º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C255A is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 37 | 90 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.65 |
| HSL | 284.15º | 0.42% | 0.25% | - |
| HSV(B) | 284.15º | 0.59% | 0.35% | - |
| XYZ | 5.49 | 3.6 | 10.08 | - |
| YUV | 54.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 37 | 90 | 0.16 | 0.59 | 0 | 0.65 | 284.15 | 0.42 | 0.25 |
| Hex | 4C | 25 | 5A | 10 | 3B | 0 | 41 | 11C | 2A | 19 |
| Octal | 114 | 45 | 132 | 20 | 73 | 0 | 101 | 434 | 52 | 31 |
| Binary | 1001100 | 100101 | 1011010 | 10000 | 111011 | 0 | 1000001 | 100011100 | 101010 | 11001 |
Color Harmonies of #4C255A
Complementary color
Monochromatic Colors of #4C255A
Black with #4C255A
Text Example
Text Example
White with #4C255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C255A; }
p { color: rgb(76,37,90); }
H1.HeaderClassName
{
color: #4C255A;
}
.AnyTagClassName
{
color: #4C255A;
}
</style>
background-color css
<style>
a { background-color: #4C255A; }
a { background-color: rgb(76,37,90); }
div.DivClassName
{
background-color: #4C255A;
}
.BgClassName
{
background-color: #4C255A;
}
</style>
border-color css
<style>
span { border-color: #4C255A; }
span { border-color: rgb(76,37,90); }
td.TdClassName
{
border-color: #4C255A;
}
.TagClassName
{
border-color: #4C255A;
}
</style>