Shades of Scarlet Gum #460E54
Tints of Scarlet Gum #460E54
RGB
CMYK
RGB Variations
Color information
#460E54 (or 0x460E54) is known color: Scarlet Gum. HEX triplet: 46, 0E and 54. RGB value is (70,14,84). Sum of RGB (Red+Green+Blue) = 70+14+84=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 84 (33.20% from 255 or 50% from 168); Max value from RGB is 84 - color contains mainly: blue. Hex color #460E54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E54 is #B9F1AB. Grayscale: #262626. Windows color (decimal): -12186028 or 5508678. OLE color: 5508678.
HSL color Cylindrical-coordinate representation of color #460E54: hue angle of 288º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #460E54 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 14 | 84 | - |
| CMYK | 0.17 | 0.83 | 0 | 0.67 |
| HSL | 288º | 0.71% | 0.19% | - |
| HSV(B) | 288º | 0.83% | 0.33% | - |
| XYZ | 4.28 | 2.26 | 8.6 | - |
| YUV | 38.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 84 | 0.17 | 0.83 | 0 | 0.67 | 288 | 0.71 | 0.19 |
| Hex | 46 | E | 54 | 11 | 53 | 0 | 43 | 120 | 47 | 13 |
| Octal | 106 | 16 | 124 | 21 | 123 | 0 | 103 | 440 | 107 | 23 |
| Binary | 1000110 | 1110 | 1010100 | 10001 | 1010011 | 0 | 1000011 | 100100000 | 1000111 | 10011 |
Color Harmonies of #460E54
Complementary color
Monochromatic Colors of #460E54
Black with #460E54
Text Example
Text Example
White with #460E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E54; }
p { color: rgb(70,14,84); }
H1.HeaderClassName
{
color: #460E54;
}
.AnyTagClassName
{
color: #460E54;
}
</style>
background-color css
<style>
a { background-color: #460E54; }
a { background-color: rgb(70,14,84); }
div.DivClassName
{
background-color: #460E54;
}
.BgClassName
{
background-color: #460E54;
}
</style>
border-color css
<style>
span { border-color: #460E54; }
span { border-color: rgb(70,14,84); }
td.TdClassName
{
border-color: #460E54;
}
.TagClassName
{
border-color: #460E54;
}
</style>