Shades of Scarlet Gum #401C50
Tints of Scarlet Gum #401C50
RGB
CMYK
RGB Variations
Color information
#401C50 (or 0x401C50) is known color: Scarlet Gum. HEX triplet: 40, 1C and 50. RGB value is (64,28,80). Sum of RGB (Red+Green+Blue) = 64+28+80=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #401C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C50 is #BFE3AF. Grayscale: #2C2C2C. Windows color (decimal): -12575664 or 5250112. OLE color: 5250112.
HSL color Cylindrical-coordinate representation of color #401C50: hue angle of 281.54º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #401C50 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 28 | 80 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.69 |
| HSL | 281.54º | 0.48% | 0.21% | - |
| HSV(B) | 281.54º | 0.65% | 0.31% | - |
| XYZ | 3.98 | 2.5 | 7.86 | - |
| YUV | 44.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 80 | 0.20 | 0.65 | 0 | 0.69 | 281.54 | 0.48 | 0.21 |
| Hex | 40 | 1C | 50 | 14 | 41 | 0 | 45 | 11A | 30 | 15 |
| Octal | 100 | 34 | 120 | 24 | 101 | 0 | 105 | 432 | 60 | 25 |
| Binary | 1000000 | 11100 | 1010000 | 10100 | 1000001 | 0 | 1000101 | 100011010 | 110000 | 10101 |
Color Harmonies of #401C50
Complementary color
Monochromatic Colors of #401C50
Black with #401C50
Text Example
Text Example
White with #401C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C50; }
p { color: rgb(64,28,80); }
H1.HeaderClassName
{
color: #401C50;
}
.AnyTagClassName
{
color: #401C50;
}
</style>
background-color css
<style>
a { background-color: #401C50; }
a { background-color: rgb(64,28,80); }
div.DivClassName
{
background-color: #401C50;
}
.BgClassName
{
background-color: #401C50;
}
</style>
border-color css
<style>
span { border-color: #401C50; }
span { border-color: rgb(64,28,80); }
td.TdClassName
{
border-color: #401C50;
}
.TagClassName
{
border-color: #401C50;
}
</style>