Shades of Scarlet Gum #4D115D
Tints of Scarlet Gum #4D115D
RGB
CMYK
RGB Variations
Color information
#4D115D (or 0x4D115D) is known color: Scarlet Gum. HEX triplet: 4D, 11 and 5D. RGB value is (77,17,93). Sum of RGB (Red+Green+Blue) = 77+17+93=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D115D is #B2EEA2. Grayscale: #2B2B2B. Windows color (decimal): -11726499 or 6099277. OLE color: 6099277.
HSL color Cylindrical-coordinate representation of color #4D115D: hue angle of 287.37º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D115D is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 17 | 93 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.64 |
| HSL | 287.37º | 0.69% | 0.22% | - |
| HSV(B) | 287.37º | 0.82% | 0.36% | - |
| XYZ | 5.24 | 2.77 | 10.61 | - |
| YUV | 43.6 | 155.88 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 93 | 0.17 | 0.82 | 0 | 0.64 | 287.37 | 0.69 | 0.22 |
| Hex | 4D | 11 | 5D | 11 | 52 | 0 | 40 | 11F | 45 | 16 |
| Octal | 115 | 21 | 135 | 21 | 122 | 0 | 100 | 437 | 105 | 26 |
| Binary | 1001101 | 10001 | 1011101 | 10001 | 1010010 | 0 | 1000000 | 100011111 | 1000101 | 10110 |
Color Harmonies of #4D115D
Complementary color
Monochromatic Colors of #4D115D
Black with #4D115D
Text Example
Text Example
White with #4D115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D115D; }
p { color: rgb(77,17,93); }
H1.HeaderClassName
{
color: #4D115D;
}
.AnyTagClassName
{
color: #4D115D;
}
</style>
background-color css
<style>
a { background-color: #4D115D; }
a { background-color: rgb(77,17,93); }
div.DivClassName
{
background-color: #4D115D;
}
.BgClassName
{
background-color: #4D115D;
}
</style>
border-color css
<style>
span { border-color: #4D115D; }
span { border-color: rgb(77,17,93); }
td.TdClassName
{
border-color: #4D115D;
}
.TagClassName
{
border-color: #4D115D;
}
</style>