Shades of Scarlet Gum #401A51
Tints of Scarlet Gum #401A51
RGB
CMYK
RGB Variations
Color information
#401A51 (or 0x401A51) is known color: Scarlet Gum. HEX triplet: 40, 1A and 51. RGB value is (64,26,81). Sum of RGB (Red+Green+Blue) = 64+26+81=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #401A51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401A51 is #BFE5AE. Grayscale: #2B2B2B. Windows color (decimal): -12576175 or 5315136. OLE color: 5315136.
HSL color Cylindrical-coordinate representation of color #401A51: hue angle of 281.45º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #401A51 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 26 | 81 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.68 |
| HSL | 281.45º | 0.51% | 0.21% | - |
| HSV(B) | 281.45º | 0.68% | 0.32% | - |
| XYZ | 3.97 | 2.42 | 8.04 | - |
| YUV | 43.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 26 | 81 | 0.21 | 0.68 | 0 | 0.68 | 281.45 | 0.51 | 0.21 |
| Hex | 40 | 1A | 51 | 15 | 44 | 0 | 44 | 119 | 33 | 15 |
| Octal | 100 | 32 | 121 | 25 | 104 | 0 | 104 | 431 | 63 | 25 |
| Binary | 1000000 | 11010 | 1010001 | 10101 | 1000100 | 0 | 1000100 | 100011001 | 110011 | 10101 |
Color Harmonies of #401A51
Complementary color
Monochromatic Colors of #401A51
Black with #401A51
Text Example
Text Example
White with #401A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401A51; }
p { color: rgb(64,26,81); }
H1.HeaderClassName
{
color: #401A51;
}
.AnyTagClassName
{
color: #401A51;
}
</style>
background-color css
<style>
a { background-color: #401A51; }
a { background-color: rgb(64,26,81); }
div.DivClassName
{
background-color: #401A51;
}
.BgClassName
{
background-color: #401A51;
}
</style>
border-color css
<style>
span { border-color: #401A51; }
span { border-color: rgb(64,26,81); }
td.TdClassName
{
border-color: #401A51;
}
.TagClassName
{
border-color: #401A51;
}
</style>