Shades of Scarlet Gum #4C2959
Tints of Scarlet Gum #4C2959
RGB
CMYK
RGB Variations
Color information
#4C2959 (or 0x4C2959) is known color: Scarlet Gum. HEX triplet: 4C, 29 and 59. RGB value is (76,41,89). Sum of RGB (Red+Green+Blue) = 76+41+89=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 41 (16.41% from 255 or 19.90% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C2959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2959 is #B3D6A6. Grayscale: #383838. Windows color (decimal): -11785895 or 5843276. OLE color: 5843276.
HSL color Cylindrical-coordinate representation of color #4C2959: hue angle of 283.75º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C2959 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 41 | 89 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.65 |
| HSL | 283.75º | 0.37% | 0.25% | - |
| HSV(B) | 283.75º | 0.54% | 0.35% | - |
| XYZ | 5.58 | 3.84 | 9.9 | - |
| YUV | 56.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 41 | 89 | 0.15 | 0.54 | 0 | 0.65 | 283.75 | 0.37 | 0.25 |
| Hex | 4C | 29 | 59 | F | 36 | 0 | 41 | 11C | 25 | 19 |
| Octal | 114 | 51 | 131 | 17 | 66 | 0 | 101 | 434 | 45 | 31 |
| Binary | 1001100 | 101001 | 1011001 | 1111 | 110110 | 0 | 1000001 | 100011100 | 100101 | 11001 |
Color Harmonies of #4C2959
Complementary color
Monochromatic Colors of #4C2959
Black with #4C2959
Text Example
Text Example
White with #4C2959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2959; }
p { color: rgb(76,41,89); }
H1.HeaderClassName
{
color: #4C2959;
}
.AnyTagClassName
{
color: #4C2959;
}
</style>
background-color css
<style>
a { background-color: #4C2959; }
a { background-color: rgb(76,41,89); }
div.DivClassName
{
background-color: #4C2959;
}
.BgClassName
{
background-color: #4C2959;
}
</style>
border-color css
<style>
span { border-color: #4C2959; }
span { border-color: rgb(76,41,89); }
td.TdClassName
{
border-color: #4C2959;
}
.TagClassName
{
border-color: #4C2959;
}
</style>