Shades of Scarlet Gum #4A0C59
Tints of Scarlet Gum #4A0C59
RGB
CMYK
RGB Variations
Color information
#4A0C59 (or 0x4A0C59) is known color: Scarlet Gum. HEX triplet: 4A, 0C and 59. RGB value is (74,12,89). Sum of RGB (Red+Green+Blue) = 74+12+89=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A0C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0C59 is #B5F3A6. Grayscale: #272727. Windows color (decimal): -11924391 or 5835850. OLE color: 5835850.
HSL color Cylindrical-coordinate representation of color #4A0C59: hue angle of 288.31º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A0C59 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 12 | 89 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.65 |
| HSL | 288.31º | 0.76% | 0.2% | - |
| HSV(B) | 288.31º | 0.87% | 0.35% | - |
| XYZ | 4.76 | 2.44 | 9.67 | - |
| YUV | 39.32 | 156.04 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 12 | 89 | 0.17 | 0.87 | 0 | 0.65 | 288.31 | 0.76 | 0.2 |
| Hex | 4A | C | 59 | 11 | 57 | 0 | 41 | 120 | 4C | 14 |
| Octal | 112 | 14 | 131 | 21 | 127 | 0 | 101 | 440 | 114 | 24 |
| Binary | 1001010 | 1100 | 1011001 | 10001 | 1010111 | 0 | 1000001 | 100100000 | 1001100 | 10100 |
Color Harmonies of #4A0C59
Complementary color
Monochromatic Colors of #4A0C59
Black with #4A0C59
Text Example
Text Example
White with #4A0C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0C59; }
p { color: rgb(74,12,89); }
H1.HeaderClassName
{
color: #4A0C59;
}
.AnyTagClassName
{
color: #4A0C59;
}
</style>
background-color css
<style>
a { background-color: #4A0C59; }
a { background-color: rgb(74,12,89); }
div.DivClassName
{
background-color: #4A0C59;
}
.BgClassName
{
background-color: #4A0C59;
}
</style>
border-color css
<style>
span { border-color: #4A0C59; }
span { border-color: rgb(74,12,89); }
td.TdClassName
{
border-color: #4A0C59;
}
.TagClassName
{
border-color: #4A0C59;
}
</style>