Shades of Scarlet Gum #462455
Tints of Scarlet Gum #462455
RGB
CMYK
RGB Variations
Color information
#462455 (or 0x462455) is known color: Scarlet Gum. HEX triplet: 46, 24 and 55. RGB value is (70,36,85). Sum of RGB (Red+Green+Blue) = 70+36+85=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 36 (14.45% from 255 or 18.85% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #462455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462455 is #B9DBAA. Grayscale: #333333. Windows color (decimal): -12180395 or 5579846. OLE color: 5579846.
HSL color Cylindrical-coordinate representation of color #462455: hue angle of 281.63º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #462455 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 36 | 85 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.67 |
| HSL | 281.63º | 0.4% | 0.24% | - |
| HSV(B) | 281.63º | 0.58% | 0.33% | - |
| XYZ | 4.8 | 3.22 | 8.96 | - |
| YUV | 51.75 | 146.76 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 36 | 85 | 0.18 | 0.58 | 0 | 0.67 | 281.63 | 0.4 | 0.24 |
| Hex | 46 | 24 | 55 | 12 | 3A | 0 | 43 | 11A | 28 | 18 |
| Octal | 106 | 44 | 125 | 22 | 72 | 0 | 103 | 432 | 50 | 30 |
| Binary | 1000110 | 100100 | 1010101 | 10010 | 111010 | 0 | 1000011 | 100011010 | 101000 | 11000 |
Color Harmonies of #462455
Complementary color
Monochromatic Colors of #462455
Black with #462455
Text Example
Text Example
White with #462455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462455; }
p { color: rgb(70,36,85); }
H1.HeaderClassName
{
color: #462455;
}
.AnyTagClassName
{
color: #462455;
}
</style>
background-color css
<style>
a { background-color: #462455; }
a { background-color: rgb(70,36,85); }
div.DivClassName
{
background-color: #462455;
}
.BgClassName
{
background-color: #462455;
}
</style>
border-color css
<style>
span { border-color: #462455; }
span { border-color: rgb(70,36,85); }
td.TdClassName
{
border-color: #462455;
}
.TagClassName
{
border-color: #462455;
}
</style>