Shades of Scarlet Gum #460F5D
Tints of Scarlet Gum #460F5D
RGB
CMYK
RGB Variations
Color information
#460F5D (or 0x460F5D) is known color: Scarlet Gum. HEX triplet: 46, 0F and 5D. RGB value is (70,15,93). Sum of RGB (Red+Green+Blue) = 70+15+93=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 93 (36.72% from 255 or 52.25% from 178); Max value from RGB is 93 - color contains mainly: blue. Hex color #460F5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F5D is #B9F0A2. Grayscale: #282828. Windows color (decimal): -12185763 or 6098758. OLE color: 6098758.
HSL color Cylindrical-coordinate representation of color #460F5D: hue angle of 282.31º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460F5D is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 15 | 93 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.64 |
| HSL | 282.31º | 0.72% | 0.21% | - |
| HSV(B) | 282.31º | 0.84% | 0.36% | - |
| XYZ | 4.67 | 2.43 | 10.58 | - |
| YUV | 40.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 93 | 0.25 | 0.84 | 0 | 0.64 | 282.31 | 0.72 | 0.21 |
| Hex | 46 | F | 5D | 19 | 54 | 0 | 40 | 11A | 48 | 15 |
| Octal | 106 | 17 | 135 | 31 | 124 | 0 | 100 | 432 | 110 | 25 |
| Binary | 1000110 | 1111 | 1011101 | 11001 | 1010100 | 0 | 1000000 | 100011010 | 1001000 | 10101 |
Color Harmonies of #460F5D
Complementary color
Monochromatic Colors of #460F5D
Black with #460F5D
Text Example
Text Example
White with #460F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F5D; }
p { color: rgb(70,15,93); }
H1.HeaderClassName
{
color: #460F5D;
}
.AnyTagClassName
{
color: #460F5D;
}
</style>
background-color css
<style>
a { background-color: #460F5D; }
a { background-color: rgb(70,15,93); }
div.DivClassName
{
background-color: #460F5D;
}
.BgClassName
{
background-color: #460F5D;
}
</style>
border-color css
<style>
span { border-color: #460F5D; }
span { border-color: rgb(70,15,93); }
td.TdClassName
{
border-color: #460F5D;
}
.TagClassName
{
border-color: #460F5D;
}
</style>