Shades of Scarlet Gum #4C2F59
Tints of Scarlet Gum #4C2F59
RGB
CMYK
RGB Variations
Color information
#4C2F59 (or 0x4C2F59) is known color: Scarlet Gum. HEX triplet: 4C, 2F and 59. RGB value is (76,47,89). Sum of RGB (Red+Green+Blue) = 76+47+89=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C2F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2F59 is #B3D0A6. Grayscale: #3C3C3C. Windows color (decimal): -11784359 or 5844812. OLE color: 5844812.
HSL color Cylindrical-coordinate representation of color #4C2F59: hue angle of 281.43º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C2F59 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 47 | 89 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.65 |
| HSL | 281.43º | 0.31% | 0.27% | - |
| HSV(B) | 281.43º | 0.47% | 0.35% | - |
| XYZ | 5.8 | 4.29 | 9.97 | - |
| YUV | 60.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 47 | 89 | 0.15 | 0.47 | 0 | 0.65 | 281.43 | 0.31 | 0.27 |
| Hex | 4C | 2F | 59 | F | 2F | 0 | 41 | 119 | 1F | 1B |
| Octal | 114 | 57 | 131 | 17 | 57 | 0 | 101 | 431 | 37 | 33 |
| Binary | 1001100 | 101111 | 1011001 | 1111 | 101111 | 0 | 1000001 | 100011001 | 11111 | 11011 |
Color Harmonies of #4C2F59
Complementary color
Monochromatic Colors of #4C2F59
Black with #4C2F59
Text Example
Text Example
White with #4C2F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2F59; }
p { color: rgb(76,47,89); }
H1.HeaderClassName
{
color: #4C2F59;
}
.AnyTagClassName
{
color: #4C2F59;
}
</style>
background-color css
<style>
a { background-color: #4C2F59; }
a { background-color: rgb(76,47,89); }
div.DivClassName
{
background-color: #4C2F59;
}
.BgClassName
{
background-color: #4C2F59;
}
</style>
border-color css
<style>
span { border-color: #4C2F59; }
span { border-color: rgb(76,47,89); }
td.TdClassName
{
border-color: #4C2F59;
}
.TagClassName
{
border-color: #4C2F59;
}
</style>