Shades of Scarlet Gum #401650
Tints of Scarlet Gum #401650
RGB
CMYK
RGB Variations
Color information
#401650 (or 0x401650) is known color: Scarlet Gum. HEX triplet: 40, 16 and 50. RGB value is (64,22,80). Sum of RGB (Red+Green+Blue) = 64+22+80=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 80 - color contains mainly: blue. Hex color #401650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401650 is #BFE9AF. Grayscale: #282828. Windows color (decimal): -12577200 or 5248576. OLE color: 5248576.
HSL color Cylindrical-coordinate representation of color #401650: hue angle of 283.45º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401650 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 22 | 80 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.69 |
| HSL | 283.45º | 0.57% | 0.2% | - |
| HSV(B) | 283.45º | 0.73% | 0.31% | - |
| XYZ | 3.85 | 2.24 | 7.82 | - |
| YUV | 41.17 | 149.91 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 80 | 0.20 | 0.72 | 0 | 0.69 | 283.45 | 0.57 | 0.2 |
| Hex | 40 | 16 | 50 | 14 | 48 | 0 | 45 | 11B | 39 | 14 |
| Octal | 100 | 26 | 120 | 24 | 110 | 0 | 105 | 433 | 71 | 24 |
| Binary | 1000000 | 10110 | 1010000 | 10100 | 1001000 | 0 | 1000101 | 100011011 | 111001 | 10100 |
Color Harmonies of #401650
Complementary color
Monochromatic Colors of #401650
Black with #401650
Text Example
Text Example
White with #401650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401650; }
p { color: rgb(64,22,80); }
H1.HeaderClassName
{
color: #401650;
}
.AnyTagClassName
{
color: #401650;
}
</style>
background-color css
<style>
a { background-color: #401650; }
a { background-color: rgb(64,22,80); }
div.DivClassName
{
background-color: #401650;
}
.BgClassName
{
background-color: #401650;
}
</style>
border-color css
<style>
span { border-color: #401650; }
span { border-color: rgb(64,22,80); }
td.TdClassName
{
border-color: #401650;
}
.TagClassName
{
border-color: #401650;
}
</style>