Shades of Scarlet Gum #461153
Tints of Scarlet Gum #461153
RGB
CMYK
RGB Variations
Color information
#461153 (or 0x461153) is known color: Scarlet Gum. HEX triplet: 46, 11 and 53. RGB value is (70,17,83). Sum of RGB (Red+Green+Blue) = 70+17+83=170 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.18% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #461153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461153 is #B9EEAC. Grayscale: #282828. Windows color (decimal): -12185261 or 5443910. OLE color: 5443910.
HSL color Cylindrical-coordinate representation of color #461153: hue angle of 288.18º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461153 is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 17 | 83 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.67 |
| HSL | 288.18º | 0.66% | 0.2% | - |
| HSV(B) | 288.18º | 0.8% | 0.33% | - |
| XYZ | 4.29 | 2.33 | 8.41 | - |
| YUV | 40.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 83 | 0.16 | 0.80 | 0 | 0.67 | 288.18 | 0.66 | 0.2 |
| Hex | 46 | 11 | 53 | 10 | 50 | 0 | 43 | 120 | 42 | 14 |
| Octal | 106 | 21 | 123 | 20 | 120 | 0 | 103 | 440 | 102 | 24 |
| Binary | 1000110 | 10001 | 1010011 | 10000 | 1010000 | 0 | 1000011 | 100100000 | 1000010 | 10100 |
Color Harmonies of #461153
Complementary color
Monochromatic Colors of #461153
Black with #461153
Text Example
Text Example
White with #461153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461153; }
p { color: rgb(70,17,83); }
H1.HeaderClassName
{
color: #461153;
}
.AnyTagClassName
{
color: #461153;
}
</style>
background-color css
<style>
a { background-color: #461153; }
a { background-color: rgb(70,17,83); }
div.DivClassName
{
background-color: #461153;
}
.BgClassName
{
background-color: #461153;
}
</style>
border-color css
<style>
span { border-color: #461153; }
span { border-color: rgb(70,17,83); }
td.TdClassName
{
border-color: #461153;
}
.TagClassName
{
border-color: #461153;
}
</style>