Shades of Scarlet Gum #400D56
Tints of Scarlet Gum #400D56
RGB
CMYK
RGB Variations
Color information
#400D56 (or 0x400D56) is known color: Scarlet Gum. HEX triplet: 40, 0D and 56. RGB value is (64,13,86). Sum of RGB (Red+Green+Blue) = 64+13+86=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 86 (33.98% from 255 or 52.76% from 163); Max value from RGB is 86 - color contains mainly: blue. Hex color #400D56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D56 is #BFF2A9. Grayscale: #242424. Windows color (decimal): -12579498 or 5639488. OLE color: 5639488.
HSL color Cylindrical-coordinate representation of color #400D56: hue angle of 281.92º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #400D56 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 13 | 86 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.66 |
| HSL | 281.92º | 0.74% | 0.19% | - |
| HSV(B) | 281.92º | 0.85% | 0.34% | - |
| XYZ | 3.94 | 2.05 | 8.99 | - |
| YUV | 36.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 86 | 0.26 | 0.85 | 0 | 0.66 | 281.92 | 0.74 | 0.19 |
| Hex | 40 | D | 56 | 1A | 55 | 0 | 42 | 11A | 4A | 13 |
| Octal | 100 | 15 | 126 | 32 | 125 | 0 | 102 | 432 | 112 | 23 |
| Binary | 1000000 | 1101 | 1010110 | 11010 | 1010101 | 0 | 1000010 | 100011010 | 1001010 | 10011 |
Color Harmonies of #400D56
Complementary color
Monochromatic Colors of #400D56
Black with #400D56
Text Example
Text Example
White with #400D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D56; }
p { color: rgb(64,13,86); }
H1.HeaderClassName
{
color: #400D56;
}
.AnyTagClassName
{
color: #400D56;
}
</style>
background-color css
<style>
a { background-color: #400D56; }
a { background-color: rgb(64,13,86); }
div.DivClassName
{
background-color: #400D56;
}
.BgClassName
{
background-color: #400D56;
}
</style>
border-color css
<style>
span { border-color: #400D56; }
span { border-color: rgb(64,13,86); }
td.TdClassName
{
border-color: #400D56;
}
.TagClassName
{
border-color: #400D56;
}
</style>