Shades of Scarlet Gum #4D325C
Tints of Scarlet Gum #4D325C
RGB
CMYK
RGB Variations
Color information
#4D325C (or 0x4D325C) is known color: Scarlet Gum. HEX triplet: 4D, 32 and 5C. RGB value is (77,50,92). Sum of RGB (Red+Green+Blue) = 77+50+92=219 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35.16% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D325C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D325C is #B2CDA3. Grayscale: #3E3E3E. Windows color (decimal): -11718052 or 6042189. OLE color: 6042189.
HSL color Cylindrical-coordinate representation of color #4D325C: hue angle of 278.57º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D325C is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 50 | 92 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.64 |
| HSL | 278.57º | 0.3% | 0.28% | - |
| HSV(B) | 278.57º | 0.46% | 0.36% | - |
| XYZ | 6.13 | 4.63 | 10.7 | - |
| YUV | 62.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 50 | 92 | 0.16 | 0.46 | 0 | 0.64 | 278.57 | 0.3 | 0.28 |
| Hex | 4D | 32 | 5C | 10 | 2E | 0 | 40 | 117 | 1E | 1C |
| Octal | 115 | 62 | 134 | 20 | 56 | 0 | 100 | 427 | 36 | 34 |
| Binary | 1001101 | 110010 | 1011100 | 10000 | 101110 | 0 | 1000000 | 100010111 | 11110 | 11100 |
Color Harmonies of #4D325C
Complementary color
Monochromatic Colors of #4D325C
Black with #4D325C
Text Example
Text Example
White with #4D325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D325C; }
p { color: rgb(77,50,92); }
H1.HeaderClassName
{
color: #4D325C;
}
.AnyTagClassName
{
color: #4D325C;
}
</style>
background-color css
<style>
a { background-color: #4D325C; }
a { background-color: rgb(77,50,92); }
div.DivClassName
{
background-color: #4D325C;
}
.BgClassName
{
background-color: #4D325C;
}
</style>
border-color css
<style>
span { border-color: #4D325C; }
span { border-color: rgb(77,50,92); }
td.TdClassName
{
border-color: #4D325C;
}
.TagClassName
{
border-color: #4D325C;
}
</style>