Shades of Scarlet Gum #463153
Tints of Scarlet Gum #463153
RGB
CMYK
RGB Variations
Color information
#463153 (or 0x463153) is known color: Scarlet Gum. HEX triplet: 46, 31 and 53. RGB value is (70,49,83). Sum of RGB (Red+Green+Blue) = 70+49+83=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #463153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463153 is #B9CEAC. Grayscale: #3B3B3B. Windows color (decimal): -12177069 or 5452102. OLE color: 5452102.
HSL color Cylindrical-coordinate representation of color #463153: hue angle of 277.06º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #463153 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 49 | 83 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.67 |
| HSL | 277.06º | 0.26% | 0.26% | - |
| HSV(B) | 277.06º | 0.41% | 0.33% | - |
| XYZ | 5.19 | 4.12 | 8.71 | - |
| YUV | 59.16 | 141.46 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 49 | 83 | 0.16 | 0.41 | 0 | 0.67 | 277.06 | 0.26 | 0.26 |
| Hex | 46 | 31 | 53 | 10 | 29 | 0 | 43 | 115 | 1A | 1A |
| Octal | 106 | 61 | 123 | 20 | 51 | 0 | 103 | 425 | 32 | 32 |
| Binary | 1000110 | 110001 | 1010011 | 10000 | 101001 | 0 | 1000011 | 100010101 | 11010 | 11010 |
Color Harmonies of #463153
Complementary color
Monochromatic Colors of #463153
Black with #463153
Text Example
Text Example
White with #463153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463153; }
p { color: rgb(70,49,83); }
H1.HeaderClassName
{
color: #463153;
}
.AnyTagClassName
{
color: #463153;
}
</style>
background-color css
<style>
a { background-color: #463153; }
a { background-color: rgb(70,49,83); }
div.DivClassName
{
background-color: #463153;
}
.BgClassName
{
background-color: #463153;
}
</style>
border-color css
<style>
span { border-color: #463153; }
span { border-color: rgb(70,49,83); }
td.TdClassName
{
border-color: #463153;
}
.TagClassName
{
border-color: #463153;
}
</style>