Shades of Scarlet Gum #460C59
Tints of Scarlet Gum #460C59
RGB
CMYK
RGB Variations
Color information
#460C59 (or 0x460C59) is known color: Scarlet Gum. HEX triplet: 46, 0C and 59. RGB value is (70,12,89). Sum of RGB (Red+Green+Blue) = 70+12+89=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #460C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C59 is #B9F3A6. Grayscale: #252525. Windows color (decimal): -12186535 or 5835846. OLE color: 5835846.
HSL color Cylindrical-coordinate representation of color #460C59: hue angle of 285.19º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460C59 is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 12 | 89 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.65 |
| HSL | 285.19º | 0.76% | 0.2% | - |
| HSV(B) | 285.19º | 0.87% | 0.35% | - |
| XYZ | 4.46 | 2.29 | 9.66 | - |
| YUV | 38.12 | 156.72 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 89 | 0.21 | 0.87 | 0 | 0.65 | 285.19 | 0.76 | 0.2 |
| Hex | 46 | C | 59 | 15 | 57 | 0 | 41 | 11D | 4C | 14 |
| Octal | 106 | 14 | 131 | 25 | 127 | 0 | 101 | 435 | 114 | 24 |
| Binary | 1000110 | 1100 | 1011001 | 10101 | 1010111 | 0 | 1000001 | 100011101 | 1001100 | 10100 |
Color Harmonies of #460C59
Complementary color
Monochromatic Colors of #460C59
Black with #460C59
Text Example
Text Example
White with #460C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C59; }
p { color: rgb(70,12,89); }
H1.HeaderClassName
{
color: #460C59;
}
.AnyTagClassName
{
color: #460C59;
}
</style>
background-color css
<style>
a { background-color: #460C59; }
a { background-color: rgb(70,12,89); }
div.DivClassName
{
background-color: #460C59;
}
.BgClassName
{
background-color: #460C59;
}
</style>
border-color css
<style>
span { border-color: #460C59; }
span { border-color: rgb(70,12,89); }
td.TdClassName
{
border-color: #460C59;
}
.TagClassName
{
border-color: #460C59;
}
</style>