Shades of Scarlet Gum #4A3255
Tints of Scarlet Gum #4A3255
RGB
CMYK
RGB Variations
Color information
#4A3255 (or 0x4A3255) is known color: Scarlet Gum. HEX triplet: 4A, 32 and 55. RGB value is (74,50,85). Sum of RGB (Red+Green+Blue) = 74+50+85=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A3255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3255 is #B5CDAA. Grayscale: #3D3D3D. Windows color (decimal): -11914667 or 5583434. OLE color: 5583434.
HSL color Cylindrical-coordinate representation of color #4A3255: hue angle of 281.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A3255 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 50 | 85 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.67 |
| HSL | 281.14º | 0.26% | 0.26% | - |
| HSV(B) | 281.14º | 0.41% | 0.33% | - |
| XYZ | 5.6 | 4.39 | 9.15 | - |
| YUV | 61.17 | 141.45 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 50 | 85 | 0.13 | 0.41 | 0 | 0.67 | 281.14 | 0.26 | 0.26 |
| Hex | 4A | 32 | 55 | D | 29 | 0 | 43 | 119 | 1A | 1A |
| Octal | 112 | 62 | 125 | 15 | 51 | 0 | 103 | 431 | 32 | 32 |
| Binary | 1001010 | 110010 | 1010101 | 1101 | 101001 | 0 | 1000011 | 100011001 | 11010 | 11010 |
Color Harmonies of #4A3255
Complementary color
Monochromatic Colors of #4A3255
Black with #4A3255
Text Example
Text Example
White with #4A3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3255; }
p { color: rgb(74,50,85); }
H1.HeaderClassName
{
color: #4A3255;
}
.AnyTagClassName
{
color: #4A3255;
}
</style>
background-color css
<style>
a { background-color: #4A3255; }
a { background-color: rgb(74,50,85); }
div.DivClassName
{
background-color: #4A3255;
}
.BgClassName
{
background-color: #4A3255;
}
</style>
border-color css
<style>
span { border-color: #4A3255; }
span { border-color: rgb(74,50,85); }
td.TdClassName
{
border-color: #4A3255;
}
.TagClassName
{
border-color: #4A3255;
}
</style>