Shades of Scarlet Gum #46105A
Tints of Scarlet Gum #46105A
RGB
CMYK
RGB Variations
Color information
#46105A (or 0x46105A) is known color: Scarlet Gum. HEX triplet: 46, 10 and 5A. RGB value is (70,16,90). Sum of RGB (Red+Green+Blue) = 70+16+90=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #46105A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46105A is #B9EFA5. Grayscale: #282828. Windows color (decimal): -12185510 or 5902406. OLE color: 5902406.
HSL color Cylindrical-coordinate representation of color #46105A: hue angle of 283.78º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46105A is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 16 | 90 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.65 |
| HSL | 283.78º | 0.7% | 0.21% | - |
| HSV(B) | 283.78º | 0.82% | 0.35% | - |
| XYZ | 4.56 | 2.41 | 9.9 | - |
| YUV | 40.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 90 | 0.22 | 0.82 | 0 | 0.65 | 283.78 | 0.7 | 0.21 |
| Hex | 46 | 10 | 5A | 16 | 52 | 0 | 41 | 11C | 46 | 15 |
| Octal | 106 | 20 | 132 | 26 | 122 | 0 | 101 | 434 | 106 | 25 |
| Binary | 1000110 | 10000 | 1011010 | 10110 | 1010010 | 0 | 1000001 | 100011100 | 1000110 | 10101 |
Color Harmonies of #46105A
Complementary color
Monochromatic Colors of #46105A
Black with #46105A
Text Example
Text Example
White with #46105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46105A; }
p { color: rgb(70,16,90); }
H1.HeaderClassName
{
color: #46105A;
}
.AnyTagClassName
{
color: #46105A;
}
</style>
background-color css
<style>
a { background-color: #46105A; }
a { background-color: rgb(70,16,90); }
div.DivClassName
{
background-color: #46105A;
}
.BgClassName
{
background-color: #46105A;
}
</style>
border-color css
<style>
span { border-color: #46105A; }
span { border-color: rgb(70,16,90); }
td.TdClassName
{
border-color: #46105A;
}
.TagClassName
{
border-color: #46105A;
}
</style>