Shades of Scarlet Gum #462150
Tints of Scarlet Gum #462150
RGB
CMYK
RGB Variations
Color information
#462150 (or 0x462150) is known color: Scarlet Gum. HEX triplet: 46, 21 and 50. RGB value is (70,33,80). Sum of RGB (Red+Green+Blue) = 70+33+80=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #462150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462150 is #B9DEAF. Grayscale: #313131. Windows color (decimal): -12181168 or 5251398. OLE color: 5251398.
HSL color Cylindrical-coordinate representation of color #462150: hue angle of 287.23º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #462150 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 33 | 80 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.69 |
| HSL | 287.23º | 0.42% | 0.22% | - |
| HSV(B) | 287.23º | 0.59% | 0.31% | - |
| XYZ | 4.52 | 2.97 | 7.92 | - |
| YUV | 49.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 80 | 0.12 | 0.59 | 0 | 0.69 | 287.23 | 0.42 | 0.22 |
| Hex | 46 | 21 | 50 | C | 3B | 0 | 45 | 11F | 2A | 16 |
| Octal | 106 | 41 | 120 | 14 | 73 | 0 | 105 | 437 | 52 | 26 |
| Binary | 1000110 | 100001 | 1010000 | 1100 | 111011 | 0 | 1000101 | 100011111 | 101010 | 10110 |
Color Harmonies of #462150
Complementary color
Monochromatic Colors of #462150
Black with #462150
Text Example
Text Example
White with #462150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462150; }
p { color: rgb(70,33,80); }
H1.HeaderClassName
{
color: #462150;
}
.AnyTagClassName
{
color: #462150;
}
</style>
background-color css
<style>
a { background-color: #462150; }
a { background-color: rgb(70,33,80); }
div.DivClassName
{
background-color: #462150;
}
.BgClassName
{
background-color: #462150;
}
</style>
border-color css
<style>
span { border-color: #462150; }
span { border-color: rgb(70,33,80); }
td.TdClassName
{
border-color: #462150;
}
.TagClassName
{
border-color: #462150;
}
</style>