Shades of Scarlet Gum #50305B
Tints of Scarlet Gum #50305B
RGB
CMYK
RGB Variations
Color information
#50305B (or 0x50305B) is known color: Scarlet Gum. HEX triplet: 50, 30 and 5B. RGB value is (80,48,91). Sum of RGB (Red+Green+Blue) = 80+48+91=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #50305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50305B is #AFCFA4. Grayscale: #3E3E3E. Windows color (decimal): -11521957 or 5976144. OLE color: 5976144.
HSL color Cylindrical-coordinate representation of color #50305B: hue angle of 284.65º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50305B is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 80 | 48 | 91 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.64 |
| HSL | 284.65º | 0.31% | 0.27% | - |
| HSV(B) | 284.65º | 0.47% | 0.36% | - |
| XYZ | 6.25 | 4.57 | 10.45 | - |
| YUV | 62.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 48 | 91 | 0.12 | 0.47 | 0 | 0.64 | 284.65 | 0.31 | 0.27 |
| Hex | 50 | 30 | 5B | C | 2F | 0 | 40 | 11D | 1F | 1B |
| Octal | 120 | 60 | 133 | 14 | 57 | 0 | 100 | 435 | 37 | 33 |
| Binary | 1010000 | 110000 | 1011011 | 1100 | 101111 | 0 | 1000000 | 100011101 | 11111 | 11011 |
Color Harmonies of #50305B
Complementary color
Monochromatic Colors of #50305B
Black with #50305B
Text Example
Text Example
White with #50305B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50305B; }
p { color: rgb(80,48,91); }
H1.HeaderClassName
{
color: #50305B;
}
.AnyTagClassName
{
color: #50305B;
}
</style>
background-color css
<style>
a { background-color: #50305B; }
a { background-color: rgb(80,48,91); }
div.DivClassName
{
background-color: #50305B;
}
.BgClassName
{
background-color: #50305B;
}
</style>
border-color css
<style>
span { border-color: #50305B; }
span { border-color: rgb(80,48,91); }
td.TdClassName
{
border-color: #50305B;
}
.TagClassName
{
border-color: #50305B;
}
</style>