Shades of Scarlet Gum #4C3659
Tints of Scarlet Gum #4C3659
RGB
CMYK
RGB Variations
Color information
#4C3659 (or 0x4C3659) is known color: Scarlet Gum. HEX triplet: 4C, 36 and 59. RGB value is (76,54,89). Sum of RGB (Red+Green+Blue) = 76+54+89=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C3659 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3659 is #B3C9A6. Grayscale: #404040. Windows color (decimal): -11782567 or 5846604. OLE color: 5846604.
HSL color Cylindrical-coordinate representation of color #4C3659: hue angle of 277.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C3659 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 54 | 89 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.65 |
| HSL | 277.71º | 0.24% | 0.28% | - |
| HSV(B) | 277.71º | 0.39% | 0.35% | - |
| XYZ | 6.1 | 4.9 | 10.07 | - |
| YUV | 64.57 | 141.79 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 89 | 0.15 | 0.39 | 0 | 0.65 | 277.71 | 0.24 | 0.28 |
| Hex | 4C | 36 | 59 | F | 27 | 0 | 41 | 116 | 18 | 1C |
| Octal | 114 | 66 | 131 | 17 | 47 | 0 | 101 | 426 | 30 | 34 |
| Binary | 1001100 | 110110 | 1011001 | 1111 | 100111 | 0 | 1000001 | 100010110 | 11000 | 11100 |
Color Harmonies of #4C3659
Complementary color
Monochromatic Colors of #4C3659
Black with #4C3659
Text Example
Text Example
White with #4C3659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3659; }
p { color: rgb(76,54,89); }
H1.HeaderClassName
{
color: #4C3659;
}
.AnyTagClassName
{
color: #4C3659;
}
</style>
background-color css
<style>
a { background-color: #4C3659; }
a { background-color: rgb(76,54,89); }
div.DivClassName
{
background-color: #4C3659;
}
.BgClassName
{
background-color: #4C3659;
}
</style>
border-color css
<style>
span { border-color: #4C3659; }
span { border-color: rgb(76,54,89); }
td.TdClassName
{
border-color: #4C3659;
}
.TagClassName
{
border-color: #4C3659;
}
</style>