Shades of Scarlet Gum #401951
Tints of Scarlet Gum #401951
RGB
CMYK
RGB Variations
Color information
#401951 (or 0x401951) is known color: Scarlet Gum. HEX triplet: 40, 19 and 51. RGB value is (64,25,81). Sum of RGB (Red+Green+Blue) = 64+25+81=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 81 (32.03% from 255 or 47.65% from 170); Max value from RGB is 81 - color contains mainly: blue. Hex color #401951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401951 is #BFE6AE. Grayscale: #2A2A2A. Windows color (decimal): -12576431 or 5314880. OLE color: 5314880.
HSL color Cylindrical-coordinate representation of color #401951: hue angle of 281.79º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #401951 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 25 | 81 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.68 |
| HSL | 281.79º | 0.53% | 0.21% | - |
| HSV(B) | 281.79º | 0.69% | 0.32% | - |
| XYZ | 3.95 | 2.38 | 8.04 | - |
| YUV | 43.05 | 149.42 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 81 | 0.21 | 0.69 | 0 | 0.68 | 281.79 | 0.53 | 0.21 |
| Hex | 40 | 19 | 51 | 15 | 45 | 0 | 44 | 11A | 35 | 15 |
| Octal | 100 | 31 | 121 | 25 | 105 | 0 | 104 | 432 | 65 | 25 |
| Binary | 1000000 | 11001 | 1010001 | 10101 | 1000101 | 0 | 1000100 | 100011010 | 110101 | 10101 |
Color Harmonies of #401951
Complementary color
Monochromatic Colors of #401951
Black with #401951
Text Example
Text Example
White with #401951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401951; }
p { color: rgb(64,25,81); }
H1.HeaderClassName
{
color: #401951;
}
.AnyTagClassName
{
color: #401951;
}
</style>
background-color css
<style>
a { background-color: #401951; }
a { background-color: rgb(64,25,81); }
div.DivClassName
{
background-color: #401951;
}
.BgClassName
{
background-color: #401951;
}
</style>
border-color css
<style>
span { border-color: #401951; }
span { border-color: rgb(64,25,81); }
td.TdClassName
{
border-color: #401951;
}
.TagClassName
{
border-color: #401951;
}
</style>