Shades of Scarlet Gum #4C275D
Tints of Scarlet Gum #4C275D
RGB
CMYK
RGB Variations
Color information
#4C275D (or 0x4C275D) is known color: Scarlet Gum. HEX triplet: 4C, 27 and 5D. RGB value is (76,39,93). Sum of RGB (Red+Green+Blue) = 76+39+93=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #4C275D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C275D is #B3D8A2. Grayscale: #383838. Windows color (decimal): -11786403 or 6104908. OLE color: 6104908.
HSL color Cylindrical-coordinate representation of color #4C275D: hue angle of 281.11º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C275D is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 39 | 93 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.64 |
| HSL | 281.11º | 0.41% | 0.26% | - |
| HSV(B) | 281.11º | 0.58% | 0.36% | - |
| XYZ | 5.68 | 3.78 | 10.79 | - |
| YUV | 56.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 39 | 93 | 0.18 | 0.58 | 0 | 0.64 | 281.11 | 0.41 | 0.26 |
| Hex | 4C | 27 | 5D | 12 | 3A | 0 | 40 | 119 | 29 | 1A |
| Octal | 114 | 47 | 135 | 22 | 72 | 0 | 100 | 431 | 51 | 32 |
| Binary | 1001100 | 100111 | 1011101 | 10010 | 111010 | 0 | 1000000 | 100011001 | 101001 | 11010 |
Color Harmonies of #4C275D
Complementary color
Monochromatic Colors of #4C275D
Black with #4C275D
Text Example
Text Example
White with #4C275D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C275D; }
p { color: rgb(76,39,93); }
H1.HeaderClassName
{
color: #4C275D;
}
.AnyTagClassName
{
color: #4C275D;
}
</style>
background-color css
<style>
a { background-color: #4C275D; }
a { background-color: rgb(76,39,93); }
div.DivClassName
{
background-color: #4C275D;
}
.BgClassName
{
background-color: #4C275D;
}
</style>
border-color css
<style>
span { border-color: #4C275D; }
span { border-color: rgb(76,39,93); }
td.TdClassName
{
border-color: #4C275D;
}
.TagClassName
{
border-color: #4C275D;
}
</style>