Shades of Scarlet Gum #460E55
Tints of Scarlet Gum #460E55
RGB
CMYK
RGB Variations
Color information
#460E55 (or 0x460E55) is known color: Scarlet Gum. HEX triplet: 46, 0E and 55. RGB value is (70,14,85). Sum of RGB (Red+Green+Blue) = 70+14+85=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 85 (33.59% from 255 or 50.30% from 169); Max value from RGB is 85 - color contains mainly: blue. Hex color #460E55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E55 is #B9F1AA. Grayscale: #262626. Windows color (decimal): -12186027 or 5574214. OLE color: 5574214.
HSL color Cylindrical-coordinate representation of color #460E55: hue angle of 287.32º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460E55 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 14 | 85 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.67 |
| HSL | 287.32º | 0.72% | 0.19% | - |
| HSV(B) | 287.32º | 0.84% | 0.33% | - |
| XYZ | 4.32 | 2.27 | 8.81 | - |
| YUV | 38.84 | 154.05 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 85 | 0.18 | 0.84 | 0 | 0.67 | 287.32 | 0.72 | 0.19 |
| Hex | 46 | E | 55 | 12 | 54 | 0 | 43 | 11F | 48 | 13 |
| Octal | 106 | 16 | 125 | 22 | 124 | 0 | 103 | 437 | 110 | 23 |
| Binary | 1000110 | 1110 | 1010101 | 10010 | 1010100 | 0 | 1000011 | 100011111 | 1001000 | 10011 |
Color Harmonies of #460E55
Complementary color
Monochromatic Colors of #460E55
Black with #460E55
Text Example
Text Example
White with #460E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E55; }
p { color: rgb(70,14,85); }
H1.HeaderClassName
{
color: #460E55;
}
.AnyTagClassName
{
color: #460E55;
}
</style>
background-color css
<style>
a { background-color: #460E55; }
a { background-color: rgb(70,14,85); }
div.DivClassName
{
background-color: #460E55;
}
.BgClassName
{
background-color: #460E55;
}
</style>
border-color css
<style>
span { border-color: #460E55; }
span { border-color: rgb(70,14,85); }
td.TdClassName
{
border-color: #460E55;
}
.TagClassName
{
border-color: #460E55;
}
</style>