Shades of Scarlet Gum #4D055C
Tints of Scarlet Gum #4D055C
RGB
CMYK
RGB Variations
Color information
#4D055C (or 0x4D055C) is known color: Scarlet Gum. HEX triplet: 4D, 05 and 5C. RGB value is (77,5,92). Sum of RGB (Red+Green+Blue) = 77+5+92=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 92 (36.33% from 255 or 52.87% from 174); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D055C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D055C is #B2FAA3. Grayscale: #242424. Windows color (decimal): -11729572 or 6030669. OLE color: 6030669.
HSL color Cylindrical-coordinate representation of color #4D055C: hue angle of 289.66º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D055C is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 5 | 92 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.64 |
| HSL | 289.66º | 0.9% | 0.19% | - |
| HSV(B) | 289.66º | 0.95% | 0.36% | - |
| XYZ | 5.05 | 2.46 | 10.33 | - |
| YUV | 36.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 92 | 0.16 | 0.95 | 0 | 0.64 | 289.66 | 0.9 | 0.19 |
| Hex | 4D | 5 | 5C | 10 | 5F | 0 | 40 | 122 | 5A | 13 |
| Octal | 115 | 5 | 134 | 20 | 137 | 0 | 100 | 442 | 132 | 23 |
| Binary | 1001101 | 101 | 1011100 | 10000 | 1011111 | 0 | 1000000 | 100100010 | 1011010 | 10011 |
Color Harmonies of #4D055C
Complementary color
Monochromatic Colors of #4D055C
Black with #4D055C
Text Example
Text Example
White with #4D055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D055C; }
p { color: rgb(77,5,92); }
H1.HeaderClassName
{
color: #4D055C;
}
.AnyTagClassName
{
color: #4D055C;
}
</style>
background-color css
<style>
a { background-color: #4D055C; }
a { background-color: rgb(77,5,92); }
div.DivClassName
{
background-color: #4D055C;
}
.BgClassName
{
background-color: #4D055C;
}
</style>
border-color css
<style>
span { border-color: #4D055C; }
span { border-color: rgb(77,5,92); }
td.TdClassName
{
border-color: #4D055C;
}
.TagClassName
{
border-color: #4D055C;
}
</style>