Shades of Scarlet Gum #462F50
Tints of Scarlet Gum #462F50
RGB
CMYK
RGB Variations
Color information
#462F50 (or 0x462F50) is known color: Scarlet Gum. HEX triplet: 46, 2F and 50. RGB value is (70,47,80). Sum of RGB (Red+Green+Blue) = 70+47+80=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #462F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462F50 is #B9D0AF. Grayscale: #393939. Windows color (decimal): -12177584 or 5254982. OLE color: 5254982.
HSL color Cylindrical-coordinate representation of color #462F50: hue angle of 281.82º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #462F50 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 47 | 80 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.69 |
| HSL | 281.82º | 0.26% | 0.25% | - |
| HSV(B) | 281.82º | 0.41% | 0.31% | - |
| XYZ | 4.99 | 3.91 | 8.08 | - |
| YUV | 57.64 | 140.62 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 47 | 80 | 0.12 | 0.41 | 0 | 0.69 | 281.82 | 0.26 | 0.25 |
| Hex | 46 | 2F | 50 | C | 29 | 0 | 45 | 11A | 1A | 19 |
| Octal | 106 | 57 | 120 | 14 | 51 | 0 | 105 | 432 | 32 | 31 |
| Binary | 1000110 | 101111 | 1010000 | 1100 | 101001 | 0 | 1000101 | 100011010 | 11010 | 11001 |
Color Harmonies of #462F50
Complementary color
Monochromatic Colors of #462F50
Black with #462F50
Text Example
Text Example
White with #462F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462F50; }
p { color: rgb(70,47,80); }
H1.HeaderClassName
{
color: #462F50;
}
.AnyTagClassName
{
color: #462F50;
}
</style>
background-color css
<style>
a { background-color: #462F50; }
a { background-color: rgb(70,47,80); }
div.DivClassName
{
background-color: #462F50;
}
.BgClassName
{
background-color: #462F50;
}
</style>
border-color css
<style>
span { border-color: #462F50; }
span { border-color: rgb(70,47,80); }
td.TdClassName
{
border-color: #462F50;
}
.TagClassName
{
border-color: #462F50;
}
</style>