Shades of Scarlet Gum #4C3757
Tints of Scarlet Gum #4C3757
RGB
CMYK
RGB Variations
Color information
#4C3757 (or 0x4C3757) is known color: Scarlet Gum. HEX triplet: 4C, 37 and 57. RGB value is (76,55,87). Sum of RGB (Red+Green+Blue) = 76+55+87=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C3757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3757 is #B3C8A8. Grayscale: #404040. Windows color (decimal): -11782313 or 5715788. OLE color: 5715788.
HSL color Cylindrical-coordinate representation of color #4C3757: hue angle of 279.38º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C3757 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 55 | 87 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.66 |
| HSL | 279.38º | 0.23% | 0.28% | - |
| HSV(B) | 279.38º | 0.37% | 0.34% | - |
| XYZ | 6.07 | 4.96 | 9.65 | - |
| YUV | 64.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 55 | 87 | 0.13 | 0.37 | 0 | 0.66 | 279.38 | 0.23 | 0.28 |
| Hex | 4C | 37 | 57 | D | 25 | 0 | 42 | 117 | 17 | 1C |
| Octal | 114 | 67 | 127 | 15 | 45 | 0 | 102 | 427 | 27 | 34 |
| Binary | 1001100 | 110111 | 1010111 | 1101 | 100101 | 0 | 1000010 | 100010111 | 10111 | 11100 |
Color Harmonies of #4C3757
Complementary color
Monochromatic Colors of #4C3757
Black with #4C3757
Text Example
Text Example
White with #4C3757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3757; }
p { color: rgb(76,55,87); }
H1.HeaderClassName
{
color: #4C3757;
}
.AnyTagClassName
{
color: #4C3757;
}
</style>
background-color css
<style>
a { background-color: #4C3757; }
a { background-color: rgb(76,55,87); }
div.DivClassName
{
background-color: #4C3757;
}
.BgClassName
{
background-color: #4C3757;
}
</style>
border-color css
<style>
span { border-color: #4C3757; }
span { border-color: rgb(76,55,87); }
td.TdClassName
{
border-color: #4C3757;
}
.TagClassName
{
border-color: #4C3757;
}
</style>