Shades of Scarlet Gum #4A1359
Tints of Scarlet Gum #4A1359
RGB
CMYK
RGB Variations
Color information
#4A1359 (or 0x4A1359) is known color: Scarlet Gum. HEX triplet: 4A, 13 and 59. RGB value is (74,19,89). Sum of RGB (Red+Green+Blue) = 74+19+89=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A1359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1359 is #B5ECA6. Grayscale: #2B2B2B. Windows color (decimal): -11922599 or 5837642. OLE color: 5837642.
HSL color Cylindrical-coordinate representation of color #4A1359: hue angle of 287.14º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4A1359 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 19 | 89 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.65 |
| HSL | 287.14º | 0.65% | 0.21% | - |
| HSV(B) | 287.14º | 0.79% | 0.35% | - |
| XYZ | 4.86 | 2.64 | 9.71 | - |
| YUV | 43.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 19 | 89 | 0.17 | 0.79 | 0 | 0.65 | 287.14 | 0.65 | 0.21 |
| Hex | 4A | 13 | 59 | 11 | 4F | 0 | 41 | 11F | 41 | 15 |
| Octal | 112 | 23 | 131 | 21 | 117 | 0 | 101 | 437 | 101 | 25 |
| Binary | 1001010 | 10011 | 1011001 | 10001 | 1001111 | 0 | 1000001 | 100011111 | 1000001 | 10101 |
Color Harmonies of #4A1359
Complementary color
Monochromatic Colors of #4A1359
Black with #4A1359
Text Example
Text Example
White with #4A1359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A1359; }
p { color: rgb(74,19,89); }
H1.HeaderClassName
{
color: #4A1359;
}
.AnyTagClassName
{
color: #4A1359;
}
</style>
background-color css
<style>
a { background-color: #4A1359; }
a { background-color: rgb(74,19,89); }
div.DivClassName
{
background-color: #4A1359;
}
.BgClassName
{
background-color: #4A1359;
}
</style>
border-color css
<style>
span { border-color: #4A1359; }
span { border-color: rgb(74,19,89); }
td.TdClassName
{
border-color: #4A1359;
}
.TagClassName
{
border-color: #4A1359;
}
</style>