Shades of Scarlet Gum #411F50
Tints of Scarlet Gum #411F50
RGB
CMYK
RGB Variations
Color information
#411F50 (or 0x411F50) is known color: Scarlet Gum. HEX triplet: 41, 1F and 50. RGB value is (65,31,80). Sum of RGB (Red+Green+Blue) = 65+31+80=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 31 (12.5% from 255 or 17.61% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #411F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F50 is #BEE0AF. Grayscale: #2E2E2E. Windows color (decimal): -12509360 or 5250881. OLE color: 5250881.
HSL color Cylindrical-coordinate representation of color #411F50: hue angle of 281.63º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #411F50 is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 31 | 80 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.69 |
| HSL | 281.63º | 0.44% | 0.22% | - |
| HSV(B) | 281.63º | 0.61% | 0.31% | - |
| XYZ | 4.12 | 2.68 | 7.89 | - |
| YUV | 46.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 80 | 0.19 | 0.61 | 0 | 0.69 | 281.63 | 0.44 | 0.22 |
| Hex | 41 | 1F | 50 | 13 | 3D | 0 | 45 | 11A | 2C | 16 |
| Octal | 101 | 37 | 120 | 23 | 75 | 0 | 105 | 432 | 54 | 26 |
| Binary | 1000001 | 11111 | 1010000 | 10011 | 111101 | 0 | 1000101 | 100011010 | 101100 | 10110 |
Color Harmonies of #411F50
Complementary color
Monochromatic Colors of #411F50
Black with #411F50
Text Example
Text Example
White with #411F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F50; }
p { color: rgb(65,31,80); }
H1.HeaderClassName
{
color: #411F50;
}
.AnyTagClassName
{
color: #411F50;
}
</style>
background-color css
<style>
a { background-color: #411F50; }
a { background-color: rgb(65,31,80); }
div.DivClassName
{
background-color: #411F50;
}
.BgClassName
{
background-color: #411F50;
}
</style>
border-color css
<style>
span { border-color: #411F50; }
span { border-color: rgb(65,31,80); }
td.TdClassName
{
border-color: #411F50;
}
.TagClassName
{
border-color: #411F50;
}
</style>