Shades of Scarlet Gum #462555
Tints of Scarlet Gum #462555
RGB
CMYK
RGB Variations
Color information
#462555 (or 0x462555) is known color: Scarlet Gum. HEX triplet: 46, 25 and 55. RGB value is (70,37,85). Sum of RGB (Red+Green+Blue) = 70+37+85=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #462555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462555 is #B9DAAA. Grayscale: #343434. Windows color (decimal): -12180139 or 5580102. OLE color: 5580102.
HSL color Cylindrical-coordinate representation of color #462555: hue angle of 281.25º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #462555 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 37 | 85 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.67 |
| HSL | 281.25º | 0.39% | 0.24% | - |
| HSV(B) | 281.25º | 0.56% | 0.33% | - |
| XYZ | 4.83 | 3.28 | 8.97 | - |
| YUV | 52.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 37 | 85 | 0.18 | 0.56 | 0 | 0.67 | 281.25 | 0.39 | 0.24 |
| Hex | 46 | 25 | 55 | 12 | 38 | 0 | 43 | 119 | 27 | 18 |
| Octal | 106 | 45 | 125 | 22 | 70 | 0 | 103 | 431 | 47 | 30 |
| Binary | 1000110 | 100101 | 1010101 | 10010 | 111000 | 0 | 1000011 | 100011001 | 100111 | 11000 |
Color Harmonies of #462555
Complementary color
Monochromatic Colors of #462555
Black with #462555
Text Example
Text Example
White with #462555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462555; }
p { color: rgb(70,37,85); }
H1.HeaderClassName
{
color: #462555;
}
.AnyTagClassName
{
color: #462555;
}
</style>
background-color css
<style>
a { background-color: #462555; }
a { background-color: rgb(70,37,85); }
div.DivClassName
{
background-color: #462555;
}
.BgClassName
{
background-color: #462555;
}
</style>
border-color css
<style>
span { border-color: #462555; }
span { border-color: rgb(70,37,85); }
td.TdClassName
{
border-color: #462555;
}
.TagClassName
{
border-color: #462555;
}
</style>