Shades of Scarlet Gum #4D0C61
Tints of Scarlet Gum #4D0C61
RGB
CMYK
RGB Variations
Color information
#4D0C61 (or 0x4D0C61) is known color: Scarlet Gum. HEX triplet: 4D, 0C and 61. RGB value is (77,12,97). Sum of RGB (Red+Green+Blue) = 77+12+97=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D0C61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0C61 is #B2F39E. Grayscale: #282828. Windows color (decimal): -11727775 or 6360141. OLE color: 6360141.
HSL color Cylindrical-coordinate representation of color #4D0C61: hue angle of 285.88º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D0C61 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 12 | 97 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.62 |
| HSL | 285.88º | 0.78% | 0.21% | - |
| HSV(B) | 285.88º | 0.88% | 0.38% | - |
| XYZ | 5.35 | 2.7 | 11.55 | - |
| YUV | 41.13 | 159.53 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 12 | 97 | 0.21 | 0.88 | 0 | 0.62 | 285.88 | 0.78 | 0.21 |
| Hex | 4D | C | 61 | 15 | 58 | 0 | 3E | 11E | 4E | 15 |
| Octal | 115 | 14 | 141 | 25 | 130 | 0 | 76 | 436 | 116 | 25 |
| Binary | 1001101 | 1100 | 1100001 | 10101 | 1011000 | 0 | 111110 | 100011110 | 1001110 | 10101 |
Color Harmonies of #4D0C61
Complementary color
Monochromatic Colors of #4D0C61
Black with #4D0C61
Text Example
Text Example
White with #4D0C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0C61; }
p { color: rgb(77,12,97); }
H1.HeaderClassName
{
color: #4D0C61;
}
.AnyTagClassName
{
color: #4D0C61;
}
</style>
background-color css
<style>
a { background-color: #4D0C61; }
a { background-color: rgb(77,12,97); }
div.DivClassName
{
background-color: #4D0C61;
}
.BgClassName
{
background-color: #4D0C61;
}
</style>
border-color css
<style>
span { border-color: #4D0C61; }
span { border-color: rgb(77,12,97); }
td.TdClassName
{
border-color: #4D0C61;
}
.TagClassName
{
border-color: #4D0C61;
}
</style>