Shades of Scarlet Gum #4D1760
Tints of Scarlet Gum #4D1760
RGB
CMYK
RGB Variations
Color information
#4D1760 (or 0x4D1760) is known color: Scarlet Gum. HEX triplet: 4D, 17 and 60. RGB value is (77,23,96). Sum of RGB (Red+Green+Blue) = 77+23+96=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 96 (37.89% from 255 or 48.98% from 196); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D1760 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1760 is #B2E89F. Grayscale: #2F2F2F. Windows color (decimal): -11724960 or 6297421. OLE color: 6297421.
HSL color Cylindrical-coordinate representation of color #4D1760: hue angle of 284.38º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D1760 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 23 | 96 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.62 |
| HSL | 284.38º | 0.61% | 0.23% | - |
| HSV(B) | 284.38º | 0.76% | 0.38% | - |
| XYZ | 5.48 | 3.04 | 11.36 | - |
| YUV | 47.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 96 | 0.20 | 0.76 | 0 | 0.62 | 284.38 | 0.61 | 0.23 |
| Hex | 4D | 17 | 60 | 14 | 4C | 0 | 3E | 11C | 3D | 17 |
| Octal | 115 | 27 | 140 | 24 | 114 | 0 | 76 | 434 | 75 | 27 |
| Binary | 1001101 | 10111 | 1100000 | 10100 | 1001100 | 0 | 111110 | 100011100 | 111101 | 10111 |
Color Harmonies of #4D1760
Complementary color
Monochromatic Colors of #4D1760
Black with #4D1760
Text Example
Text Example
White with #4D1760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1760; }
p { color: rgb(77,23,96); }
H1.HeaderClassName
{
color: #4D1760;
}
.AnyTagClassName
{
color: #4D1760;
}
</style>
background-color css
<style>
a { background-color: #4D1760; }
a { background-color: rgb(77,23,96); }
div.DivClassName
{
background-color: #4D1760;
}
.BgClassName
{
background-color: #4D1760;
}
</style>
border-color css
<style>
span { border-color: #4D1760; }
span { border-color: rgb(77,23,96); }
td.TdClassName
{
border-color: #4D1760;
}
.TagClassName
{
border-color: #4D1760;
}
</style>