Shades of Scarlet Gum #4C0B5E
Tints of Scarlet Gum #4C0B5E
RGB
CMYK
RGB Variations
Color information
#4C0B5E (or 0x4C0B5E) is known color: Scarlet Gum. HEX triplet: 4C, 0B and 5E. RGB value is (76,11,94). Sum of RGB (Red+Green+Blue) = 76+11+94=181 (23% of max value = 765). Red value is 76 (30.08% from 255 or 41.99% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C0B5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C0B5E is #B3F4A1. Grayscale: #272727. Windows color (decimal): -11793570 or 6163276. OLE color: 6163276.
HSL color Cylindrical-coordinate representation of color #4C0B5E: hue angle of 286.99º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C0B5E is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 76 | 11 | 94 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.63 |
| HSL | 286.99º | 0.79% | 0.21% | - |
| HSV(B) | 286.99º | 0.88% | 0.37% | - |
| XYZ | 5.12 | 2.58 | 10.82 | - |
| YUV | 39.9 | 158.53 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 11 | 94 | 0.19 | 0.88 | 0 | 0.63 | 286.99 | 0.79 | 0.21 |
| Hex | 4C | B | 5E | 13 | 58 | 0 | 3F | 11F | 4F | 15 |
| Octal | 114 | 13 | 136 | 23 | 130 | 0 | 77 | 437 | 117 | 25 |
| Binary | 1001100 | 1011 | 1011110 | 10011 | 1011000 | 0 | 111111 | 100011111 | 1001111 | 10101 |
Color Harmonies of #4C0B5E
Complementary color
Monochromatic Colors of #4C0B5E
Black with #4C0B5E
Text Example
Text Example
White with #4C0B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0B5E; }
p { color: rgb(76,11,94); }
H1.HeaderClassName
{
color: #4C0B5E;
}
.AnyTagClassName
{
color: #4C0B5E;
}
</style>
background-color css
<style>
a { background-color: #4C0B5E; }
a { background-color: rgb(76,11,94); }
div.DivClassName
{
background-color: #4C0B5E;
}
.BgClassName
{
background-color: #4C0B5E;
}
</style>
border-color css
<style>
span { border-color: #4C0B5E; }
span { border-color: rgb(76,11,94); }
td.TdClassName
{
border-color: #4C0B5E;
}
.TagClassName
{
border-color: #4C0B5E;
}
</style>