Shades of Scarlet Gum #4A3256
Tints of Scarlet Gum #4A3256
RGB
CMYK
RGB Variations
Color information
#4A3256 (or 0x4A3256) is known color: Scarlet Gum. HEX triplet: 4A, 32 and 56. RGB value is (74,50,86). Sum of RGB (Red+Green+Blue) = 74+50+86=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #4A3256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3256 is #B5CDA9. Grayscale: #3D3D3D. Windows color (decimal): -11914666 or 5648970. OLE color: 5648970.
HSL color Cylindrical-coordinate representation of color #4A3256: hue angle of 280º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A3256 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 50 | 86 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.66 |
| HSL | 280º | 0.26% | 0.27% | - |
| HSV(B) | 280º | 0.42% | 0.34% | - |
| XYZ | 5.64 | 4.41 | 9.36 | - |
| YUV | 61.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 86 | 0.14 | 0.42 | 0 | 0.66 | 280 | 0.26 | 0.27 |
| Hex | 4A | 32 | 56 | E | 2A | 0 | 42 | 118 | 1A | 1B |
| Octal | 112 | 62 | 126 | 16 | 52 | 0 | 102 | 430 | 32 | 33 |
| Binary | 1001010 | 110010 | 1010110 | 1110 | 101010 | 0 | 1000010 | 100011000 | 11010 | 11011 |
Color Harmonies of #4A3256
Complementary color
Monochromatic Colors of #4A3256
Black with #4A3256
Text Example
Text Example
White with #4A3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3256; }
p { color: rgb(74,50,86); }
H1.HeaderClassName
{
color: #4A3256;
}
.AnyTagClassName
{
color: #4A3256;
}
</style>
background-color css
<style>
a { background-color: #4A3256; }
a { background-color: rgb(74,50,86); }
div.DivClassName
{
background-color: #4A3256;
}
.BgClassName
{
background-color: #4A3256;
}
</style>
border-color css
<style>
span { border-color: #4A3256; }
span { border-color: rgb(74,50,86); }
td.TdClassName
{
border-color: #4A3256;
}
.TagClassName
{
border-color: #4A3256;
}
</style>