Shades of Scarlet Gum #401C4D
Tints of Scarlet Gum #401C4D
RGB
CMYK
RGB Variations
Color information
#401C4D (or 0x401C4D) is known color: Scarlet Gum. HEX triplet: 40, 1C and 4D. RGB value is (64,28,77). Sum of RGB (Red+Green+Blue) = 64+28+77=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #401C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C4D is #BFE3B2. Grayscale: #2C2C2C. Windows color (decimal): -12575667 or 5053504. OLE color: 5053504.
HSL color Cylindrical-coordinate representation of color #401C4D: hue angle of 284.08º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401C4D is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 28 | 77 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.70 |
| HSL | 284.08º | 0.47% | 0.21% | - |
| HSV(B) | 284.08º | 0.64% | 0.3% | - |
| XYZ | 3.87 | 2.46 | 7.29 | - |
| YUV | 44.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 77 | 0.17 | 0.64 | 0 | 0.70 | 284.08 | 0.47 | 0.21 |
| Hex | 40 | 1C | 4D | 11 | 40 | 0 | 46 | 11C | 2F | 15 |
| Octal | 100 | 34 | 115 | 21 | 100 | 0 | 106 | 434 | 57 | 25 |
| Binary | 1000000 | 11100 | 1001101 | 10001 | 1000000 | 0 | 1000110 | 100011100 | 101111 | 10101 |
Color Harmonies of #401C4D
Complementary color
Monochromatic Colors of #401C4D
Black with #401C4D
Text Example
Text Example
White with #401C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C4D; }
p { color: rgb(64,28,77); }
H1.HeaderClassName
{
color: #401C4D;
}
.AnyTagClassName
{
color: #401C4D;
}
</style>
background-color css
<style>
a { background-color: #401C4D; }
a { background-color: rgb(64,28,77); }
div.DivClassName
{
background-color: #401C4D;
}
.BgClassName
{
background-color: #401C4D;
}
</style>
border-color css
<style>
span { border-color: #401C4D; }
span { border-color: rgb(64,28,77); }
td.TdClassName
{
border-color: #401C4D;
}
.TagClassName
{
border-color: #401C4D;
}
</style>