Shades of Scarlet Gum #4A1059
Tints of Scarlet Gum #4A1059
RGB
CMYK
RGB Variations
Color information
#4A1059 (or 0x4A1059) is known color: Scarlet Gum. HEX triplet: 4A, 10 and 59. RGB value is (74,16,89). Sum of RGB (Red+Green+Blue) = 74+16+89=179 (23% of max value = 765). Red value is 74 (29.30% from 255 or 41.34% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A1059 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1059 is #B5EFA6. Grayscale: #292929. Windows color (decimal): -11923367 or 5836874. OLE color: 5836874.
HSL color Cylindrical-coordinate representation of color #4A1059: hue angle of 287.67º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A1059 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 16 | 89 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.65 |
| HSL | 287.67º | 0.7% | 0.21% | - |
| HSV(B) | 287.67º | 0.82% | 0.35% | - |
| XYZ | 4.81 | 2.55 | 9.69 | - |
| YUV | 41.66 | 154.72 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 16 | 89 | 0.17 | 0.82 | 0 | 0.65 | 287.67 | 0.7 | 0.21 |
| Hex | 4A | 10 | 59 | 11 | 52 | 0 | 41 | 120 | 46 | 15 |
| Octal | 112 | 20 | 131 | 21 | 122 | 0 | 101 | 440 | 106 | 25 |
| Binary | 1001010 | 10000 | 1011001 | 10001 | 1010010 | 0 | 1000001 | 100100000 | 1000110 | 10101 |
Color Harmonies of #4A1059
Complementary color
Monochromatic Colors of #4A1059
Black with #4A1059
Text Example
Text Example
White with #4A1059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1059; }
p { color: rgb(74,16,89); }
H1.HeaderClassName
{
color: #4A1059;
}
.AnyTagClassName
{
color: #4A1059;
}
</style>
background-color css
<style>
a { background-color: #4A1059; }
a { background-color: rgb(74,16,89); }
div.DivClassName
{
background-color: #4A1059;
}
.BgClassName
{
background-color: #4A1059;
}
</style>
border-color css
<style>
span { border-color: #4A1059; }
span { border-color: rgb(74,16,89); }
td.TdClassName
{
border-color: #4A1059;
}
.TagClassName
{
border-color: #4A1059;
}
</style>