Shades of Scarlet Gum #4A0859
Tints of Scarlet Gum #4A0859
RGB
CMYK
RGB Variations
Color information
#4A0859 (or 0x4A0859) is known color: Scarlet Gum. HEX triplet: 4A, 08 and 59. RGB value is (74,8,89). Sum of RGB (Red+Green+Blue) = 74+8+89=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A0859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0859 is #B5F7A6. Grayscale: #242424. Windows color (decimal): -11925415 or 5834826. OLE color: 5834826.
HSL color Cylindrical-coordinate representation of color #4A0859: hue angle of 288.89º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A0859 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 8 | 89 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.65 |
| HSL | 288.89º | 0.84% | 0.19% | - |
| HSV(B) | 288.89º | 0.91% | 0.35% | - |
| XYZ | 4.71 | 2.35 | 9.66 | - |
| YUV | 36.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 8 | 89 | 0.17 | 0.91 | 0 | 0.65 | 288.89 | 0.84 | 0.19 |
| Hex | 4A | 8 | 59 | 11 | 5B | 0 | 41 | 121 | 54 | 13 |
| Octal | 112 | 10 | 131 | 21 | 133 | 0 | 101 | 441 | 124 | 23 |
| Binary | 1001010 | 1000 | 1011001 | 10001 | 1011011 | 0 | 1000001 | 100100001 | 1010100 | 10011 |
Color Harmonies of #4A0859
Complementary color
Monochromatic Colors of #4A0859
Black with #4A0859
Text Example
Text Example
White with #4A0859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0859; }
p { color: rgb(74,8,89); }
H1.HeaderClassName
{
color: #4A0859;
}
.AnyTagClassName
{
color: #4A0859;
}
</style>
background-color css
<style>
a { background-color: #4A0859; }
a { background-color: rgb(74,8,89); }
div.DivClassName
{
background-color: #4A0859;
}
.BgClassName
{
background-color: #4A0859;
}
</style>
border-color css
<style>
span { border-color: #4A0859; }
span { border-color: rgb(74,8,89); }
td.TdClassName
{
border-color: #4A0859;
}
.TagClassName
{
border-color: #4A0859;
}
</style>