Shades of Scarlet Gum #401D57
Tints of Scarlet Gum #401D57
RGB
CMYK
RGB Variations
Color information
#401D57 (or 0x401D57) is known color: Scarlet Gum. HEX triplet: 40, 1D and 57. RGB value is (64,29,87). Sum of RGB (Red+Green+Blue) = 64+29+87=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 87 (34.38% from 255 or 48.33% from 180); Max value from RGB is 87 - color contains mainly: blue. Hex color #401D57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401D57 is #BFE2A8. Grayscale: #2D2D2D. Windows color (decimal): -12575401 or 5709120. OLE color: 5709120.
HSL color Cylindrical-coordinate representation of color #401D57: hue angle of 276.21º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401D57 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 29 | 87 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.66 |
| HSL | 276.21º | 0.5% | 0.23% | - |
| HSV(B) | 276.21º | 0.67% | 0.34% | - |
| XYZ | 4.27 | 2.66 | 9.3 | - |
| YUV | 46.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 87 | 0.26 | 0.67 | 0 | 0.66 | 276.21 | 0.5 | 0.23 |
| Hex | 40 | 1D | 57 | 1A | 43 | 0 | 42 | 114 | 32 | 17 |
| Octal | 100 | 35 | 127 | 32 | 103 | 0 | 102 | 424 | 62 | 27 |
| Binary | 1000000 | 11101 | 1010111 | 11010 | 1000011 | 0 | 1000010 | 100010100 | 110010 | 10111 |
Color Harmonies of #401D57
Complementary color
Monochromatic Colors of #401D57
Black with #401D57
Text Example
Text Example
White with #401D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D57; }
p { color: rgb(64,29,87); }
H1.HeaderClassName
{
color: #401D57;
}
.AnyTagClassName
{
color: #401D57;
}
</style>
background-color css
<style>
a { background-color: #401D57; }
a { background-color: rgb(64,29,87); }
div.DivClassName
{
background-color: #401D57;
}
.BgClassName
{
background-color: #401D57;
}
</style>
border-color css
<style>
span { border-color: #401D57; }
span { border-color: rgb(64,29,87); }
td.TdClassName
{
border-color: #401D57;
}
.TagClassName
{
border-color: #401D57;
}
</style>