Shades of Scarlet Gum #462C55
Tints of Scarlet Gum #462C55
RGB
CMYK
RGB Variations
Color information
#462C55 (or 0x462C55) is known color: Scarlet Gum. HEX triplet: 46, 2C and 55. RGB value is (70,44,85). Sum of RGB (Red+Green+Blue) = 70+44+85=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #462C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C55 is #B9D3AA. Grayscale: #383838. Windows color (decimal): -12178347 or 5581894. OLE color: 5581894.
HSL color Cylindrical-coordinate representation of color #462C55: hue angle of 278.05º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #462C55 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 44 | 85 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.67 |
| HSL | 278.05º | 0.32% | 0.25% | - |
| HSV(B) | 278.05º | 0.48% | 0.33% | - |
| XYZ | 5.07 | 3.76 | 9.05 | - |
| YUV | 56.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 85 | 0.18 | 0.48 | 0 | 0.67 | 278.05 | 0.32 | 0.25 |
| Hex | 46 | 2C | 55 | 12 | 30 | 0 | 43 | 116 | 20 | 19 |
| Octal | 106 | 54 | 125 | 22 | 60 | 0 | 103 | 426 | 40 | 31 |
| Binary | 1000110 | 101100 | 1010101 | 10010 | 110000 | 0 | 1000011 | 100010110 | 100000 | 11001 |
Color Harmonies of #462C55
Complementary color
Monochromatic Colors of #462C55
Black with #462C55
Text Example
Text Example
White with #462C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C55; }
p { color: rgb(70,44,85); }
H1.HeaderClassName
{
color: #462C55;
}
.AnyTagClassName
{
color: #462C55;
}
</style>
background-color css
<style>
a { background-color: #462C55; }
a { background-color: rgb(70,44,85); }
div.DivClassName
{
background-color: #462C55;
}
.BgClassName
{
background-color: #462C55;
}
</style>
border-color css
<style>
span { border-color: #462C55; }
span { border-color: rgb(70,44,85); }
td.TdClassName
{
border-color: #462C55;
}
.TagClassName
{
border-color: #462C55;
}
</style>