Shades of Scarlet Gum #460F5F
Tints of Scarlet Gum #460F5F
RGB
CMYK
RGB Variations
Color information
#460F5F (or 0x460F5F) is known color: Scarlet Gum. HEX triplet: 46, 0F and 5F. RGB value is (70,15,95). Sum of RGB (Red+Green+Blue) = 70+15+95=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #460F5F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F5F is #B9F0A0. Grayscale: #282828. Windows color (decimal): -12185761 or 6229830. OLE color: 6229830.
HSL color Cylindrical-coordinate representation of color #460F5F: hue angle of 281.25º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460F5F is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 15 | 95 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.63 |
| HSL | 281.25º | 0.73% | 0.22% | - |
| HSV(B) | 281.25º | 0.84% | 0.37% | - |
| XYZ | 4.76 | 2.47 | 11.05 | - |
| YUV | 40.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 95 | 0.26 | 0.84 | 0 | 0.63 | 281.25 | 0.73 | 0.22 |
| Hex | 46 | F | 5F | 1A | 54 | 0 | 3F | 119 | 49 | 16 |
| Octal | 106 | 17 | 137 | 32 | 124 | 0 | 77 | 431 | 111 | 26 |
| Binary | 1000110 | 1111 | 1011111 | 11010 | 1010100 | 0 | 111111 | 100011001 | 1001001 | 10110 |
Color Harmonies of #460F5F
Complementary color
Monochromatic Colors of #460F5F
Black with #460F5F
Text Example
Text Example
White with #460F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F5F; }
p { color: rgb(70,15,95); }
H1.HeaderClassName
{
color: #460F5F;
}
.AnyTagClassName
{
color: #460F5F;
}
</style>
background-color css
<style>
a { background-color: #460F5F; }
a { background-color: rgb(70,15,95); }
div.DivClassName
{
background-color: #460F5F;
}
.BgClassName
{
background-color: #460F5F;
}
</style>
border-color css
<style>
span { border-color: #460F5F; }
span { border-color: rgb(70,15,95); }
td.TdClassName
{
border-color: #460F5F;
}
.TagClassName
{
border-color: #460F5F;
}
</style>