Shades of Scarlet Gum #4C3E54
Tints of Scarlet Gum #4C3E54
RGB
CMYK
RGB Variations
Color information
#4C3E54 (or 0x4C3E54) is known color: Scarlet Gum. HEX triplet: 4C, 3E and 54. RGB value is (76,62,84). Sum of RGB (Red+Green+Blue) = 76+62+84=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #4C3E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3E54 is #B3C1AB. Grayscale: #444444. Windows color (decimal): -11780524 or 5520972. OLE color: 5520972.
HSL color Cylindrical-coordinate representation of color #4C3E54: hue angle of 278.18º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4C3E54 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 62 | 84 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.67 |
| HSL | 278.18º | 0.15% | 0.29% | - |
| HSV(B) | 278.18º | 0.26% | 0.33% | - |
| XYZ | 6.3 | 5.62 | 9.14 | - |
| YUV | 68.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 84 | 0.10 | 0.26 | 0 | 0.67 | 278.18 | 0.15 | 0.29 |
| Hex | 4C | 3E | 54 | A | 1A | 0 | 43 | 116 | F | 1D |
| Octal | 114 | 76 | 124 | 12 | 32 | 0 | 103 | 426 | 17 | 35 |
| Binary | 1001100 | 111110 | 1010100 | 1010 | 11010 | 0 | 1000011 | 100010110 | 1111 | 11101 |
Color Harmonies of #4C3E54
Complementary color
Monochromatic Colors of #4C3E54
Black with #4C3E54
Text Example
Text Example
White with #4C3E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E54; }
p { color: rgb(76,62,84); }
H1.HeaderClassName
{
color: #4C3E54;
}
.AnyTagClassName
{
color: #4C3E54;
}
</style>
background-color css
<style>
a { background-color: #4C3E54; }
a { background-color: rgb(76,62,84); }
div.DivClassName
{
background-color: #4C3E54;
}
.BgClassName
{
background-color: #4C3E54;
}
</style>
border-color css
<style>
span { border-color: #4C3E54; }
span { border-color: rgb(76,62,84); }
td.TdClassName
{
border-color: #4C3E54;
}
.TagClassName
{
border-color: #4C3E54;
}
</style>