Shades of Scarlet Gum #461860
Tints of Scarlet Gum #461860
RGB
CMYK
RGB Variations
Color information
#461860 (or 0x461860) is known color: Scarlet Gum. HEX triplet: 46, 18 and 60. RGB value is (70,24,96). Sum of RGB (Red+Green+Blue) = 70+24+96=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 24 (9.77% from 255 or 12.63% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #461860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461860 is #B9E79F. Grayscale: #2D2D2D. Windows color (decimal): -12183456 or 6297670. OLE color: 6297670.
HSL color Cylindrical-coordinate representation of color #461860: hue angle of 278.33º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461860 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 24 | 96 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.62 |
| HSL | 278.33º | 0.6% | 0.24% | - |
| HSV(B) | 278.33º | 0.75% | 0.38% | - |
| XYZ | 4.96 | 2.8 | 11.35 | - |
| YUV | 45.96 | 156.24 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 96 | 0.27 | 0.75 | 0 | 0.62 | 278.33 | 0.6 | 0.24 |
| Hex | 46 | 18 | 60 | 1B | 4B | 0 | 3E | 116 | 3C | 18 |
| Octal | 106 | 30 | 140 | 33 | 113 | 0 | 76 | 426 | 74 | 30 |
| Binary | 1000110 | 11000 | 1100000 | 11011 | 1001011 | 0 | 111110 | 100010110 | 111100 | 11000 |
Color Harmonies of #461860
Complementary color
Monochromatic Colors of #461860
Black with #461860
Text Example
Text Example
White with #461860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461860; }
p { color: rgb(70,24,96); }
H1.HeaderClassName
{
color: #461860;
}
.AnyTagClassName
{
color: #461860;
}
</style>
background-color css
<style>
a { background-color: #461860; }
a { background-color: rgb(70,24,96); }
div.DivClassName
{
background-color: #461860;
}
.BgClassName
{
background-color: #461860;
}
</style>
border-color css
<style>
span { border-color: #461860; }
span { border-color: rgb(70,24,96); }
td.TdClassName
{
border-color: #461860;
}
.TagClassName
{
border-color: #461860;
}
</style>