Shades of Scarlet Gum #4C3A5B
Tints of Scarlet Gum #4C3A5B
RGB
CMYK
RGB Variations
Color information
#4C3A5B (or 0x4C3A5B) is known color: Scarlet Gum. HEX triplet: 4C, 3A and 5B. RGB value is (76,58,91). Sum of RGB (Red+Green+Blue) = 76+58+91=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C3A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3A5B is #B3C5A4. Grayscale: #434343. Windows color (decimal): -11781541 or 5978700. OLE color: 5978700.
HSL color Cylindrical-coordinate representation of color #4C3A5B: hue angle of 272.73º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C3A5B is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 58 | 91 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.64 |
| HSL | 272.73º | 0.22% | 0.29% | - |
| HSV(B) | 272.73º | 0.36% | 0.36% | - |
| XYZ | 6.38 | 5.32 | 10.59 | - |
| YUV | 67.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 58 | 91 | 0.16 | 0.36 | 0 | 0.64 | 272.73 | 0.22 | 0.29 |
| Hex | 4C | 3A | 5B | 10 | 24 | 0 | 40 | 111 | 16 | 1D |
| Octal | 114 | 72 | 133 | 20 | 44 | 0 | 100 | 421 | 26 | 35 |
| Binary | 1001100 | 111010 | 1011011 | 10000 | 100100 | 0 | 1000000 | 100010001 | 10110 | 11101 |
Color Harmonies of #4C3A5B
Complementary color
Monochromatic Colors of #4C3A5B
Black with #4C3A5B
Text Example
Text Example
White with #4C3A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3A5B; }
p { color: rgb(76,58,91); }
H1.HeaderClassName
{
color: #4C3A5B;
}
.AnyTagClassName
{
color: #4C3A5B;
}
</style>
background-color css
<style>
a { background-color: #4C3A5B; }
a { background-color: rgb(76,58,91); }
div.DivClassName
{
background-color: #4C3A5B;
}
.BgClassName
{
background-color: #4C3A5B;
}
</style>
border-color css
<style>
span { border-color: #4C3A5B; }
span { border-color: rgb(76,58,91); }
td.TdClassName
{
border-color: #4C3A5B;
}
.TagClassName
{
border-color: #4C3A5B;
}
</style>