Shades of Scarlet Gum #50395B
Tints of Scarlet Gum #50395B
RGB
CMYK
RGB Variations
Color information
#50395B (or 0x50395B) is known color: Scarlet Gum. HEX triplet: 50, 39 and 5B. RGB value is (80,57,91). Sum of RGB (Red+Green+Blue) = 80+57+91=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #50395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50395B is #AFC6A4. Grayscale: #434343. Windows color (decimal): -11519653 or 5978448. OLE color: 5978448.
HSL color Cylindrical-coordinate representation of color #50395B: hue angle of 280.59º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #50395B is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 57 | 91 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.64 |
| HSL | 280.59º | 0.23% | 0.29% | - |
| HSV(B) | 280.59º | 0.37% | 0.36% | - |
| XYZ | 6.66 | 5.39 | 10.59 | - |
| YUV | 67.75 | 141.12 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 57 | 91 | 0.12 | 0.37 | 0 | 0.64 | 280.59 | 0.23 | 0.29 |
| Hex | 50 | 39 | 5B | C | 25 | 0 | 40 | 119 | 17 | 1D |
| Octal | 120 | 71 | 133 | 14 | 45 | 0 | 100 | 431 | 27 | 35 |
| Binary | 1010000 | 111001 | 1011011 | 1100 | 100101 | 0 | 1000000 | 100011001 | 10111 | 11101 |
Color Harmonies of #50395B
Complementary color
Monochromatic Colors of #50395B
Black with #50395B
Text Example
Text Example
White with #50395B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50395B; }
p { color: rgb(80,57,91); }
H1.HeaderClassName
{
color: #50395B;
}
.AnyTagClassName
{
color: #50395B;
}
</style>
background-color css
<style>
a { background-color: #50395B; }
a { background-color: rgb(80,57,91); }
div.DivClassName
{
background-color: #50395B;
}
.BgClassName
{
background-color: #50395B;
}
</style>
border-color css
<style>
span { border-color: #50395B; }
span { border-color: rgb(80,57,91); }
td.TdClassName
{
border-color: #50395B;
}
.TagClassName
{
border-color: #50395B;
}
</style>