Shades of Scarlet Gum #401159
Tints of Scarlet Gum #401159
RGB
CMYK
RGB Variations
Color information
#401159 (or 0x401159) is known color: Scarlet Gum. HEX triplet: 40, 11 and 59. RGB value is (64,17,89). Sum of RGB (Red+Green+Blue) = 64+17+89=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #401159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401159 is #BFEEA6. Grayscale: #272727. Windows color (decimal): -12578471 or 5837120. OLE color: 5837120.
HSL color Cylindrical-coordinate representation of color #401159: hue angle of 279.17º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401159 is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 17 | 89 | - |
| CMYK | 0.28 | 0.81 | 0 | 0.65 |
| HSL | 279.17º | 0.68% | 0.21% | - |
| HSV(B) | 279.17º | 0.81% | 0.35% | - |
| XYZ | 4.12 | 2.21 | 9.66 | - |
| YUV | 39.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 89 | 0.28 | 0.81 | 0 | 0.65 | 279.17 | 0.68 | 0.21 |
| Hex | 40 | 11 | 59 | 1C | 51 | 0 | 41 | 117 | 44 | 15 |
| Octal | 100 | 21 | 131 | 34 | 121 | 0 | 101 | 427 | 104 | 25 |
| Binary | 1000000 | 10001 | 1011001 | 11100 | 1010001 | 0 | 1000001 | 100010111 | 1000100 | 10101 |
Color Harmonies of #401159
Complementary color
Monochromatic Colors of #401159
Black with #401159
Text Example
Text Example
White with #401159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401159; }
p { color: rgb(64,17,89); }
H1.HeaderClassName
{
color: #401159;
}
.AnyTagClassName
{
color: #401159;
}
</style>
background-color css
<style>
a { background-color: #401159; }
a { background-color: rgb(64,17,89); }
div.DivClassName
{
background-color: #401159;
}
.BgClassName
{
background-color: #401159;
}
</style>
border-color css
<style>
span { border-color: #401159; }
span { border-color: rgb(64,17,89); }
td.TdClassName
{
border-color: #401159;
}
.TagClassName
{
border-color: #401159;
}
</style>