Shades of Scarlet Gum #503958
Tints of Scarlet Gum #503958
RGB
CMYK
RGB Variations
Color information
#503958 (or 0x503958) is known color: Scarlet Gum. HEX triplet: 50, 39 and 58. RGB value is (80,57,88). Sum of RGB (Red+Green+Blue) = 80+57+88=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 88 - color contains mainly: blue. Hex color #503958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503958 is #AFC6A7. Grayscale: #434343. Windows color (decimal): -11519656 or 5781840. OLE color: 5781840.
HSL color Cylindrical-coordinate representation of color #503958: hue angle of 284.52º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #503958 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 80 | 57 | 88 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.65 |
| HSL | 284.52º | 0.21% | 0.28% | - |
| HSV(B) | 284.52º | 0.35% | 0.35% | - |
| XYZ | 6.53 | 5.34 | 9.92 | - |
| YUV | 67.41 | 139.62 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 88 | 0.09 | 0.35 | 0 | 0.65 | 284.52 | 0.21 | 0.28 |
| Hex | 50 | 39 | 58 | 9 | 23 | 0 | 41 | 11D | 15 | 1C |
| Octal | 120 | 71 | 130 | 11 | 43 | 0 | 101 | 435 | 25 | 34 |
| Binary | 1010000 | 111001 | 1011000 | 1001 | 100011 | 0 | 1000001 | 100011101 | 10101 | 11100 |
Color Harmonies of #503958
Complementary color
Monochromatic Colors of #503958
Black with #503958
Text Example
Text Example
White with #503958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503958; }
p { color: rgb(80,57,88); }
H1.HeaderClassName
{
color: #503958;
}
.AnyTagClassName
{
color: #503958;
}
</style>
background-color css
<style>
a { background-color: #503958; }
a { background-color: rgb(80,57,88); }
div.DivClassName
{
background-color: #503958;
}
.BgClassName
{
background-color: #503958;
}
</style>
border-color css
<style>
span { border-color: #503958; }
span { border-color: rgb(80,57,88); }
td.TdClassName
{
border-color: #503958;
}
.TagClassName
{
border-color: #503958;
}
</style>