Shades of Scarlet Gum #460355
Tints of Scarlet Gum #460355
RGB
CMYK
RGB Variations
Color information
#460355 (or 0x460355) is known color: Scarlet Gum. HEX triplet: 46, 03 and 55. RGB value is (70,3,85). Sum of RGB (Red+Green+Blue) = 70+3+85=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 3 (1.56% from 255 or 1.90% from 158); Blue value is 85 (33.59% from 255 or 53.80% from 158); Max value from RGB is 85 - color contains mainly: blue. Hex color #460355 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460355 is #B9FCAA. Grayscale: #202020. Windows color (decimal): -12188843 or 5571398. OLE color: 5571398.
HSL color Cylindrical-coordinate representation of color #460355: hue angle of 289.02º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460355 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 3 | 85 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.67 |
| HSL | 289.02º | 0.93% | 0.17% | - |
| HSV(B) | 289.02º | 0.96% | 0.33% | - |
| XYZ | 4.2 | 2.02 | 8.76 | - |
| YUV | 32.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 85 | 0.18 | 0.96 | 0 | 0.67 | 289.02 | 0.93 | 0.17 |
| Hex | 46 | 3 | 55 | 12 | 60 | 0 | 43 | 121 | 5D | 11 |
| Octal | 106 | 3 | 125 | 22 | 140 | 0 | 103 | 441 | 135 | 21 |
| Binary | 1000110 | 11 | 1010101 | 10010 | 1100000 | 0 | 1000011 | 100100001 | 1011101 | 10001 |
Color Harmonies of #460355
Complementary color
Monochromatic Colors of #460355
Black with #460355
Text Example
Text Example
White with #460355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460355; }
p { color: rgb(70,3,85); }
H1.HeaderClassName
{
color: #460355;
}
.AnyTagClassName
{
color: #460355;
}
</style>
background-color css
<style>
a { background-color: #460355; }
a { background-color: rgb(70,3,85); }
div.DivClassName
{
background-color: #460355;
}
.BgClassName
{
background-color: #460355;
}
</style>
border-color css
<style>
span { border-color: #460355; }
span { border-color: rgb(70,3,85); }
td.TdClassName
{
border-color: #460355;
}
.TagClassName
{
border-color: #460355;
}
</style>