Shades of Scarlet Gum #462C5B
Tints of Scarlet Gum #462C5B
RGB
CMYK
RGB Variations
Color information
#462C5B (or 0x462C5B) is known color: Scarlet Gum. HEX triplet: 46, 2C and 5B. RGB value is (70,44,91). Sum of RGB (Red+Green+Blue) = 70+44+91=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 44 (17.58% from 255 or 21.46% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #462C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C5B is #B9D3A4. Grayscale: #383838. Windows color (decimal): -12178341 or 5975110. OLE color: 5975110.
HSL color Cylindrical-coordinate representation of color #462C5B: hue angle of 273.19º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #462C5B is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 44 | 91 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.64 |
| HSL | 273.19º | 0.35% | 0.26% | - |
| HSV(B) | 273.19º | 0.52% | 0.36% | - |
| XYZ | 5.31 | 3.86 | 10.36 | - |
| YUV | 57.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 91 | 0.23 | 0.52 | 0 | 0.64 | 273.19 | 0.35 | 0.26 |
| Hex | 46 | 2C | 5B | 17 | 34 | 0 | 40 | 111 | 23 | 1A |
| Octal | 106 | 54 | 133 | 27 | 64 | 0 | 100 | 421 | 43 | 32 |
| Binary | 1000110 | 101100 | 1011011 | 10111 | 110100 | 0 | 1000000 | 100010001 | 100011 | 11010 |
Color Harmonies of #462C5B
Complementary color
Monochromatic Colors of #462C5B
Black with #462C5B
Text Example
Text Example
White with #462C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C5B; }
p { color: rgb(70,44,91); }
H1.HeaderClassName
{
color: #462C5B;
}
.AnyTagClassName
{
color: #462C5B;
}
</style>
background-color css
<style>
a { background-color: #462C5B; }
a { background-color: rgb(70,44,91); }
div.DivClassName
{
background-color: #462C5B;
}
.BgClassName
{
background-color: #462C5B;
}
</style>
border-color css
<style>
span { border-color: #462C5B; }
span { border-color: rgb(70,44,91); }
td.TdClassName
{
border-color: #462C5B;
}
.TagClassName
{
border-color: #462C5B;
}
</style>