Shades of Scarlet Gum #401155
Tints of Scarlet Gum #401155
RGB
CMYK
RGB Variations
Color information
#401155 (or 0x401155) is known color: Scarlet Gum. HEX triplet: 40, 11 and 55. RGB value is (64,17,85). Sum of RGB (Red+Green+Blue) = 64+17+85=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #401155 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401155 is #BFEEAA. Grayscale: #262626. Windows color (decimal): -12578475 or 5574976. OLE color: 5574976.
HSL color Cylindrical-coordinate representation of color #401155: hue angle of 281.47º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401155 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 17 | 85 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.67 |
| HSL | 281.47º | 0.67% | 0.2% | - |
| HSV(B) | 281.47º | 0.8% | 0.33% | - |
| XYZ | 3.95 | 2.15 | 8.8 | - |
| YUV | 38.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 85 | 0.25 | 0.80 | 0 | 0.67 | 281.47 | 0.67 | 0.2 |
| Hex | 40 | 11 | 55 | 19 | 50 | 0 | 43 | 119 | 43 | 14 |
| Octal | 100 | 21 | 125 | 31 | 120 | 0 | 103 | 431 | 103 | 24 |
| Binary | 1000000 | 10001 | 1010101 | 11001 | 1010000 | 0 | 1000011 | 100011001 | 1000011 | 10100 |
Color Harmonies of #401155
Complementary color
Monochromatic Colors of #401155
Black with #401155
Text Example
Text Example
White with #401155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401155; }
p { color: rgb(64,17,85); }
H1.HeaderClassName
{
color: #401155;
}
.AnyTagClassName
{
color: #401155;
}
</style>
background-color css
<style>
a { background-color: #401155; }
a { background-color: rgb(64,17,85); }
div.DivClassName
{
background-color: #401155;
}
.BgClassName
{
background-color: #401155;
}
</style>
border-color css
<style>
span { border-color: #401155; }
span { border-color: rgb(64,17,85); }
td.TdClassName
{
border-color: #401155;
}
.TagClassName
{
border-color: #401155;
}
</style>