Shades of Scarlet Gum #4C1561
Tints of Scarlet Gum #4C1561
RGB
CMYK
RGB Variations
Color information
#4C1561 (or 0x4C1561) is known color: Scarlet Gum. HEX triplet: 4C, 15 and 61. RGB value is (76,21,97). Sum of RGB (Red+Green+Blue) = 76+21+97=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C1561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1561 is #B3EA9E. Grayscale: #2D2D2D. Windows color (decimal): -11791007 or 6362444. OLE color: 6362444.
HSL color Cylindrical-coordinate representation of color #4C1561: hue angle of 283.42º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C1561 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 21 | 97 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.62 |
| HSL | 283.42º | 0.64% | 0.23% | - |
| HSV(B) | 283.42º | 0.78% | 0.38% | - |
| XYZ | 5.41 | 2.94 | 11.59 | - |
| YUV | 46.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 21 | 97 | 0.22 | 0.78 | 0 | 0.62 | 283.42 | 0.64 | 0.23 |
| Hex | 4C | 15 | 61 | 16 | 4E | 0 | 3E | 11B | 40 | 17 |
| Octal | 114 | 25 | 141 | 26 | 116 | 0 | 76 | 433 | 100 | 27 |
| Binary | 1001100 | 10101 | 1100001 | 10110 | 1001110 | 0 | 111110 | 100011011 | 1000000 | 10111 |
Color Harmonies of #4C1561
Complementary color
Monochromatic Colors of #4C1561
Black with #4C1561
Text Example
Text Example
White with #4C1561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1561; }
p { color: rgb(76,21,97); }
H1.HeaderClassName
{
color: #4C1561;
}
.AnyTagClassName
{
color: #4C1561;
}
</style>
background-color css
<style>
a { background-color: #4C1561; }
a { background-color: rgb(76,21,97); }
div.DivClassName
{
background-color: #4C1561;
}
.BgClassName
{
background-color: #4C1561;
}
</style>
border-color css
<style>
span { border-color: #4C1561; }
span { border-color: rgb(76,21,97); }
td.TdClassName
{
border-color: #4C1561;
}
.TagClassName
{
border-color: #4C1561;
}
</style>