Shades of Scarlet Gum #4C4153
Tints of Scarlet Gum #4C4153
RGB
CMYK
RGB Variations
Color information
#4C4153 (or 0x4C4153) is known color: Scarlet Gum. HEX triplet: 4C, 41 and 53. RGB value is (76,65,83). Sum of RGB (Red+Green+Blue) = 76+65+83=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #4C4153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4153 is #B3BEAC. Grayscale: #464646. Windows color (decimal): -11779757 or 5456204. OLE color: 5456204.
HSL color Cylindrical-coordinate representation of color #4C4153: hue angle of 276.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C4153 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 65 | 83 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.67 |
| HSL | 276.67º | 0.12% | 0.29% | - |
| HSV(B) | 276.67º | 0.22% | 0.33% | - |
| XYZ | 6.43 | 5.94 | 8.99 | - |
| YUV | 70.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 65 | 83 | 0.08 | 0.22 | 0 | 0.67 | 276.67 | 0.12 | 0.29 |
| Hex | 4C | 41 | 53 | 8 | 16 | 0 | 43 | 115 | C | 1D |
| Octal | 114 | 101 | 123 | 10 | 26 | 0 | 103 | 425 | 14 | 35 |
| Binary | 1001100 | 1000001 | 1010011 | 1000 | 10110 | 0 | 1000011 | 100010101 | 1100 | 11101 |
Color Harmonies of #4C4153
Complementary color
Monochromatic Colors of #4C4153
Black with #4C4153
Text Example
Text Example
White with #4C4153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4153; }
p { color: rgb(76,65,83); }
H1.HeaderClassName
{
color: #4C4153;
}
.AnyTagClassName
{
color: #4C4153;
}
</style>
background-color css
<style>
a { background-color: #4C4153; }
a { background-color: rgb(76,65,83); }
div.DivClassName
{
background-color: #4C4153;
}
.BgClassName
{
background-color: #4C4153;
}
</style>
border-color css
<style>
span { border-color: #4C4153; }
span { border-color: rgb(76,65,83); }
td.TdClassName
{
border-color: #4C4153;
}
.TagClassName
{
border-color: #4C4153;
}
</style>