Shades of Scarlet Gum #4D1061
Tints of Scarlet Gum #4D1061
RGB
CMYK
RGB Variations
Color information
#4D1061 (or 0x4D1061) is known color: Scarlet Gum. HEX triplet: 4D, 10 and 61. RGB value is (77,16,97). Sum of RGB (Red+Green+Blue) = 77+16+97=190 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.53% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 97 (38.28% from 255 or 51.05% from 190); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D1061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1061 is #B2EF9E. Grayscale: #2B2B2B. Windows color (decimal): -11726751 or 6361165. OLE color: 6361165.
HSL color Cylindrical-coordinate representation of color #4D1061: hue angle of 285.19º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D1061 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 16 | 97 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.62 |
| HSL | 285.19º | 0.72% | 0.22% | - |
| HSV(B) | 285.19º | 0.84% | 0.38% | - |
| XYZ | 5.4 | 2.81 | 11.57 | - |
| YUV | 43.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 16 | 97 | 0.21 | 0.84 | 0 | 0.62 | 285.19 | 0.72 | 0.22 |
| Hex | 4D | 10 | 61 | 15 | 54 | 0 | 3E | 11D | 48 | 16 |
| Octal | 115 | 20 | 141 | 25 | 124 | 0 | 76 | 435 | 110 | 26 |
| Binary | 1001101 | 10000 | 1100001 | 10101 | 1010100 | 0 | 111110 | 100011101 | 1001000 | 10110 |
Color Harmonies of #4D1061
Complementary color
Monochromatic Colors of #4D1061
Black with #4D1061
Text Example
Text Example
White with #4D1061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1061; }
p { color: rgb(77,16,97); }
H1.HeaderClassName
{
color: #4D1061;
}
.AnyTagClassName
{
color: #4D1061;
}
</style>
background-color css
<style>
a { background-color: #4D1061; }
a { background-color: rgb(77,16,97); }
div.DivClassName
{
background-color: #4D1061;
}
.BgClassName
{
background-color: #4D1061;
}
</style>
border-color css
<style>
span { border-color: #4D1061; }
span { border-color: rgb(77,16,97); }
td.TdClassName
{
border-color: #4D1061;
}
.TagClassName
{
border-color: #4D1061;
}
</style>