Shades of Scarlet Gum #4F245F
Tints of Scarlet Gum #4F245F
RGB
CMYK
RGB Variations
Color information
#4F245F (or 0x4F245F) is known color: Scarlet Gum. HEX triplet: 4F, 24 and 5F. RGB value is (79,36,95). Sum of RGB (Red+Green+Blue) = 79+36+95=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #4F245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F245F is #B0DBA0. Grayscale: #373737. Windows color (decimal): -11590561 or 6235215. OLE color: 6235215.
HSL color Cylindrical-coordinate representation of color #4F245F: hue angle of 283.73º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4F245F is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 79 | 36 | 95 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.63 |
| HSL | 283.73º | 0.45% | 0.26% | - |
| HSV(B) | 283.73º | 0.62% | 0.37% | - |
| XYZ | 5.92 | 3.75 | 11.24 | - |
| YUV | 55.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 36 | 95 | 0.17 | 0.62 | 0 | 0.63 | 283.73 | 0.45 | 0.26 |
| Hex | 4F | 24 | 5F | 11 | 3E | 0 | 3F | 11C | 2D | 1A |
| Octal | 117 | 44 | 137 | 21 | 76 | 0 | 77 | 434 | 55 | 32 |
| Binary | 1001111 | 100100 | 1011111 | 10001 | 111110 | 0 | 111111 | 100011100 | 101101 | 11010 |
Color Harmonies of #4F245F
Complementary color
Monochromatic Colors of #4F245F
Black with #4F245F
Text Example
Text Example
White with #4F245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F245F; }
p { color: rgb(79,36,95); }
H1.HeaderClassName
{
color: #4F245F;
}
.AnyTagClassName
{
color: #4F245F;
}
</style>
background-color css
<style>
a { background-color: #4F245F; }
a { background-color: rgb(79,36,95); }
div.DivClassName
{
background-color: #4F245F;
}
.BgClassName
{
background-color: #4F245F;
}
</style>
border-color css
<style>
span { border-color: #4F245F; }
span { border-color: rgb(79,36,95); }
td.TdClassName
{
border-color: #4F245F;
}
.TagClassName
{
border-color: #4F245F;
}
</style>