Shades of Scarlet Gum #4C3261
Tints of Scarlet Gum #4C3261
RGB
CMYK
RGB Variations
Color information
#4C3261 (or 0x4C3261) is known color: Scarlet Gum. HEX triplet: 4C, 32 and 61. RGB value is (76,50,97). Sum of RGB (Red+Green+Blue) = 76+50+97=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C3261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3261 is #B3CD9E. Grayscale: #3E3E3E. Windows color (decimal): -11783583 or 6369868. OLE color: 6369868.
HSL color Cylindrical-coordinate representation of color #4C3261: hue angle of 273.19º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C3261 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 50 | 97 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.62 |
| HSL | 273.19º | 0.32% | 0.29% | - |
| HSV(B) | 273.19º | 0.48% | 0.38% | - |
| XYZ | 6.28 | 4.68 | 11.88 | - |
| YUV | 63.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 50 | 97 | 0.22 | 0.48 | 0 | 0.62 | 273.19 | 0.32 | 0.29 |
| Hex | 4C | 32 | 61 | 16 | 30 | 0 | 3E | 111 | 20 | 1D |
| Octal | 114 | 62 | 141 | 26 | 60 | 0 | 76 | 421 | 40 | 35 |
| Binary | 1001100 | 110010 | 1100001 | 10110 | 110000 | 0 | 111110 | 100010001 | 100000 | 11101 |
Color Harmonies of #4C3261
Complementary color
Monochromatic Colors of #4C3261
Black with #4C3261
Text Example
Text Example
White with #4C3261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3261; }
p { color: rgb(76,50,97); }
H1.HeaderClassName
{
color: #4C3261;
}
.AnyTagClassName
{
color: #4C3261;
}
</style>
background-color css
<style>
a { background-color: #4C3261; }
a { background-color: rgb(76,50,97); }
div.DivClassName
{
background-color: #4C3261;
}
.BgClassName
{
background-color: #4C3261;
}
</style>
border-color css
<style>
span { border-color: #4C3261; }
span { border-color: rgb(76,50,97); }
td.TdClassName
{
border-color: #4C3261;
}
.TagClassName
{
border-color: #4C3261;
}
</style>