Shades of Scarlet Gum #460C5D
Tints of Scarlet Gum #460C5D
RGB
CMYK
RGB Variations
Color information
#460C5D (or 0x460C5D) is known color: Scarlet Gum. HEX triplet: 46, 0C and 5D. RGB value is (70,12,93). Sum of RGB (Red+Green+Blue) = 70+12+93=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #460C5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C5D is #B9F3A2. Grayscale: #262626. Windows color (decimal): -12186531 or 6097990. OLE color: 6097990.
HSL color Cylindrical-coordinate representation of color #460C5D: hue angle of 282.96º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #460C5D is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 12 | 93 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.64 |
| HSL | 282.96º | 0.77% | 0.21% | - |
| HSV(B) | 282.96º | 0.87% | 0.36% | - |
| XYZ | 4.63 | 2.36 | 10.57 | - |
| YUV | 38.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 93 | 0.25 | 0.87 | 0 | 0.64 | 282.96 | 0.77 | 0.21 |
| Hex | 46 | C | 5D | 19 | 57 | 0 | 40 | 11B | 4D | 15 |
| Octal | 106 | 14 | 135 | 31 | 127 | 0 | 100 | 433 | 115 | 25 |
| Binary | 1000110 | 1100 | 1011101 | 11001 | 1010111 | 0 | 1000000 | 100011011 | 1001101 | 10101 |
Color Harmonies of #460C5D
Complementary color
Monochromatic Colors of #460C5D
Black with #460C5D
Text Example
Text Example
White with #460C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C5D; }
p { color: rgb(70,12,93); }
H1.HeaderClassName
{
color: #460C5D;
}
.AnyTagClassName
{
color: #460C5D;
}
</style>
background-color css
<style>
a { background-color: #460C5D; }
a { background-color: rgb(70,12,93); }
div.DivClassName
{
background-color: #460C5D;
}
.BgClassName
{
background-color: #460C5D;
}
</style>
border-color css
<style>
span { border-color: #460C5D; }
span { border-color: rgb(70,12,93); }
td.TdClassName
{
border-color: #460C5D;
}
.TagClassName
{
border-color: #460C5D;
}
</style>