Shades of Scarlet Gum #4F325D
Tints of Scarlet Gum #4F325D
RGB
CMYK
RGB Variations
Color information
#4F325D (or 0x4F325D) is known color: Scarlet Gum. HEX triplet: 4F, 32 and 5D. RGB value is (79,50,93). Sum of RGB (Red+Green+Blue) = 79+50+93=222 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.59% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F325D is #B0CDA2. Grayscale: #3F3F3F. Windows color (decimal): -11586979 or 6107727. OLE color: 6107727.
HSL color Cylindrical-coordinate representation of color #4F325D: hue angle of 280.47º 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 #4F325D is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 50 | 93 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.64 |
| HSL | 280.47º | 0.3% | 0.28% | - |
| HSV(B) | 280.47º | 0.46% | 0.36% | - |
| XYZ | 6.34 | 4.73 | 10.94 | - |
| YUV | 63.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 50 | 93 | 0.15 | 0.46 | 0 | 0.64 | 280.47 | 0.3 | 0.28 |
| Hex | 4F | 32 | 5D | F | 2E | 0 | 40 | 118 | 1E | 1C |
| Octal | 117 | 62 | 135 | 17 | 56 | 0 | 100 | 430 | 36 | 34 |
| Binary | 1001111 | 110010 | 1011101 | 1111 | 101110 | 0 | 1000000 | 100011000 | 11110 | 11100 |
Color Harmonies of #4F325D
Complementary color
Monochromatic Colors of #4F325D
Black with #4F325D
Text Example
Text Example
White with #4F325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F325D; }
p { color: rgb(79,50,93); }
H1.HeaderClassName
{
color: #4F325D;
}
.AnyTagClassName
{
color: #4F325D;
}
</style>
background-color css
<style>
a { background-color: #4F325D; }
a { background-color: rgb(79,50,93); }
div.DivClassName
{
background-color: #4F325D;
}
.BgClassName
{
background-color: #4F325D;
}
</style>
border-color css
<style>
span { border-color: #4F325D; }
span { border-color: rgb(79,50,93); }
td.TdClassName
{
border-color: #4F325D;
}
.TagClassName
{
border-color: #4F325D;
}
</style>