Shades of Scarlet Gum #400E57
Tints of Scarlet Gum #400E57
RGB
CMYK
RGB Variations
Color information
#400E57 (or 0x400E57) is known color: Scarlet Gum. HEX triplet: 40, 0E and 57. RGB value is (64,14,87). Sum of RGB (Red+Green+Blue) = 64+14+87=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 14 (5.86% from 255 or 8.48% from 165); Blue value is 87 (34.38% from 255 or 52.73% from 165); Max value from RGB is 87 - color contains mainly: blue. Hex color #400E57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E57 is #BFF1A8. Grayscale: #252525. Windows color (decimal): -12579241 or 5705280. OLE color: 5705280.
HSL color Cylindrical-coordinate representation of color #400E57: hue angle of 281.1º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #400E57 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 14 | 87 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.66 |
| HSL | 281.1º | 0.72% | 0.2% | - |
| HSV(B) | 281.1º | 0.84% | 0.34% | - |
| XYZ | 3.99 | 2.09 | 9.21 | - |
| YUV | 37.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 87 | 0.26 | 0.84 | 0 | 0.66 | 281.1 | 0.72 | 0.2 |
| Hex | 40 | E | 57 | 1A | 54 | 0 | 42 | 119 | 48 | 14 |
| Octal | 100 | 16 | 127 | 32 | 124 | 0 | 102 | 431 | 110 | 24 |
| Binary | 1000000 | 1110 | 1010111 | 11010 | 1010100 | 0 | 1000010 | 100011001 | 1001000 | 10100 |
Color Harmonies of #400E57
Complementary color
Monochromatic Colors of #400E57
Black with #400E57
Text Example
Text Example
White with #400E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E57; }
p { color: rgb(64,14,87); }
H1.HeaderClassName
{
color: #400E57;
}
.AnyTagClassName
{
color: #400E57;
}
</style>
background-color css
<style>
a { background-color: #400E57; }
a { background-color: rgb(64,14,87); }
div.DivClassName
{
background-color: #400E57;
}
.BgClassName
{
background-color: #400E57;
}
</style>
border-color css
<style>
span { border-color: #400E57; }
span { border-color: rgb(64,14,87); }
td.TdClassName
{
border-color: #400E57;
}
.TagClassName
{
border-color: #400E57;
}
</style>