Shades of Scarlet Gum #401757
Tints of Scarlet Gum #401757
RGB
CMYK
RGB Variations
Color information
#401757 (or 0x401757) is known color: Scarlet Gum. HEX triplet: 40, 17 and 57. RGB value is (64,23,87). Sum of RGB (Red+Green+Blue) = 64+23+87=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #401757 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401757 is #BFE8A8. Grayscale: #2A2A2A. Windows color (decimal): -12576937 or 5707584. OLE color: 5707584.
HSL color Cylindrical-coordinate representation of color #401757: hue angle of 278.44º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #401757 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 23 | 87 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.66 |
| HSL | 278.44º | 0.58% | 0.22% | - |
| HSV(B) | 278.44º | 0.74% | 0.34% | - |
| XYZ | 4.14 | 2.39 | 9.26 | - |
| YUV | 42.56 | 153.08 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 87 | 0.26 | 0.74 | 0 | 0.66 | 278.44 | 0.58 | 0.22 |
| Hex | 40 | 17 | 57 | 1A | 4A | 0 | 42 | 116 | 3A | 16 |
| Octal | 100 | 27 | 127 | 32 | 112 | 0 | 102 | 426 | 72 | 26 |
| Binary | 1000000 | 10111 | 1010111 | 11010 | 1001010 | 0 | 1000010 | 100010110 | 111010 | 10110 |
Color Harmonies of #401757
Complementary color
Monochromatic Colors of #401757
Black with #401757
Text Example
Text Example
White with #401757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401757; }
p { color: rgb(64,23,87); }
H1.HeaderClassName
{
color: #401757;
}
.AnyTagClassName
{
color: #401757;
}
</style>
background-color css
<style>
a { background-color: #401757; }
a { background-color: rgb(64,23,87); }
div.DivClassName
{
background-color: #401757;
}
.BgClassName
{
background-color: #401757;
}
</style>
border-color css
<style>
span { border-color: #401757; }
span { border-color: rgb(64,23,87); }
td.TdClassName
{
border-color: #401757;
}
.TagClassName
{
border-color: #401757;
}
</style>