Shades of Scarlet Gum #4A2554
Tints of Scarlet Gum #4A2554
RGB
CMYK
RGB Variations
Color information
#4A2554 (or 0x4A2554) is known color: Scarlet Gum. HEX triplet: 4A, 25 and 54. RGB value is (74,37,84). Sum of RGB (Red+Green+Blue) = 74+37+84=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 37 (14.84% from 255 or 18.97% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A2554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2554 is #B5DAAB. Grayscale: #353535. Windows color (decimal): -11917996 or 5514570. OLE color: 5514570.
HSL color Cylindrical-coordinate representation of color #4A2554: hue angle of 287.23º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A2554 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 37 | 84 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.67 |
| HSL | 287.23º | 0.39% | 0.24% | - |
| HSV(B) | 287.23º | 0.56% | 0.33% | - |
| XYZ | 5.09 | 3.42 | 8.78 | - |
| YUV | 53.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 37 | 84 | 0.12 | 0.56 | 0 | 0.67 | 287.23 | 0.39 | 0.24 |
| Hex | 4A | 25 | 54 | C | 38 | 0 | 43 | 11F | 27 | 18 |
| Octal | 112 | 45 | 124 | 14 | 70 | 0 | 103 | 437 | 47 | 30 |
| Binary | 1001010 | 100101 | 1010100 | 1100 | 111000 | 0 | 1000011 | 100011111 | 100111 | 11000 |
Color Harmonies of #4A2554
Complementary color
Monochromatic Colors of #4A2554
Black with #4A2554
Text Example
Text Example
White with #4A2554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2554; }
p { color: rgb(74,37,84); }
H1.HeaderClassName
{
color: #4A2554;
}
.AnyTagClassName
{
color: #4A2554;
}
</style>
background-color css
<style>
a { background-color: #4A2554; }
a { background-color: rgb(74,37,84); }
div.DivClassName
{
background-color: #4A2554;
}
.BgClassName
{
background-color: #4A2554;
}
</style>
border-color css
<style>
span { border-color: #4A2554; }
span { border-color: rgb(74,37,84); }
td.TdClassName
{
border-color: #4A2554;
}
.TagClassName
{
border-color: #4A2554;
}
</style>