Shades of Scarlet Gum #402049
Tints of Scarlet Gum #402049
RGB
CMYK
RGB Variations
Color information
#402049 (or 0x402049) is known color: Scarlet Gum. HEX triplet: 40, 20 and 49. RGB value is (64,32,73). Sum of RGB (Red+Green+Blue) = 64+32+73=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #402049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402049 is #BFDFB6. Grayscale: #2E2E2E. Windows color (decimal): -12574647 or 4792384. OLE color: 4792384.
HSL color Cylindrical-coordinate representation of color #402049: hue angle of 286.83º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #402049 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 32 | 73 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.71 |
| HSL | 286.83º | 0.39% | 0.21% | - |
| HSV(B) | 286.83º | 0.56% | 0.29% | - |
| XYZ | 3.83 | 2.6 | 6.6 | - |
| YUV | 46.24 | 143.1 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 32 | 73 | 0.12 | 0.56 | 0 | 0.71 | 286.83 | 0.39 | 0.21 |
| Hex | 40 | 20 | 49 | C | 38 | 0 | 47 | 11F | 27 | 15 |
| Octal | 100 | 40 | 111 | 14 | 70 | 0 | 107 | 437 | 47 | 25 |
| Binary | 1000000 | 100000 | 1001001 | 1100 | 111000 | 0 | 1000111 | 100011111 | 100111 | 10101 |
Color Harmonies of #402049
Complementary color
Monochromatic Colors of #402049
Black with #402049
Text Example
Text Example
White with #402049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402049; }
p { color: rgb(64,32,73); }
H1.HeaderClassName
{
color: #402049;
}
.AnyTagClassName
{
color: #402049;
}
</style>
background-color css
<style>
a { background-color: #402049; }
a { background-color: rgb(64,32,73); }
div.DivClassName
{
background-color: #402049;
}
.BgClassName
{
background-color: #402049;
}
</style>
border-color css
<style>
span { border-color: #402049; }
span { border-color: rgb(64,32,73); }
td.TdClassName
{
border-color: #402049;
}
.TagClassName
{
border-color: #402049;
}
</style>