Shades of Scarlet Gum #4F2C65
Tints of Scarlet Gum #4F2C65
RGB
CMYK
RGB Variations
Color information
#4F2C65 (or 0x4F2C65) is known color: Scarlet Gum. HEX triplet: 4F, 2C and 65. RGB value is (79,44,101). Sum of RGB (Red+Green+Blue) = 79+44+101=224 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.27% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #4F2C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2C65 is #B0D39A. Grayscale: #3C3C3C. Windows color (decimal): -11588507 or 6630479. OLE color: 6630479.
HSL color Cylindrical-coordinate representation of color #4F2C65: hue angle of 276.84º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2C65 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 44 | 101 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.60 |
| HSL | 276.84º | 0.39% | 0.28% | - |
| HSV(B) | 276.84º | 0.56% | 0.4% | - |
| XYZ | 6.47 | 4.4 | 12.82 | - |
| YUV | 60.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 44 | 101 | 0.22 | 0.56 | 0 | 0.60 | 276.84 | 0.39 | 0.28 |
| Hex | 4F | 2C | 65 | 16 | 38 | 0 | 3C | 115 | 27 | 1C |
| Octal | 117 | 54 | 145 | 26 | 70 | 0 | 74 | 425 | 47 | 34 |
| Binary | 1001111 | 101100 | 1100101 | 10110 | 111000 | 0 | 111100 | 100010101 | 100111 | 11100 |
Color Harmonies of #4F2C65
Complementary color
Monochromatic Colors of #4F2C65
Black with #4F2C65
Text Example
Text Example
White with #4F2C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2C65; }
p { color: rgb(79,44,101); }
H1.HeaderClassName
{
color: #4F2C65;
}
.AnyTagClassName
{
color: #4F2C65;
}
</style>
background-color css
<style>
a { background-color: #4F2C65; }
a { background-color: rgb(79,44,101); }
div.DivClassName
{
background-color: #4F2C65;
}
.BgClassName
{
background-color: #4F2C65;
}
</style>
border-color css
<style>
span { border-color: #4F2C65; }
span { border-color: rgb(79,44,101); }
td.TdClassName
{
border-color: #4F2C65;
}
.TagClassName
{
border-color: #4F2C65;
}
</style>