Shades of Scarlet Gum #4D105D
Tints of Scarlet Gum #4D105D
RGB
CMYK
RGB Variations
Color information
#4D105D (or 0x4D105D) is known color: Scarlet Gum. HEX triplet: 4D, 10 and 5D. RGB value is (77,16,93). Sum of RGB (Red+Green+Blue) = 77+16+93=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #4D105D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D105D is #B2EFA2. Grayscale: #2A2A2A. Windows color (decimal): -11726755 or 6099021. OLE color: 6099021.
HSL color Cylindrical-coordinate representation of color #4D105D: hue angle of 287.53º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D105D is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 16 | 93 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.64 |
| HSL | 287.53º | 0.71% | 0.21% | - |
| HSV(B) | 287.53º | 0.83% | 0.36% | - |
| XYZ | 5.22 | 2.74 | 10.61 | - |
| YUV | 43.02 | 156.21 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 93 | 0.17 | 0.83 | 0 | 0.64 | 287.53 | 0.71 | 0.21 |
| Hex | 4D | 10 | 5D | 11 | 53 | 0 | 40 | 120 | 47 | 15 |
| Octal | 115 | 20 | 135 | 21 | 123 | 0 | 100 | 440 | 107 | 25 |
| Binary | 1001101 | 10000 | 1011101 | 10001 | 1010011 | 0 | 1000000 | 100100000 | 1000111 | 10101 |
Color Harmonies of #4D105D
Complementary color
Monochromatic Colors of #4D105D
Black with #4D105D
Text Example
Text Example
White with #4D105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D105D; }
p { color: rgb(77,16,93); }
H1.HeaderClassName
{
color: #4D105D;
}
.AnyTagClassName
{
color: #4D105D;
}
</style>
background-color css
<style>
a { background-color: #4D105D; }
a { background-color: rgb(77,16,93); }
div.DivClassName
{
background-color: #4D105D;
}
.BgClassName
{
background-color: #4D105D;
}
</style>
border-color css
<style>
span { border-color: #4D105D; }
span { border-color: rgb(77,16,93); }
td.TdClassName
{
border-color: #4D105D;
}
.TagClassName
{
border-color: #4D105D;
}
</style>