Shades of Scarlet Gum #4F365D
Tints of Scarlet Gum #4F365D
RGB
CMYK
RGB Variations
Color information
#4F365D (or 0x4F365D) is known color: Scarlet Gum. HEX triplet: 4F, 36 and 5D. RGB value is (79,54,93). Sum of RGB (Red+Green+Blue) = 79+54+93=226 (29% of max value = 765). Red value is 79 (31.25% from 255 or 34.96% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F365D is #B0C9A2. Grayscale: #414141. Windows color (decimal): -11585955 or 6108751. OLE color: 6108751.
HSL color Cylindrical-coordinate representation of color #4F365D: hue angle of 278.46º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F365D is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 54 | 93 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.64 |
| HSL | 278.46º | 0.27% | 0.29% | - |
| HSV(B) | 278.46º | 0.42% | 0.36% | - |
| XYZ | 6.52 | 5.09 | 10.99 | - |
| YUV | 65.92 | 143.28 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 54 | 93 | 0.15 | 0.42 | 0 | 0.64 | 278.46 | 0.27 | 0.29 |
| Hex | 4F | 36 | 5D | F | 2A | 0 | 40 | 116 | 1B | 1D |
| Octal | 117 | 66 | 135 | 17 | 52 | 0 | 100 | 426 | 33 | 35 |
| Binary | 1001111 | 110110 | 1011101 | 1111 | 101010 | 0 | 1000000 | 100010110 | 11011 | 11101 |
Color Harmonies of #4F365D
Complementary color
Monochromatic Colors of #4F365D
Black with #4F365D
Text Example
Text Example
White with #4F365D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F365D; }
p { color: rgb(79,54,93); }
H1.HeaderClassName
{
color: #4F365D;
}
.AnyTagClassName
{
color: #4F365D;
}
</style>
background-color css
<style>
a { background-color: #4F365D; }
a { background-color: rgb(79,54,93); }
div.DivClassName
{
background-color: #4F365D;
}
.BgClassName
{
background-color: #4F365D;
}
</style>
border-color css
<style>
span { border-color: #4F365D; }
span { border-color: rgb(79,54,93); }
td.TdClassName
{
border-color: #4F365D;
}
.TagClassName
{
border-color: #4F365D;
}
</style>