Shades of Scarlet Gum #4C165C
Tints of Scarlet Gum #4C165C
RGB
CMYK
RGB Variations
Color information
#4C165C (or 0x4C165C) is known color: Scarlet Gum. HEX triplet: 4C, 16 and 5C. RGB value is (76,22,92). Sum of RGB (Red+Green+Blue) = 76+22+92=190 (25% of max value = 765). Red value is 76 (30.08% from 255 or 40% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #4C165C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C165C is #B3E9A3. Grayscale: #2D2D2D. Windows color (decimal): -11790756 or 6035020. OLE color: 6035020.
HSL color Cylindrical-coordinate representation of color #4C165C: hue angle of 286.29º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C165C is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 22 | 92 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.64 |
| HSL | 286.29º | 0.61% | 0.22% | - |
| HSV(B) | 286.29º | 0.76% | 0.36% | - |
| XYZ | 5.2 | 2.88 | 10.41 | - |
| YUV | 46.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 22 | 92 | 0.17 | 0.76 | 0 | 0.64 | 286.29 | 0.61 | 0.22 |
| Hex | 4C | 16 | 5C | 11 | 4C | 0 | 40 | 11E | 3D | 16 |
| Octal | 114 | 26 | 134 | 21 | 114 | 0 | 100 | 436 | 75 | 26 |
| Binary | 1001100 | 10110 | 1011100 | 10001 | 1001100 | 0 | 1000000 | 100011110 | 111101 | 10110 |
Color Harmonies of #4C165C
Complementary color
Monochromatic Colors of #4C165C
Black with #4C165C
Text Example
Text Example
White with #4C165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C165C; }
p { color: rgb(76,22,92); }
H1.HeaderClassName
{
color: #4C165C;
}
.AnyTagClassName
{
color: #4C165C;
}
</style>
background-color css
<style>
a { background-color: #4C165C; }
a { background-color: rgb(76,22,92); }
div.DivClassName
{
background-color: #4C165C;
}
.BgClassName
{
background-color: #4C165C;
}
</style>
border-color css
<style>
span { border-color: #4C165C; }
span { border-color: rgb(76,22,92); }
td.TdClassName
{
border-color: #4C165C;
}
.TagClassName
{
border-color: #4C165C;
}
</style>