Shades of Scarlet Gum #4A1F59
Tints of Scarlet Gum #4A1F59
RGB
CMYK
RGB Variations
Color information
#4A1F59 (or 0x4A1F59) is known color: Scarlet Gum. HEX triplet: 4A, 1F and 59. RGB value is (74,31,89). Sum of RGB (Red+Green+Blue) = 74+31+89=194 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.14% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A1F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1F59 is #B5E0A6. Grayscale: #323232. Windows color (decimal): -11919527 or 5840714. OLE color: 5840714.
HSL color Cylindrical-coordinate representation of color #4A1F59: hue angle of 284.48º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A1F59 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 31 | 89 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.65 |
| HSL | 284.48º | 0.48% | 0.24% | - |
| HSV(B) | 284.48º | 0.65% | 0.35% | - |
| XYZ | 5.12 | 3.16 | 9.79 | - |
| YUV | 50.47 | 149.75 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 31 | 89 | 0.17 | 0.65 | 0 | 0.65 | 284.48 | 0.48 | 0.24 |
| Hex | 4A | 1F | 59 | 11 | 41 | 0 | 41 | 11C | 30 | 18 |
| Octal | 112 | 37 | 131 | 21 | 101 | 0 | 101 | 434 | 60 | 30 |
| Binary | 1001010 | 11111 | 1011001 | 10001 | 1000001 | 0 | 1000001 | 100011100 | 110000 | 11000 |
Color Harmonies of #4A1F59
Complementary color
Monochromatic Colors of #4A1F59
Black with #4A1F59
Text Example
Text Example
White with #4A1F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1F59; }
p { color: rgb(74,31,89); }
H1.HeaderClassName
{
color: #4A1F59;
}
.AnyTagClassName
{
color: #4A1F59;
}
</style>
background-color css
<style>
a { background-color: #4A1F59; }
a { background-color: rgb(74,31,89); }
div.DivClassName
{
background-color: #4A1F59;
}
.BgClassName
{
background-color: #4A1F59;
}
</style>
border-color css
<style>
span { border-color: #4A1F59; }
span { border-color: rgb(74,31,89); }
td.TdClassName
{
border-color: #4A1F59;
}
.TagClassName
{
border-color: #4A1F59;
}
</style>