Shades of Scarlet Gum #401A56
Tints of Scarlet Gum #401A56
RGB
CMYK
RGB Variations
Color information
#401A56 (or 0x401A56) is known color: Scarlet Gum. HEX triplet: 40, 1A and 56. RGB value is (64,26,86). Sum of RGB (Red+Green+Blue) = 64+26+86=176 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.36% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #401A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A56 is #BFE5A9. Grayscale: #2C2C2C. Windows color (decimal): -12576170 or 5642816. OLE color: 5642816.
HSL color Cylindrical-coordinate representation of color #401A56: hue angle of 278º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401A56 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 26 | 86 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.66 |
| HSL | 278º | 0.54% | 0.22% | - |
| HSV(B) | 278º | 0.7% | 0.34% | - |
| XYZ | 4.16 | 2.5 | 9.07 | - |
| YUV | 44.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 86 | 0.26 | 0.70 | 0 | 0.66 | 278 | 0.54 | 0.22 |
| Hex | 40 | 1A | 56 | 1A | 46 | 0 | 42 | 116 | 36 | 16 |
| Octal | 100 | 32 | 126 | 32 | 106 | 0 | 102 | 426 | 66 | 26 |
| Binary | 1000000 | 11010 | 1010110 | 11010 | 1000110 | 0 | 1000010 | 100010110 | 110110 | 10110 |
Color Harmonies of #401A56
Complementary color
Monochromatic Colors of #401A56
Black with #401A56
Text Example
Text Example
White with #401A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A56; }
p { color: rgb(64,26,86); }
H1.HeaderClassName
{
color: #401A56;
}
.AnyTagClassName
{
color: #401A56;
}
</style>
background-color css
<style>
a { background-color: #401A56; }
a { background-color: rgb(64,26,86); }
div.DivClassName
{
background-color: #401A56;
}
.BgClassName
{
background-color: #401A56;
}
</style>
border-color css
<style>
span { border-color: #401A56; }
span { border-color: rgb(64,26,86); }
td.TdClassName
{
border-color: #401A56;
}
.TagClassName
{
border-color: #401A56;
}
</style>