Shades of Scarlet Gum #462853
Tints of Scarlet Gum #462853
RGB
CMYK
RGB Variations
Color information
#462853 (or 0x462853) is known color: Scarlet Gum. HEX triplet: 46, 28 and 53. RGB value is (70,40,83). Sum of RGB (Red+Green+Blue) = 70+40+83=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #462853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462853 is #B9D7AC. Grayscale: #353535. Windows color (decimal): -12179373 or 5449798. OLE color: 5449798.
HSL color Cylindrical-coordinate representation of color #462853: hue angle of 281.86º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #462853 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 40 | 83 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.67 |
| HSL | 281.86º | 0.35% | 0.24% | - |
| HSV(B) | 281.86º | 0.52% | 0.33% | - |
| XYZ | 4.85 | 3.44 | 8.59 | - |
| YUV | 53.87 | 144.44 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 40 | 83 | 0.16 | 0.52 | 0 | 0.67 | 281.86 | 0.35 | 0.24 |
| Hex | 46 | 28 | 53 | 10 | 34 | 0 | 43 | 11A | 23 | 18 |
| Octal | 106 | 50 | 123 | 20 | 64 | 0 | 103 | 432 | 43 | 30 |
| Binary | 1000110 | 101000 | 1010011 | 10000 | 110100 | 0 | 1000011 | 100011010 | 100011 | 11000 |
Color Harmonies of #462853
Complementary color
Monochromatic Colors of #462853
Black with #462853
Text Example
Text Example
White with #462853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462853; }
p { color: rgb(70,40,83); }
H1.HeaderClassName
{
color: #462853;
}
.AnyTagClassName
{
color: #462853;
}
</style>
background-color css
<style>
a { background-color: #462853; }
a { background-color: rgb(70,40,83); }
div.DivClassName
{
background-color: #462853;
}
.BgClassName
{
background-color: #462853;
}
</style>
border-color css
<style>
span { border-color: #462853; }
span { border-color: rgb(70,40,83); }
td.TdClassName
{
border-color: #462853;
}
.TagClassName
{
border-color: #462853;
}
</style>