Shades of Scarlet Gum #4C2D5A
Tints of Scarlet Gum #4C2D5A
RGB
CMYK
RGB Variations
Color information
#4C2D5A (or 0x4C2D5A) is known color: Scarlet Gum. HEX triplet: 4C, 2D and 5A. RGB value is (76,45,90). Sum of RGB (Red+Green+Blue) = 76+45+90=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 90 - color contains mainly: blue. Hex color #4C2D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2D5A is #B3D2A5. Grayscale: #3B3B3B. Windows color (decimal): -11784870 or 5909836. OLE color: 5909836.
HSL color Cylindrical-coordinate representation of color #4C2D5A: hue angle of 281.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C2D5A is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 45 | 90 | - |
| CMYK | 0.16 | 0.50 | 0 | 0.65 |
| HSL | 281.33º | 0.33% | 0.26% | - |
| HSV(B) | 281.33º | 0.5% | 0.35% | - |
| XYZ | 5.76 | 4.15 | 10.17 | - |
| YUV | 59.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 45 | 90 | 0.16 | 0.50 | 0 | 0.65 | 281.33 | 0.33 | 0.26 |
| Hex | 4C | 2D | 5A | 10 | 32 | 0 | 41 | 119 | 21 | 1A |
| Octal | 114 | 55 | 132 | 20 | 62 | 0 | 101 | 431 | 41 | 32 |
| Binary | 1001100 | 101101 | 1011010 | 10000 | 110010 | 0 | 1000001 | 100011001 | 100001 | 11010 |
Color Harmonies of #4C2D5A
Complementary color
Monochromatic Colors of #4C2D5A
Black with #4C2D5A
Text Example
Text Example
White with #4C2D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2D5A; }
p { color: rgb(76,45,90); }
H1.HeaderClassName
{
color: #4C2D5A;
}
.AnyTagClassName
{
color: #4C2D5A;
}
</style>
background-color css
<style>
a { background-color: #4C2D5A; }
a { background-color: rgb(76,45,90); }
div.DivClassName
{
background-color: #4C2D5A;
}
.BgClassName
{
background-color: #4C2D5A;
}
</style>
border-color css
<style>
span { border-color: #4C2D5A; }
span { border-color: rgb(76,45,90); }
td.TdClassName
{
border-color: #4C2D5A;
}
.TagClassName
{
border-color: #4C2D5A;
}
</style>