Shades of Scarlet Gum #401C53
Tints of Scarlet Gum #401C53
RGB
CMYK
RGB Variations
Color information
#401C53 (or 0x401C53) is known color: Scarlet Gum. HEX triplet: 40, 1C and 53. RGB value is (64,28,83). Sum of RGB (Red+Green+Blue) = 64+28+83=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #401C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401C53 is #BFE3AC. Grayscale: #2C2C2C. Windows color (decimal): -12575661 or 5446720. OLE color: 5446720.
HSL color Cylindrical-coordinate representation of color #401C53: hue angle of 279.27º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401C53 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 28 | 83 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.67 |
| HSL | 279.27º | 0.5% | 0.22% | - |
| HSV(B) | 279.27º | 0.66% | 0.33% | - |
| XYZ | 4.09 | 2.55 | 8.46 | - |
| YUV | 45.03 | 149.43 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 83 | 0.23 | 0.66 | 0 | 0.67 | 279.27 | 0.5 | 0.22 |
| Hex | 40 | 1C | 53 | 17 | 42 | 0 | 43 | 117 | 32 | 16 |
| Octal | 100 | 34 | 123 | 27 | 102 | 0 | 103 | 427 | 62 | 26 |
| Binary | 1000000 | 11100 | 1010011 | 10111 | 1000010 | 0 | 1000011 | 100010111 | 110010 | 10110 |
Color Harmonies of #401C53
Complementary color
Monochromatic Colors of #401C53
Black with #401C53
Text Example
Text Example
White with #401C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C53; }
p { color: rgb(64,28,83); }
H1.HeaderClassName
{
color: #401C53;
}
.AnyTagClassName
{
color: #401C53;
}
</style>
background-color css
<style>
a { background-color: #401C53; }
a { background-color: rgb(64,28,83); }
div.DivClassName
{
background-color: #401C53;
}
.BgClassName
{
background-color: #401C53;
}
</style>
border-color css
<style>
span { border-color: #401C53; }
span { border-color: rgb(64,28,83); }
td.TdClassName
{
border-color: #401C53;
}
.TagClassName
{
border-color: #401C53;
}
</style>