Shades of Scarlet Gum #4A2356
Tints of Scarlet Gum #4A2356
RGB
CMYK
RGB Variations
Color information
#4A2356 (or 0x4A2356) is known color: Scarlet Gum. HEX triplet: 4A, 23 and 56. RGB value is (74,35,86). Sum of RGB (Red+Green+Blue) = 74+35+86=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A2356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2356 is #B5DCA9. Grayscale: #343434. Windows color (decimal): -11918506 or 5645130. OLE color: 5645130.
HSL color Cylindrical-coordinate representation of color #4A2356: hue angle of 285.88º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A2356 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 35 | 86 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.66 |
| HSL | 285.88º | 0.42% | 0.24% | - |
| HSV(B) | 285.88º | 0.59% | 0.34% | - |
| XYZ | 5.1 | 3.33 | 9.18 | - |
| YUV | 52.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 86 | 0.14 | 0.59 | 0 | 0.66 | 285.88 | 0.42 | 0.24 |
| Hex | 4A | 23 | 56 | E | 3B | 0 | 42 | 11E | 2A | 18 |
| Octal | 112 | 43 | 126 | 16 | 73 | 0 | 102 | 436 | 52 | 30 |
| Binary | 1001010 | 100011 | 1010110 | 1110 | 111011 | 0 | 1000010 | 100011110 | 101010 | 11000 |
Color Harmonies of #4A2356
Complementary color
Monochromatic Colors of #4A2356
Black with #4A2356
Text Example
Text Example
White with #4A2356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A2356; }
p { color: rgb(74,35,86); }
H1.HeaderClassName
{
color: #4A2356;
}
.AnyTagClassName
{
color: #4A2356;
}
</style>
background-color css
<style>
a { background-color: #4A2356; }
a { background-color: rgb(74,35,86); }
div.DivClassName
{
background-color: #4A2356;
}
.BgClassName
{
background-color: #4A2356;
}
</style>
border-color css
<style>
span { border-color: #4A2356; }
span { border-color: rgb(74,35,86); }
td.TdClassName
{
border-color: #4A2356;
}
.TagClassName
{
border-color: #4A2356;
}
</style>