Shades of Scarlet Gum #462C5F
Tints of Scarlet Gum #462C5F
RGB
CMYK
RGB Variations
Color information
#462C5F (or 0x462C5F) is known color: Scarlet Gum. HEX triplet: 46, 2C and 5F. RGB value is (70,44,95). Sum of RGB (Red+Green+Blue) = 70+44+95=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 95 - color contains mainly: blue. Hex color #462C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C5F is #B9D3A0. Grayscale: #393939. Windows color (decimal): -12178337 or 6237254. OLE color: 6237254.
HSL color Cylindrical-coordinate representation of color #462C5F: hue angle of 270.59º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462C5F is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 44 | 95 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.63 |
| HSL | 270.59º | 0.37% | 0.27% | - |
| HSV(B) | 270.59º | 0.54% | 0.37% | - |
| XYZ | 5.49 | 3.93 | 11.3 | - |
| YUV | 57.59 | 149.11 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 95 | 0.26 | 0.54 | 0 | 0.63 | 270.59 | 0.37 | 0.27 |
| Hex | 46 | 2C | 5F | 1A | 36 | 0 | 3F | 10F | 25 | 1B |
| Octal | 106 | 54 | 137 | 32 | 66 | 0 | 77 | 417 | 45 | 33 |
| Binary | 1000110 | 101100 | 1011111 | 11010 | 110110 | 0 | 111111 | 100001111 | 100101 | 11011 |
Color Harmonies of #462C5F
Complementary color
Monochromatic Colors of #462C5F
Black with #462C5F
Text Example
Text Example
White with #462C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C5F; }
p { color: rgb(70,44,95); }
H1.HeaderClassName
{
color: #462C5F;
}
.AnyTagClassName
{
color: #462C5F;
}
</style>
background-color css
<style>
a { background-color: #462C5F; }
a { background-color: rgb(70,44,95); }
div.DivClassName
{
background-color: #462C5F;
}
.BgClassName
{
background-color: #462C5F;
}
</style>
border-color css
<style>
span { border-color: #462C5F; }
span { border-color: rgb(70,44,95); }
td.TdClassName
{
border-color: #462C5F;
}
.TagClassName
{
border-color: #462C5F;
}
</style>