Shades of Scarlet Gum #50325B
Tints of Scarlet Gum #50325B
RGB
CMYK
RGB Variations
Color information
#50325B (or 0x50325B) is known color: Scarlet Gum. HEX triplet: 50, 32 and 5B. RGB value is (80,50,91). Sum of RGB (Red+Green+Blue) = 80+50+91=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #50325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50325B is #AFCDA4. Grayscale: #3F3F3F. Windows color (decimal): -11521445 or 5976656. OLE color: 5976656.
HSL color Cylindrical-coordinate representation of color #50325B: hue angle of 283.9º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50325B is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 50 | 91 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.64 |
| HSL | 283.9º | 0.29% | 0.28% | - |
| HSV(B) | 283.9º | 0.45% | 0.36% | - |
| XYZ | 6.34 | 4.74 | 10.48 | - |
| YUV | 63.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 50 | 91 | 0.12 | 0.45 | 0 | 0.64 | 283.9 | 0.29 | 0.28 |
| Hex | 50 | 32 | 5B | C | 2D | 0 | 40 | 11C | 1D | 1C |
| Octal | 120 | 62 | 133 | 14 | 55 | 0 | 100 | 434 | 35 | 34 |
| Binary | 1010000 | 110010 | 1011011 | 1100 | 101101 | 0 | 1000000 | 100011100 | 11101 | 11100 |
Color Harmonies of #50325B
Complementary color
Monochromatic Colors of #50325B
Black with #50325B
Text Example
Text Example
White with #50325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50325B; }
p { color: rgb(80,50,91); }
H1.HeaderClassName
{
color: #50325B;
}
.AnyTagClassName
{
color: #50325B;
}
</style>
background-color css
<style>
a { background-color: #50325B; }
a { background-color: rgb(80,50,91); }
div.DivClassName
{
background-color: #50325B;
}
.BgClassName
{
background-color: #50325B;
}
</style>
border-color css
<style>
span { border-color: #50325B; }
span { border-color: rgb(80,50,91); }
td.TdClassName
{
border-color: #50325B;
}
.TagClassName
{
border-color: #50325B;
}
</style>