Shades of Scarlet Gum #4C175B
Tints of Scarlet Gum #4C175B
RGB
CMYK
RGB Variations
Color information
#4C175B (or 0x4C175B) is known color: Scarlet Gum. HEX triplet: 4C, 17 and 5B. RGB value is (76,23,91). Sum of RGB (Red+Green+Blue) = 76+23+91=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 91 (35.94% from 255 or 47.89% from 190); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C175B is #B3E8A4. Grayscale: #2E2E2E. Windows color (decimal): -11790501 or 5969740. OLE color: 5969740.
HSL color Cylindrical-coordinate representation of color #4C175B: hue angle of 286.76º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C175B is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 23 | 91 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.64 |
| HSL | 286.76º | 0.6% | 0.22% | - |
| HSV(B) | 286.76º | 0.75% | 0.36% | - |
| XYZ | 5.18 | 2.9 | 10.19 | - |
| YUV | 46.6 | 153.06 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 23 | 91 | 0.16 | 0.75 | 0 | 0.64 | 286.76 | 0.6 | 0.22 |
| Hex | 4C | 17 | 5B | 10 | 4B | 0 | 40 | 11F | 3C | 16 |
| Octal | 114 | 27 | 133 | 20 | 113 | 0 | 100 | 437 | 74 | 26 |
| Binary | 1001100 | 10111 | 1011011 | 10000 | 1001011 | 0 | 1000000 | 100011111 | 111100 | 10110 |
Color Harmonies of #4C175B
Complementary color
Monochromatic Colors of #4C175B
Black with #4C175B
Text Example
Text Example
White with #4C175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C175B; }
p { color: rgb(76,23,91); }
H1.HeaderClassName
{
color: #4C175B;
}
.AnyTagClassName
{
color: #4C175B;
}
</style>
background-color css
<style>
a { background-color: #4C175B; }
a { background-color: rgb(76,23,91); }
div.DivClassName
{
background-color: #4C175B;
}
.BgClassName
{
background-color: #4C175B;
}
</style>
border-color css
<style>
span { border-color: #4C175B; }
span { border-color: rgb(76,23,91); }
td.TdClassName
{
border-color: #4C175B;
}
.TagClassName
{
border-color: #4C175B;
}
</style>