Shades of Scarlet Gum #462B50
Tints of Scarlet Gum #462B50
RGB
CMYK
RGB Variations
Color information
#462B50 (or 0x462B50) is known color: Scarlet Gum. HEX triplet: 46, 2B and 50. RGB value is (70,43,80). Sum of RGB (Red+Green+Blue) = 70+43+80=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #462B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462B50 is #B9D4AF. Grayscale: #373737. Windows color (decimal): -12178608 or 5253958. OLE color: 5253958.
HSL color Cylindrical-coordinate representation of color #462B50: hue angle of 283.78º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #462B50 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 43 | 80 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.69 |
| HSL | 283.78º | 0.3% | 0.24% | - |
| HSV(B) | 283.78º | 0.46% | 0.31% | - |
| XYZ | 4.84 | 3.61 | 8.03 | - |
| YUV | 55.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 43 | 80 | 0.12 | 0.46 | 0 | 0.69 | 283.78 | 0.3 | 0.24 |
| Hex | 46 | 2B | 50 | C | 2E | 0 | 45 | 11C | 1E | 18 |
| Octal | 106 | 53 | 120 | 14 | 56 | 0 | 105 | 434 | 36 | 30 |
| Binary | 1000110 | 101011 | 1010000 | 1100 | 101110 | 0 | 1000101 | 100011100 | 11110 | 11000 |
Color Harmonies of #462B50
Complementary color
Monochromatic Colors of #462B50
Black with #462B50
Text Example
Text Example
White with #462B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462B50; }
p { color: rgb(70,43,80); }
H1.HeaderClassName
{
color: #462B50;
}
.AnyTagClassName
{
color: #462B50;
}
</style>
background-color css
<style>
a { background-color: #462B50; }
a { background-color: rgb(70,43,80); }
div.DivClassName
{
background-color: #462B50;
}
.BgClassName
{
background-color: #462B50;
}
</style>
border-color css
<style>
span { border-color: #462B50; }
span { border-color: rgb(70,43,80); }
td.TdClassName
{
border-color: #462B50;
}
.TagClassName
{
border-color: #462B50;
}
</style>