Shades of Scarlet Gum #4F2F5C
Tints of Scarlet Gum #4F2F5C
RGB
CMYK
RGB Variations
Color information
#4F2F5C (or 0x4F2F5C) is known color: Scarlet Gum. HEX triplet: 4F, 2F and 5C. RGB value is (79,47,92). Sum of RGB (Red+Green+Blue) = 79+47+92=218 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.24% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F2F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2F5C is #B0D0A3. Grayscale: #3D3D3D. Windows color (decimal): -11587748 or 6041423. OLE color: 6041423.
HSL color Cylindrical-coordinate representation of color #4F2F5C: hue angle of 282.67º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F2F5C is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 47 | 92 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.64 |
| HSL | 282.67º | 0.32% | 0.27% | - |
| HSV(B) | 282.67º | 0.49% | 0.36% | - |
| XYZ | 6.17 | 4.47 | 10.66 | - |
| YUV | 61.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 47 | 92 | 0.14 | 0.49 | 0 | 0.64 | 282.67 | 0.32 | 0.27 |
| Hex | 4F | 2F | 5C | E | 31 | 0 | 40 | 11B | 20 | 1B |
| Octal | 117 | 57 | 134 | 16 | 61 | 0 | 100 | 433 | 40 | 33 |
| Binary | 1001111 | 101111 | 1011100 | 1110 | 110001 | 0 | 1000000 | 100011011 | 100000 | 11011 |
Color Harmonies of #4F2F5C
Complementary color
Monochromatic Colors of #4F2F5C
Black with #4F2F5C
Text Example
Text Example
White with #4F2F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2F5C; }
p { color: rgb(79,47,92); }
H1.HeaderClassName
{
color: #4F2F5C;
}
.AnyTagClassName
{
color: #4F2F5C;
}
</style>
background-color css
<style>
a { background-color: #4F2F5C; }
a { background-color: rgb(79,47,92); }
div.DivClassName
{
background-color: #4F2F5C;
}
.BgClassName
{
background-color: #4F2F5C;
}
</style>
border-color css
<style>
span { border-color: #4F2F5C; }
span { border-color: rgb(79,47,92); }
td.TdClassName
{
border-color: #4F2F5C;
}
.TagClassName
{
border-color: #4F2F5C;
}
</style>