Shades of Scarlet Gum #461863
Tints of Scarlet Gum #461863
RGB
CMYK
RGB Variations
Color information
#461863 (or 0x461863) is known color: Scarlet Gum. HEX triplet: 46, 18 and 63. RGB value is (70,24,99). Sum of RGB (Red+Green+Blue) = 70+24+99=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #461863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461863 is #B9E79C. Grayscale: #2E2E2E. Windows color (decimal): -12183453 or 6494278. OLE color: 6494278.
HSL color Cylindrical-coordinate representation of color #461863: hue angle of 276.8º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #461863 is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 24 | 99 | - |
| CMYK | 0.29 | 0.76 | 0 | 0.61 |
| HSL | 276.8º | 0.61% | 0.24% | - |
| HSV(B) | 276.8º | 0.76% | 0.39% | - |
| XYZ | 5.1 | 2.86 | 12.09 | - |
| YUV | 46.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 99 | 0.29 | 0.76 | 0 | 0.61 | 276.8 | 0.61 | 0.24 |
| Hex | 46 | 18 | 63 | 1D | 4C | 0 | 3D | 115 | 3D | 18 |
| Octal | 106 | 30 | 143 | 35 | 114 | 0 | 75 | 425 | 75 | 30 |
| Binary | 1000110 | 11000 | 1100011 | 11101 | 1001100 | 0 | 111101 | 100010101 | 111101 | 11000 |
Color Harmonies of #461863
Complementary color
Monochromatic Colors of #461863
Black with #461863
Text Example
Text Example
White with #461863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461863; }
p { color: rgb(70,24,99); }
H1.HeaderClassName
{
color: #461863;
}
.AnyTagClassName
{
color: #461863;
}
</style>
background-color css
<style>
a { background-color: #461863; }
a { background-color: rgb(70,24,99); }
div.DivClassName
{
background-color: #461863;
}
.BgClassName
{
background-color: #461863;
}
</style>
border-color css
<style>
span { border-color: #461863; }
span { border-color: rgb(70,24,99); }
td.TdClassName
{
border-color: #461863;
}
.TagClassName
{
border-color: #461863;
}
</style>