Shades of Scarlet Gum #460F5E
Tints of Scarlet Gum #460F5E
RGB
CMYK
RGB Variations
Color information
#460F5E (or 0x460F5E) is known color: Scarlet Gum. HEX triplet: 46, 0F and 5E. RGB value is (70,15,94). Sum of RGB (Red+Green+Blue) = 70+15+94=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #460F5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F5E is #B9F0A1. Grayscale: #282828. Windows color (decimal): -12185762 or 6164294. OLE color: 6164294.
HSL color Cylindrical-coordinate representation of color #460F5E: hue angle of 281.77º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460F5E is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 15 | 94 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.63 |
| HSL | 281.77º | 0.72% | 0.21% | - |
| HSV(B) | 281.77º | 0.84% | 0.37% | - |
| XYZ | 4.72 | 2.45 | 10.81 | - |
| YUV | 40.45 | 158.22 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 94 | 0.26 | 0.84 | 0 | 0.63 | 281.77 | 0.72 | 0.21 |
| Hex | 46 | F | 5E | 1A | 54 | 0 | 3F | 11A | 48 | 15 |
| Octal | 106 | 17 | 136 | 32 | 124 | 0 | 77 | 432 | 110 | 25 |
| Binary | 1000110 | 1111 | 1011110 | 11010 | 1010100 | 0 | 111111 | 100011010 | 1001000 | 10101 |
Color Harmonies of #460F5E
Complementary color
Monochromatic Colors of #460F5E
Black with #460F5E
Text Example
Text Example
White with #460F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F5E; }
p { color: rgb(70,15,94); }
H1.HeaderClassName
{
color: #460F5E;
}
.AnyTagClassName
{
color: #460F5E;
}
</style>
background-color css
<style>
a { background-color: #460F5E; }
a { background-color: rgb(70,15,94); }
div.DivClassName
{
background-color: #460F5E;
}
.BgClassName
{
background-color: #460F5E;
}
</style>
border-color css
<style>
span { border-color: #460F5E; }
span { border-color: rgb(70,15,94); }
td.TdClassName
{
border-color: #460F5E;
}
.TagClassName
{
border-color: #460F5E;
}
</style>