Shades of Scarlet Gum #461653
Tints of Scarlet Gum #461653
RGB
CMYK
RGB Variations
Color information
#461653 (or 0x461653) is known color: Scarlet Gum. HEX triplet: 46, 16 and 53. RGB value is (70,22,83). Sum of RGB (Red+Green+Blue) = 70+22+83=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #461653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461653 is #B9E9AC. Grayscale: #2B2B2B. Windows color (decimal): -12183981 or 5445190. OLE color: 5445190.
HSL color Cylindrical-coordinate representation of color #461653: hue angle of 287.21º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461653 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 22 | 83 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.67 |
| HSL | 287.21º | 0.58% | 0.21% | - |
| HSV(B) | 287.21º | 0.73% | 0.33% | - |
| XYZ | 4.37 | 2.5 | 8.44 | - |
| YUV | 43.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 83 | 0.16 | 0.73 | 0 | 0.67 | 287.21 | 0.58 | 0.21 |
| Hex | 46 | 16 | 53 | 10 | 49 | 0 | 43 | 11F | 3A | 15 |
| Octal | 106 | 26 | 123 | 20 | 111 | 0 | 103 | 437 | 72 | 25 |
| Binary | 1000110 | 10110 | 1010011 | 10000 | 1001001 | 0 | 1000011 | 100011111 | 111010 | 10101 |
Color Harmonies of #461653
Complementary color
Monochromatic Colors of #461653
Black with #461653
Text Example
Text Example
White with #461653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461653; }
p { color: rgb(70,22,83); }
H1.HeaderClassName
{
color: #461653;
}
.AnyTagClassName
{
color: #461653;
}
</style>
background-color css
<style>
a { background-color: #461653; }
a { background-color: rgb(70,22,83); }
div.DivClassName
{
background-color: #461653;
}
.BgClassName
{
background-color: #461653;
}
</style>
border-color css
<style>
span { border-color: #461653; }
span { border-color: rgb(70,22,83); }
td.TdClassName
{
border-color: #461653;
}
.TagClassName
{
border-color: #461653;
}
</style>