Shades of Scarlet Gum #460C53
Tints of Scarlet Gum #460C53
RGB
CMYK
RGB Variations
Color information
#460C53 (or 0x460C53) is known color: Scarlet Gum. HEX triplet: 46, 0C and 53. RGB value is (70,12,83). Sum of RGB (Red+Green+Blue) = 70+12+83=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #460C53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C53 is #B9F3AC. Grayscale: #252525. Windows color (decimal): -12186541 or 5442630. OLE color: 5442630.
HSL color Cylindrical-coordinate representation of color #460C53: hue angle of 289.01º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460C53 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 12 | 83 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.67 |
| HSL | 289.01º | 0.75% | 0.19% | - |
| HSV(B) | 289.01º | 0.86% | 0.33% | - |
| XYZ | 4.22 | 2.19 | 8.38 | - |
| YUV | 37.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 83 | 0.16 | 0.86 | 0 | 0.67 | 289.01 | 0.75 | 0.19 |
| Hex | 46 | C | 53 | 10 | 56 | 0 | 43 | 121 | 4B | 13 |
| Octal | 106 | 14 | 123 | 20 | 126 | 0 | 103 | 441 | 113 | 23 |
| Binary | 1000110 | 1100 | 1010011 | 10000 | 1010110 | 0 | 1000011 | 100100001 | 1001011 | 10011 |
Color Harmonies of #460C53
Complementary color
Monochromatic Colors of #460C53
Black with #460C53
Text Example
Text Example
White with #460C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C53; }
p { color: rgb(70,12,83); }
H1.HeaderClassName
{
color: #460C53;
}
.AnyTagClassName
{
color: #460C53;
}
</style>
background-color css
<style>
a { background-color: #460C53; }
a { background-color: rgb(70,12,83); }
div.DivClassName
{
background-color: #460C53;
}
.BgClassName
{
background-color: #460C53;
}
</style>
border-color css
<style>
span { border-color: #460C53; }
span { border-color: rgb(70,12,83); }
td.TdClassName
{
border-color: #460C53;
}
.TagClassName
{
border-color: #460C53;
}
</style>