Shades of Scarlet Gum #4C3657
Tints of Scarlet Gum #4C3657
RGB
CMYK
RGB Variations
Color information
#4C3657 (or 0x4C3657) is known color: Scarlet Gum. HEX triplet: 4C, 36 and 57. RGB value is (76,54,87). Sum of RGB (Red+Green+Blue) = 76+54+87=217 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.02% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 87 - color contains mainly: blue. Hex color #4C3657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3657 is #B3C9A8. Grayscale: #404040. Windows color (decimal): -11782569 or 5715532. OLE color: 5715532.
HSL color Cylindrical-coordinate representation of color #4C3657: hue angle of 280º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C3657 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 54 | 87 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.66 |
| HSL | 280º | 0.23% | 0.28% | - |
| HSV(B) | 280º | 0.38% | 0.34% | - |
| XYZ | 6.02 | 4.86 | 9.64 | - |
| YUV | 64.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 54 | 87 | 0.13 | 0.38 | 0 | 0.66 | 280 | 0.23 | 0.28 |
| Hex | 4C | 36 | 57 | D | 26 | 0 | 42 | 118 | 17 | 1C |
| Octal | 114 | 66 | 127 | 15 | 46 | 0 | 102 | 430 | 27 | 34 |
| Binary | 1001100 | 110110 | 1010111 | 1101 | 100110 | 0 | 1000010 | 100011000 | 10111 | 11100 |
Color Harmonies of #4C3657
Complementary color
Monochromatic Colors of #4C3657
Black with #4C3657
Text Example
Text Example
White with #4C3657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3657; }
p { color: rgb(76,54,87); }
H1.HeaderClassName
{
color: #4C3657;
}
.AnyTagClassName
{
color: #4C3657;
}
</style>
background-color css
<style>
a { background-color: #4C3657; }
a { background-color: rgb(76,54,87); }
div.DivClassName
{
background-color: #4C3657;
}
.BgClassName
{
background-color: #4C3657;
}
</style>
border-color css
<style>
span { border-color: #4C3657; }
span { border-color: rgb(76,54,87); }
td.TdClassName
{
border-color: #4C3657;
}
.TagClassName
{
border-color: #4C3657;
}
</style>