Shades of Scarlet Gum #462154
Tints of Scarlet Gum #462154
RGB
CMYK
RGB Variations
Color information
#462154 (or 0x462154) is known color: Scarlet Gum. HEX triplet: 46, 21 and 54. RGB value is (70,33,84). Sum of RGB (Red+Green+Blue) = 70+33+84=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #462154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462154 is #B9DEAB. Grayscale: #313131. Windows color (decimal): -12181164 or 5513542. OLE color: 5513542.
HSL color Cylindrical-coordinate representation of color #462154: hue angle of 283.53º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #462154 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 33 | 84 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.67 |
| HSL | 283.53º | 0.44% | 0.23% | - |
| HSV(B) | 283.53º | 0.61% | 0.33% | - |
| XYZ | 4.67 | 3.03 | 8.73 | - |
| YUV | 49.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 33 | 84 | 0.17 | 0.61 | 0 | 0.67 | 283.53 | 0.44 | 0.23 |
| Hex | 46 | 21 | 54 | 11 | 3D | 0 | 43 | 11C | 2C | 17 |
| Octal | 106 | 41 | 124 | 21 | 75 | 0 | 103 | 434 | 54 | 27 |
| Binary | 1000110 | 100001 | 1010100 | 10001 | 111101 | 0 | 1000011 | 100011100 | 101100 | 10111 |
Color Harmonies of #462154
Complementary color
Monochromatic Colors of #462154
Black with #462154
Text Example
Text Example
White with #462154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462154; }
p { color: rgb(70,33,84); }
H1.HeaderClassName
{
color: #462154;
}
.AnyTagClassName
{
color: #462154;
}
</style>
background-color css
<style>
a { background-color: #462154; }
a { background-color: rgb(70,33,84); }
div.DivClassName
{
background-color: #462154;
}
.BgClassName
{
background-color: #462154;
}
</style>
border-color css
<style>
span { border-color: #462154; }
span { border-color: rgb(70,33,84); }
td.TdClassName
{
border-color: #462154;
}
.TagClassName
{
border-color: #462154;
}
</style>