Shades of Scarlet Gum #463150
Tints of Scarlet Gum #463150
RGB
CMYK
RGB Variations
Color information
#463150 (or 0x463150) is known color: Scarlet Gum. HEX triplet: 46, 31 and 50. RGB value is (70,49,80). Sum of RGB (Red+Green+Blue) = 70+49+80=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #463150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463150 is #B9CEAF. Grayscale: #3A3A3A. Windows color (decimal): -12177072 or 5255494. OLE color: 5255494.
HSL color Cylindrical-coordinate representation of color #463150: hue angle of 280.65º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #463150 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 49 | 80 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.69 |
| HSL | 280.65º | 0.24% | 0.25% | - |
| HSV(B) | 280.65º | 0.39% | 0.31% | - |
| XYZ | 5.07 | 4.08 | 8.11 | - |
| YUV | 58.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 80 | 0.12 | 0.39 | 0 | 0.69 | 280.65 | 0.24 | 0.25 |
| Hex | 46 | 31 | 50 | C | 27 | 0 | 45 | 119 | 18 | 19 |
| Octal | 106 | 61 | 120 | 14 | 47 | 0 | 105 | 431 | 30 | 31 |
| Binary | 1000110 | 110001 | 1010000 | 1100 | 100111 | 0 | 1000101 | 100011001 | 11000 | 11001 |
Color Harmonies of #463150
Complementary color
Monochromatic Colors of #463150
Black with #463150
Text Example
Text Example
White with #463150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463150; }
p { color: rgb(70,49,80); }
H1.HeaderClassName
{
color: #463150;
}
.AnyTagClassName
{
color: #463150;
}
</style>
background-color css
<style>
a { background-color: #463150; }
a { background-color: rgb(70,49,80); }
div.DivClassName
{
background-color: #463150;
}
.BgClassName
{
background-color: #463150;
}
</style>
border-color css
<style>
span { border-color: #463150; }
span { border-color: rgb(70,49,80); }
td.TdClassName
{
border-color: #463150;
}
.TagClassName
{
border-color: #463150;
}
</style>