Shades of Scarlet Gum #462C51
Tints of Scarlet Gum #462C51
RGB
CMYK
RGB Variations
Color information
#462C51 (or 0x462C51) is known color: Scarlet Gum. HEX triplet: 46, 2C and 51. RGB value is (70,44,81). Sum of RGB (Red+Green+Blue) = 70+44+81=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #462C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462C51 is #B9D3AE. Grayscale: #373737. Windows color (decimal): -12178351 or 5319750. OLE color: 5319750.
HSL color Cylindrical-coordinate representation of color #462C51: hue angle of 282.16º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #462C51 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 70 | 44 | 81 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.68 |
| HSL | 282.16º | 0.3% | 0.25% | - |
| HSV(B) | 282.16º | 0.46% | 0.32% | - |
| XYZ | 4.91 | 3.7 | 8.24 | - |
| YUV | 55.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 44 | 81 | 0.14 | 0.46 | 0 | 0.68 | 282.16 | 0.3 | 0.25 |
| Hex | 46 | 2C | 51 | E | 2E | 0 | 44 | 11A | 1E | 19 |
| Octal | 106 | 54 | 121 | 16 | 56 | 0 | 104 | 432 | 36 | 31 |
| Binary | 1000110 | 101100 | 1010001 | 1110 | 101110 | 0 | 1000100 | 100011010 | 11110 | 11001 |
Color Harmonies of #462C51
Complementary color
Monochromatic Colors of #462C51
Black with #462C51
Text Example
Text Example
White with #462C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462C51; }
p { color: rgb(70,44,81); }
H1.HeaderClassName
{
color: #462C51;
}
.AnyTagClassName
{
color: #462C51;
}
</style>
background-color css
<style>
a { background-color: #462C51; }
a { background-color: rgb(70,44,81); }
div.DivClassName
{
background-color: #462C51;
}
.BgClassName
{
background-color: #462C51;
}
</style>
border-color css
<style>
span { border-color: #462C51; }
span { border-color: rgb(70,44,81); }
td.TdClassName
{
border-color: #462C51;
}
.TagClassName
{
border-color: #462C51;
}
</style>