Shades of Scarlet Gum #401559
Tints of Scarlet Gum #401559
RGB
CMYK
RGB Variations
Color information
#401559 (or 0x401559) is known color: Scarlet Gum. HEX triplet: 40, 15 and 59. RGB value is (64,21,89). Sum of RGB (Red+Green+Blue) = 64+21+89=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #401559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401559 is #BFEAA6. Grayscale: #292929. Windows color (decimal): -12577447 or 5838144. OLE color: 5838144.
HSL color Cylindrical-coordinate representation of color #401559: hue angle of 277.94º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401559 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 21 | 89 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.65 |
| HSL | 277.94º | 0.62% | 0.22% | - |
| HSV(B) | 277.94º | 0.76% | 0.35% | - |
| XYZ | 4.19 | 2.35 | 9.68 | - |
| YUV | 41.61 | 154.75 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 89 | 0.28 | 0.76 | 0 | 0.65 | 277.94 | 0.62 | 0.22 |
| Hex | 40 | 15 | 59 | 1C | 4C | 0 | 41 | 116 | 3E | 16 |
| Octal | 100 | 25 | 131 | 34 | 114 | 0 | 101 | 426 | 76 | 26 |
| Binary | 1000000 | 10101 | 1011001 | 11100 | 1001100 | 0 | 1000001 | 100010110 | 111110 | 10110 |
Color Harmonies of #401559
Complementary color
Monochromatic Colors of #401559
Black with #401559
Text Example
Text Example
White with #401559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401559; }
p { color: rgb(64,21,89); }
H1.HeaderClassName
{
color: #401559;
}
.AnyTagClassName
{
color: #401559;
}
</style>
background-color css
<style>
a { background-color: #401559; }
a { background-color: rgb(64,21,89); }
div.DivClassName
{
background-color: #401559;
}
.BgClassName
{
background-color: #401559;
}
</style>
border-color css
<style>
span { border-color: #401559; }
span { border-color: rgb(64,21,89); }
td.TdClassName
{
border-color: #401559;
}
.TagClassName
{
border-color: #401559;
}
</style>