Shades of Scarlet Gum #4D1660
Tints of Scarlet Gum #4D1660
RGB
CMYK
RGB Variations
Color information
#4D1660 (or 0x4D1660) is known color: Scarlet Gum. HEX triplet: 4D, 16 and 60. RGB value is (77,22,96). Sum of RGB (Red+Green+Blue) = 77+22+96=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D1660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1660 is #B2E99F. Grayscale: #2E2E2E. Windows color (decimal): -11725216 or 6297165. OLE color: 6297165.
HSL color Cylindrical-coordinate representation of color #4D1660: hue angle of 284.59º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1660 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 22 | 96 | - |
| CMYK | 0.20 | 0.77 | 0 | 0.62 |
| HSL | 284.59º | 0.63% | 0.23% | - |
| HSV(B) | 284.59º | 0.77% | 0.38% | - |
| XYZ | 5.46 | 3 | 11.36 | - |
| YUV | 46.88 | 155.72 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 22 | 96 | 0.20 | 0.77 | 0 | 0.62 | 284.59 | 0.63 | 0.23 |
| Hex | 4D | 16 | 60 | 14 | 4D | 0 | 3E | 11D | 3F | 17 |
| Octal | 115 | 26 | 140 | 24 | 115 | 0 | 76 | 435 | 77 | 27 |
| Binary | 1001101 | 10110 | 1100000 | 10100 | 1001101 | 0 | 111110 | 100011101 | 111111 | 10111 |
Color Harmonies of #4D1660
Complementary color
Monochromatic Colors of #4D1660
Black with #4D1660
Text Example
Text Example
White with #4D1660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1660; }
p { color: rgb(77,22,96); }
H1.HeaderClassName
{
color: #4D1660;
}
.AnyTagClassName
{
color: #4D1660;
}
</style>
background-color css
<style>
a { background-color: #4D1660; }
a { background-color: rgb(77,22,96); }
div.DivClassName
{
background-color: #4D1660;
}
.BgClassName
{
background-color: #4D1660;
}
</style>
border-color css
<style>
span { border-color: #4D1660; }
span { border-color: rgb(77,22,96); }
td.TdClassName
{
border-color: #4D1660;
}
.TagClassName
{
border-color: #4D1660;
}
</style>