Shades of Scarlet Gum #4D195C
Tints of Scarlet Gum #4D195C
RGB
CMYK
RGB Variations
Color information
#4D195C (or 0x4D195C) is known color: Scarlet Gum. HEX triplet: 4D, 19 and 5C. RGB value is (77,25,92). Sum of RGB (Red+Green+Blue) = 77+25+92=194 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.69% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D195C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D195C is #B2E6A3. Grayscale: #2F2F2F. Windows color (decimal): -11724452 or 6035789. OLE color: 6035789.
HSL color Cylindrical-coordinate representation of color #4D195C: hue angle of 286.57º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4D195C is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 25 | 92 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.64 |
| HSL | 286.57º | 0.57% | 0.23% | - |
| HSV(B) | 286.57º | 0.73% | 0.36% | - |
| XYZ | 5.34 | 3.05 | 10.43 | - |
| YUV | 48.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 92 | 0.16 | 0.73 | 0 | 0.64 | 286.57 | 0.57 | 0.23 |
| Hex | 4D | 19 | 5C | 10 | 49 | 0 | 40 | 11F | 39 | 17 |
| Octal | 115 | 31 | 134 | 20 | 111 | 0 | 100 | 437 | 71 | 27 |
| Binary | 1001101 | 11001 | 1011100 | 10000 | 1001001 | 0 | 1000000 | 100011111 | 111001 | 10111 |
Color Harmonies of #4D195C
Complementary color
Monochromatic Colors of #4D195C
Black with #4D195C
Text Example
Text Example
White with #4D195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D195C; }
p { color: rgb(77,25,92); }
H1.HeaderClassName
{
color: #4D195C;
}
.AnyTagClassName
{
color: #4D195C;
}
</style>
background-color css
<style>
a { background-color: #4D195C; }
a { background-color: rgb(77,25,92); }
div.DivClassName
{
background-color: #4D195C;
}
.BgClassName
{
background-color: #4D195C;
}
</style>
border-color css
<style>
span { border-color: #4D195C; }
span { border-color: rgb(77,25,92); }
td.TdClassName
{
border-color: #4D195C;
}
.TagClassName
{
border-color: #4D195C;
}
</style>