Shades of Scarlet Gum #4A1560
Tints of Scarlet Gum #4A1560
RGB
CMYK
RGB Variations
Color information
#4A1560 (or 0x4A1560) is known color: Scarlet Gum. HEX triplet: 4A, 15 and 60. RGB value is (74,21,96). Sum of RGB (Red+Green+Blue) = 74+21+96=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 96 (37.89% from 255 or 50.26% from 191); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A1560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1560 is #B5EA9F. Grayscale: #2D2D2D. Windows color (decimal): -11922080 or 6296906. OLE color: 6296906.
HSL color Cylindrical-coordinate representation of color #4A1560: hue angle of 282.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A1560 is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 21 | 96 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.62 |
| HSL | 282.4º | 0.64% | 0.23% | - |
| HSV(B) | 282.4º | 0.78% | 0.38% | - |
| XYZ | 5.2 | 2.84 | 11.34 | - |
| YUV | 45.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 21 | 96 | 0.23 | 0.78 | 0 | 0.62 | 282.4 | 0.64 | 0.23 |
| Hex | 4A | 15 | 60 | 17 | 4E | 0 | 3E | 11A | 40 | 17 |
| Octal | 112 | 25 | 140 | 27 | 116 | 0 | 76 | 432 | 100 | 27 |
| Binary | 1001010 | 10101 | 1100000 | 10111 | 1001110 | 0 | 111110 | 100011010 | 1000000 | 10111 |
Color Harmonies of #4A1560
Complementary color
Monochromatic Colors of #4A1560
Black with #4A1560
Text Example
Text Example
White with #4A1560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1560; }
p { color: rgb(74,21,96); }
H1.HeaderClassName
{
color: #4A1560;
}
.AnyTagClassName
{
color: #4A1560;
}
</style>
background-color css
<style>
a { background-color: #4A1560; }
a { background-color: rgb(74,21,96); }
div.DivClassName
{
background-color: #4A1560;
}
.BgClassName
{
background-color: #4A1560;
}
</style>
border-color css
<style>
span { border-color: #4A1560; }
span { border-color: rgb(74,21,96); }
td.TdClassName
{
border-color: #4A1560;
}
.TagClassName
{
border-color: #4A1560;
}
</style>