Shades of Scarlet Gum #462A50
Tints of Scarlet Gum #462A50
RGB
CMYK
RGB Variations
Color information
#462A50 (or 0x462A50) is known color: Scarlet Gum. HEX triplet: 46, 2A and 50. RGB value is (70,42,80). Sum of RGB (Red+Green+Blue) = 70+42+80=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #462A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A50 is #B9D5AF. Grayscale: #363636. Windows color (decimal): -12178864 or 5253702. OLE color: 5253702.
HSL color Cylindrical-coordinate representation of color #462A50: hue angle of 284.21º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #462A50 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 42 | 80 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.69 |
| HSL | 284.21º | 0.31% | 0.24% | - |
| HSV(B) | 284.21º | 0.48% | 0.31% | - |
| XYZ | 4.8 | 3.54 | 8.02 | - |
| YUV | 54.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 80 | 0.12 | 0.48 | 0 | 0.69 | 284.21 | 0.31 | 0.24 |
| Hex | 46 | 2A | 50 | C | 30 | 0 | 45 | 11C | 1F | 18 |
| Octal | 106 | 52 | 120 | 14 | 60 | 0 | 105 | 434 | 37 | 30 |
| Binary | 1000110 | 101010 | 1010000 | 1100 | 110000 | 0 | 1000101 | 100011100 | 11111 | 11000 |
Color Harmonies of #462A50
Complementary color
Monochromatic Colors of #462A50
Black with #462A50
Text Example
Text Example
White with #462A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A50; }
p { color: rgb(70,42,80); }
H1.HeaderClassName
{
color: #462A50;
}
.AnyTagClassName
{
color: #462A50;
}
</style>
background-color css
<style>
a { background-color: #462A50; }
a { background-color: rgb(70,42,80); }
div.DivClassName
{
background-color: #462A50;
}
.BgClassName
{
background-color: #462A50;
}
</style>
border-color css
<style>
span { border-color: #462A50; }
span { border-color: rgb(70,42,80); }
td.TdClassName
{
border-color: #462A50;
}
.TagClassName
{
border-color: #462A50;
}
</style>