Shades of Scarlet Gum #4D055D
Tints of Scarlet Gum #4D055D
RGB
CMYK
RGB Variations
Color information
#4D055D (or 0x4D055D) is known color: Scarlet Gum. HEX triplet: 4D, 05 and 5D. RGB value is (77,5,93). Sum of RGB (Red+Green+Blue) = 77+5+93=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D055D is #B2FAA2. Grayscale: #242424. Windows color (decimal): -11729571 or 6096205. OLE color: 6096205.
HSL color Cylindrical-coordinate representation of color #4D055D: hue angle of 289.09º 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 #4D055D is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 5 | 93 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.64 |
| HSL | 289.09º | 0.9% | 0.19% | - |
| HSV(B) | 289.09º | 0.95% | 0.36% | - |
| XYZ | 5.09 | 2.48 | 10.57 | - |
| YUV | 36.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 93 | 0.17 | 0.95 | 0 | 0.64 | 289.09 | 0.9 | 0.19 |
| Hex | 4D | 5 | 5D | 11 | 5F | 0 | 40 | 121 | 5A | 13 |
| Octal | 115 | 5 | 135 | 21 | 137 | 0 | 100 | 441 | 132 | 23 |
| Binary | 1001101 | 101 | 1011101 | 10001 | 1011111 | 0 | 1000000 | 100100001 | 1011010 | 10011 |
Color Harmonies of #4D055D
Complementary color
Monochromatic Colors of #4D055D
Black with #4D055D
Text Example
Text Example
White with #4D055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D055D; }
p { color: rgb(77,5,93); }
H1.HeaderClassName
{
color: #4D055D;
}
.AnyTagClassName
{
color: #4D055D;
}
</style>
background-color css
<style>
a { background-color: #4D055D; }
a { background-color: rgb(77,5,93); }
div.DivClassName
{
background-color: #4D055D;
}
.BgClassName
{
background-color: #4D055D;
}
</style>
border-color css
<style>
span { border-color: #4D055D; }
span { border-color: rgb(77,5,93); }
td.TdClassName
{
border-color: #4D055D;
}
.TagClassName
{
border-color: #4D055D;
}
</style>