Shades of Scarlet Gum #4A3A53
Tints of Scarlet Gum #4A3A53
RGB
CMYK
RGB Variations
Color information
#4A3A53 (or 0x4A3A53) is known color: Scarlet Gum. HEX triplet: 4A, 3A and 53. RGB value is (74,58,83). Sum of RGB (Red+Green+Blue) = 74+58+83=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A3A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3A53 is #B5C5AC. Grayscale: #414141. Windows color (decimal): -11912621 or 5454410. OLE color: 5454410.
HSL color Cylindrical-coordinate representation of color #4A3A53: hue angle of 278.4º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A3A53 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 58 | 83 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.67 |
| HSL | 278.4º | 0.18% | 0.28% | - |
| HSV(B) | 278.4º | 0.3% | 0.33% | - |
| XYZ | 5.9 | 5.11 | 8.86 | - |
| YUV | 65.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 58 | 83 | 0.11 | 0.30 | 0 | 0.67 | 278.4 | 0.18 | 0.28 |
| Hex | 4A | 3A | 53 | B | 1E | 0 | 43 | 116 | 12 | 1C |
| Octal | 112 | 72 | 123 | 13 | 36 | 0 | 103 | 426 | 22 | 34 |
| Binary | 1001010 | 111010 | 1010011 | 1011 | 11110 | 0 | 1000011 | 100010110 | 10010 | 11100 |
Color Harmonies of #4A3A53
Complementary color
Monochromatic Colors of #4A3A53
Black with #4A3A53
Text Example
Text Example
White with #4A3A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3A53; }
p { color: rgb(74,58,83); }
H1.HeaderClassName
{
color: #4A3A53;
}
.AnyTagClassName
{
color: #4A3A53;
}
</style>
background-color css
<style>
a { background-color: #4A3A53; }
a { background-color: rgb(74,58,83); }
div.DivClassName
{
background-color: #4A3A53;
}
.BgClassName
{
background-color: #4A3A53;
}
</style>
border-color css
<style>
span { border-color: #4A3A53; }
span { border-color: rgb(74,58,83); }
td.TdClassName
{
border-color: #4A3A53;
}
.TagClassName
{
border-color: #4A3A53;
}
</style>