Shades of Scarlet Gum #4F295A
Tints of Scarlet Gum #4F295A
RGB
CMYK
RGB Variations
Color information
#4F295A (or 0x4F295A) is known color: Scarlet Gum. HEX triplet: 4F, 29 and 5A. RGB value is (79,41,90). Sum of RGB (Red+Green+Blue) = 79+41+90=210 (27% of max value = 765). Red value is 79 (31.25% from 255 or 37.62% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F295A is #B0D6A5. Grayscale: #393939. Windows color (decimal): -11589286 or 5908815. OLE color: 5908815.
HSL color Cylindrical-coordinate representation of color #4F295A: hue angle of 286.53º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F295A is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 41 | 90 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.65 |
| HSL | 286.53º | 0.37% | 0.26% | - |
| HSV(B) | 286.53º | 0.54% | 0.35% | - |
| XYZ | 5.86 | 3.99 | 10.13 | - |
| YUV | 57.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 90 | 0.12 | 0.54 | 0 | 0.65 | 286.53 | 0.37 | 0.26 |
| Hex | 4F | 29 | 5A | C | 36 | 0 | 41 | 11F | 25 | 1A |
| Octal | 117 | 51 | 132 | 14 | 66 | 0 | 101 | 437 | 45 | 32 |
| Binary | 1001111 | 101001 | 1011010 | 1100 | 110110 | 0 | 1000001 | 100011111 | 100101 | 11010 |
Color Harmonies of #4F295A
Complementary color
Monochromatic Colors of #4F295A
Black with #4F295A
Text Example
Text Example
White with #4F295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F295A; }
p { color: rgb(79,41,90); }
H1.HeaderClassName
{
color: #4F295A;
}
.AnyTagClassName
{
color: #4F295A;
}
</style>
background-color css
<style>
a { background-color: #4F295A; }
a { background-color: rgb(79,41,90); }
div.DivClassName
{
background-color: #4F295A;
}
.BgClassName
{
background-color: #4F295A;
}
</style>
border-color css
<style>
span { border-color: #4F295A; }
span { border-color: rgb(79,41,90); }
td.TdClassName
{
border-color: #4F295A;
}
.TagClassName
{
border-color: #4F295A;
}
</style>