Shades of Scarlet Gum #4F265A
Tints of Scarlet Gum #4F265A
RGB
CMYK
RGB Variations
Color information
#4F265A (or 0x4F265A) is known color: Scarlet Gum. HEX triplet: 4F, 26 and 5A. RGB value is (79,38,90). Sum of RGB (Red+Green+Blue) = 79+38+90=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F265A is #B0D9A5. Grayscale: #383838. Windows color (decimal): -11590054 or 5908047. OLE color: 5908047.
HSL color Cylindrical-coordinate representation of color #4F265A: hue angle of 287.31º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F265A is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 38 | 90 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.65 |
| HSL | 287.31º | 0.41% | 0.25% | - |
| HSV(B) | 287.31º | 0.58% | 0.35% | - |
| XYZ | 5.76 | 3.79 | 10.1 | - |
| YUV | 56.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 38 | 90 | 0.12 | 0.58 | 0 | 0.65 | 287.31 | 0.41 | 0.25 |
| Hex | 4F | 26 | 5A | C | 3A | 0 | 41 | 11F | 29 | 19 |
| Octal | 117 | 46 | 132 | 14 | 72 | 0 | 101 | 437 | 51 | 31 |
| Binary | 1001111 | 100110 | 1011010 | 1100 | 111010 | 0 | 1000001 | 100011111 | 101001 | 11001 |
Color Harmonies of #4F265A
Complementary color
Monochromatic Colors of #4F265A
Black with #4F265A
Text Example
Text Example
White with #4F265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F265A; }
p { color: rgb(79,38,90); }
H1.HeaderClassName
{
color: #4F265A;
}
.AnyTagClassName
{
color: #4F265A;
}
</style>
background-color css
<style>
a { background-color: #4F265A; }
a { background-color: rgb(79,38,90); }
div.DivClassName
{
background-color: #4F265A;
}
.BgClassName
{
background-color: #4F265A;
}
</style>
border-color css
<style>
span { border-color: #4F265A; }
span { border-color: rgb(79,38,90); }
td.TdClassName
{
border-color: #4F265A;
}
.TagClassName
{
border-color: #4F265A;
}
</style>