Shades of Scarlet Gum #4C3E53
Tints of Scarlet Gum #4C3E53
RGB
CMYK
RGB Variations
Color information
#4C3E53 (or 0x4C3E53) is known color: Scarlet Gum. HEX triplet: 4C, 3E and 53. RGB value is (76,62,83). Sum of RGB (Red+Green+Blue) = 76+62+83=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 62 (24.61% from 255 or 28.05% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C3E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3E53 is #B3C1AC. Grayscale: #444444. Windows color (decimal): -11780525 or 5455436. OLE color: 5455436.
HSL color Cylindrical-coordinate representation of color #4C3E53: hue angle of 280º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C3E53 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 62 | 83 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.67 |
| HSL | 280º | 0.14% | 0.28% | - |
| HSV(B) | 280º | 0.25% | 0.33% | - |
| XYZ | 6.26 | 5.61 | 8.94 | - |
| YUV | 68.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 62 | 83 | 0.08 | 0.25 | 0 | 0.67 | 280 | 0.14 | 0.28 |
| Hex | 4C | 3E | 53 | 8 | 19 | 0 | 43 | 118 | E | 1C |
| Octal | 114 | 76 | 123 | 10 | 31 | 0 | 103 | 430 | 16 | 34 |
| Binary | 1001100 | 111110 | 1010011 | 1000 | 11001 | 0 | 1000011 | 100011000 | 1110 | 11100 |
Color Harmonies of #4C3E53
Complementary color
Monochromatic Colors of #4C3E53
Black with #4C3E53
Text Example
Text Example
White with #4C3E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3E53; }
p { color: rgb(76,62,83); }
H1.HeaderClassName
{
color: #4C3E53;
}
.AnyTagClassName
{
color: #4C3E53;
}
</style>
background-color css
<style>
a { background-color: #4C3E53; }
a { background-color: rgb(76,62,83); }
div.DivClassName
{
background-color: #4C3E53;
}
.BgClassName
{
background-color: #4C3E53;
}
</style>
border-color css
<style>
span { border-color: #4C3E53; }
span { border-color: rgb(76,62,83); }
td.TdClassName
{
border-color: #4C3E53;
}
.TagClassName
{
border-color: #4C3E53;
}
</style>