Shades of Scarlet Gum #401750
Tints of Scarlet Gum #401750
RGB
CMYK
RGB Variations
Color information
#401750 (or 0x401750) is known color: Scarlet Gum. HEX triplet: 40, 17 and 50. RGB value is (64,23,80). Sum of RGB (Red+Green+Blue) = 64+23+80=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #401750 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401750 is #BFE8AF. Grayscale: #292929. Windows color (decimal): -12576944 or 5248832. OLE color: 5248832.
HSL color Cylindrical-coordinate representation of color #401750: hue angle of 283.16º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #401750 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 23 | 80 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.69 |
| HSL | 283.16º | 0.55% | 0.2% | - |
| HSV(B) | 283.16º | 0.71% | 0.31% | - |
| XYZ | 3.87 | 2.28 | 7.83 | - |
| YUV | 41.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 80 | 0.20 | 0.71 | 0 | 0.69 | 283.16 | 0.55 | 0.2 |
| Hex | 40 | 17 | 50 | 14 | 47 | 0 | 45 | 11B | 37 | 14 |
| Octal | 100 | 27 | 120 | 24 | 107 | 0 | 105 | 433 | 67 | 24 |
| Binary | 1000000 | 10111 | 1010000 | 10100 | 1000111 | 0 | 1000101 | 100011011 | 110111 | 10100 |
Color Harmonies of #401750
Complementary color
Monochromatic Colors of #401750
Black with #401750
Text Example
Text Example
White with #401750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401750; }
p { color: rgb(64,23,80); }
H1.HeaderClassName
{
color: #401750;
}
.AnyTagClassName
{
color: #401750;
}
</style>
background-color css
<style>
a { background-color: #401750; }
a { background-color: rgb(64,23,80); }
div.DivClassName
{
background-color: #401750;
}
.BgClassName
{
background-color: #401750;
}
</style>
border-color css
<style>
span { border-color: #401750; }
span { border-color: rgb(64,23,80); }
td.TdClassName
{
border-color: #401750;
}
.TagClassName
{
border-color: #401750;
}
</style>