Shades of Scarlet Gum #461256
Tints of Scarlet Gum #461256
RGB
CMYK
RGB Variations
Color information
#461256 (or 0x461256) is known color: Scarlet Gum. HEX triplet: 46, 12 and 56. RGB value is (70,18,86). Sum of RGB (Red+Green+Blue) = 70+18+86=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 86 (33.98% from 255 or 49.43% from 174); Max value from RGB is 86 - color contains mainly: blue. Hex color #461256 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461256 is #B9EDA9. Grayscale: #292929. Windows color (decimal): -12185002 or 5640774. OLE color: 5640774.
HSL color Cylindrical-coordinate representation of color #461256: hue angle of 285.88º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #461256 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 18 | 86 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.66 |
| HSL | 285.88º | 0.65% | 0.2% | - |
| HSV(B) | 285.88º | 0.79% | 0.34% | - |
| XYZ | 4.42 | 2.41 | 9.04 | - |
| YUV | 41.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 86 | 0.19 | 0.79 | 0 | 0.66 | 285.88 | 0.65 | 0.2 |
| Hex | 46 | 12 | 56 | 13 | 4F | 0 | 42 | 11E | 41 | 14 |
| Octal | 106 | 22 | 126 | 23 | 117 | 0 | 102 | 436 | 101 | 24 |
| Binary | 1000110 | 10010 | 1010110 | 10011 | 1001111 | 0 | 1000010 | 100011110 | 1000001 | 10100 |
Color Harmonies of #461256
Complementary color
Monochromatic Colors of #461256
Black with #461256
Text Example
Text Example
White with #461256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461256; }
p { color: rgb(70,18,86); }
H1.HeaderClassName
{
color: #461256;
}
.AnyTagClassName
{
color: #461256;
}
</style>
background-color css
<style>
a { background-color: #461256; }
a { background-color: rgb(70,18,86); }
div.DivClassName
{
background-color: #461256;
}
.BgClassName
{
background-color: #461256;
}
</style>
border-color css
<style>
span { border-color: #461256; }
span { border-color: rgb(70,18,86); }
td.TdClassName
{
border-color: #461256;
}
.TagClassName
{
border-color: #461256;
}
</style>