Shades of Scarlet Gum #462160
Tints of Scarlet Gum #462160
RGB
CMYK
RGB Variations
Color information
#462160 (or 0x462160) is known color: Scarlet Gum. HEX triplet: 46, 21 and 60. RGB value is (70,33,96). Sum of RGB (Red+Green+Blue) = 70+33+96=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #462160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462160 is #B9DE9F. Grayscale: #333333. Windows color (decimal): -12181152 or 6299974. OLE color: 6299974.
HSL color Cylindrical-coordinate representation of color #462160: hue angle of 275.24º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #462160 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 33 | 96 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.62 |
| HSL | 275.24º | 0.49% | 0.25% | - |
| HSV(B) | 275.24º | 0.66% | 0.38% | - |
| XYZ | 5.18 | 3.23 | 11.42 | - |
| YUV | 51.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 96 | 0.27 | 0.66 | 0 | 0.62 | 275.24 | 0.49 | 0.25 |
| Hex | 46 | 21 | 60 | 1B | 42 | 0 | 3E | 113 | 31 | 19 |
| Octal | 106 | 41 | 140 | 33 | 102 | 0 | 76 | 423 | 61 | 31 |
| Binary | 1000110 | 100001 | 1100000 | 11011 | 1000010 | 0 | 111110 | 100010011 | 110001 | 11001 |
Color Harmonies of #462160
Complementary color
Monochromatic Colors of #462160
Black with #462160
Text Example
Text Example
White with #462160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462160; }
p { color: rgb(70,33,96); }
H1.HeaderClassName
{
color: #462160;
}
.AnyTagClassName
{
color: #462160;
}
</style>
background-color css
<style>
a { background-color: #462160; }
a { background-color: rgb(70,33,96); }
div.DivClassName
{
background-color: #462160;
}
.BgClassName
{
background-color: #462160;
}
</style>
border-color css
<style>
span { border-color: #462160; }
span { border-color: rgb(70,33,96); }
td.TdClassName
{
border-color: #462160;
}
.TagClassName
{
border-color: #462160;
}
</style>