Shades of Scarlet Gum #4C185A
Tints of Scarlet Gum #4C185A
RGB
CMYK
RGB Variations
Color information
#4C185A (or 0x4C185A) is known color: Scarlet Gum. HEX triplet: 4C, 18 and 5A. RGB value is (76,24,90). Sum of RGB (Red+Green+Blue) = 76+24+90=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 90 (35.55% from 255 or 47.37% from 190); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C185A is #B3E7A5. Grayscale: #2E2E2E. Windows color (decimal): -11790246 or 5904460. OLE color: 5904460.
HSL color Cylindrical-coordinate representation of color #4C185A: hue angle of 287.27º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C185A is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 24 | 90 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.65 |
| HSL | 287.27º | 0.58% | 0.22% | - |
| HSV(B) | 287.27º | 0.73% | 0.35% | - |
| XYZ | 5.15 | 2.93 | 9.97 | - |
| YUV | 47.07 | 152.23 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 90 | 0.16 | 0.73 | 0 | 0.65 | 287.27 | 0.58 | 0.22 |
| Hex | 4C | 18 | 5A | 10 | 49 | 0 | 41 | 11F | 3A | 16 |
| Octal | 114 | 30 | 132 | 20 | 111 | 0 | 101 | 437 | 72 | 26 |
| Binary | 1001100 | 11000 | 1011010 | 10000 | 1001001 | 0 | 1000001 | 100011111 | 111010 | 10110 |
Color Harmonies of #4C185A
Complementary color
Monochromatic Colors of #4C185A
Black with #4C185A
Text Example
Text Example
White with #4C185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C185A; }
p { color: rgb(76,24,90); }
H1.HeaderClassName
{
color: #4C185A;
}
.AnyTagClassName
{
color: #4C185A;
}
</style>
background-color css
<style>
a { background-color: #4C185A; }
a { background-color: rgb(76,24,90); }
div.DivClassName
{
background-color: #4C185A;
}
.BgClassName
{
background-color: #4C185A;
}
</style>
border-color css
<style>
span { border-color: #4C185A; }
span { border-color: rgb(76,24,90); }
td.TdClassName
{
border-color: #4C185A;
}
.TagClassName
{
border-color: #4C185A;
}
</style>