Shades of Scarlet Gum #461964
Tints of Scarlet Gum #461964
RGB
CMYK
RGB Variations
Color information
#461964 (or 0x461964) is known color: Scarlet Gum. HEX triplet: 46, 19 and 64. RGB value is (70,25,100). Sum of RGB (Red+Green+Blue) = 70+25+100=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 100 (39.45% from 255 or 51.28% from 195); Max value from RGB is 100 - color contains mainly: blue. Hex color #461964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461964 is #B9E69B. Grayscale: #2E2E2E. Windows color (decimal): -12183196 or 6560070. OLE color: 6560070.
HSL color Cylindrical-coordinate representation of color #461964: hue angle of 276º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461964 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 25 | 100 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.61 |
| HSL | 276º | 0.6% | 0.25% | - |
| HSV(B) | 276º | 0.75% | 0.39% | - |
| XYZ | 5.17 | 2.92 | 12.35 | - |
| YUV | 47.01 | 157.91 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 25 | 100 | 0.30 | 0.75 | 0 | 0.61 | 276 | 0.6 | 0.25 |
| Hex | 46 | 19 | 64 | 1E | 4B | 0 | 3D | 114 | 3C | 19 |
| Octal | 106 | 31 | 144 | 36 | 113 | 0 | 75 | 424 | 74 | 31 |
| Binary | 1000110 | 11001 | 1100100 | 11110 | 1001011 | 0 | 111101 | 100010100 | 111100 | 11001 |
Color Harmonies of #461964
Complementary color
Monochromatic Colors of #461964
Black with #461964
Text Example
Text Example
White with #461964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461964; }
p { color: rgb(70,25,100); }
H1.HeaderClassName
{
color: #461964;
}
.AnyTagClassName
{
color: #461964;
}
</style>
background-color css
<style>
a { background-color: #461964; }
a { background-color: rgb(70,25,100); }
div.DivClassName
{
background-color: #461964;
}
.BgClassName
{
background-color: #461964;
}
</style>
border-color css
<style>
span { border-color: #461964; }
span { border-color: rgb(70,25,100); }
td.TdClassName
{
border-color: #461964;
}
.TagClassName
{
border-color: #461964;
}
</style>