Shades of Scarlet Gum #401359
Tints of Scarlet Gum #401359
RGB
CMYK
RGB Variations
Color information
#401359 (or 0x401359) is known color: Scarlet Gum. HEX triplet: 40, 13 and 59. RGB value is (64,19,89). Sum of RGB (Red+Green+Blue) = 64+19+89=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #401359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401359 is #BFECA6. Grayscale: #282828. Windows color (decimal): -12577959 or 5837632. OLE color: 5837632.
HSL color Cylindrical-coordinate representation of color #401359: hue angle of 278.57º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401359 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 19 | 89 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.65 |
| HSL | 278.57º | 0.65% | 0.21% | - |
| HSV(B) | 278.57º | 0.79% | 0.35% | - |
| XYZ | 4.15 | 2.28 | 9.67 | - |
| YUV | 40.44 | 155.41 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 89 | 0.28 | 0.79 | 0 | 0.65 | 278.57 | 0.65 | 0.21 |
| Hex | 40 | 13 | 59 | 1C | 4F | 0 | 41 | 117 | 41 | 15 |
| Octal | 100 | 23 | 131 | 34 | 117 | 0 | 101 | 427 | 101 | 25 |
| Binary | 1000000 | 10011 | 1011001 | 11100 | 1001111 | 0 | 1000001 | 100010111 | 1000001 | 10101 |
Color Harmonies of #401359
Complementary color
Monochromatic Colors of #401359
Black with #401359
Text Example
Text Example
White with #401359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401359; }
p { color: rgb(64,19,89); }
H1.HeaderClassName
{
color: #401359;
}
.AnyTagClassName
{
color: #401359;
}
</style>
background-color css
<style>
a { background-color: #401359; }
a { background-color: rgb(64,19,89); }
div.DivClassName
{
background-color: #401359;
}
.BgClassName
{
background-color: #401359;
}
</style>
border-color css
<style>
span { border-color: #401359; }
span { border-color: rgb(64,19,89); }
td.TdClassName
{
border-color: #401359;
}
.TagClassName
{
border-color: #401359;
}
</style>