Shades of Scarlet Gum #462753
Tints of Scarlet Gum #462753
RGB
CMYK
RGB Variations
Color information
#462753 (or 0x462753) is known color: Scarlet Gum. HEX triplet: 46, 27 and 53. RGB value is (70,39,83). Sum of RGB (Red+Green+Blue) = 70+39+83=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #462753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462753 is #B9D8AC. Grayscale: #353535. Windows color (decimal): -12179629 or 5449542. OLE color: 5449542.
HSL color Cylindrical-coordinate representation of color #462753: hue angle of 282.27º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #462753 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 39 | 83 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.67 |
| HSL | 282.27º | 0.36% | 0.24% | - |
| HSV(B) | 282.27º | 0.53% | 0.33% | - |
| XYZ | 4.81 | 3.38 | 8.58 | - |
| YUV | 53.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 39 | 83 | 0.16 | 0.53 | 0 | 0.67 | 282.27 | 0.36 | 0.24 |
| Hex | 46 | 27 | 53 | 10 | 35 | 0 | 43 | 11A | 24 | 18 |
| Octal | 106 | 47 | 123 | 20 | 65 | 0 | 103 | 432 | 44 | 30 |
| Binary | 1000110 | 100111 | 1010011 | 10000 | 110101 | 0 | 1000011 | 100011010 | 100100 | 11000 |
Color Harmonies of #462753
Complementary color
Monochromatic Colors of #462753
Black with #462753
Text Example
Text Example
White with #462753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462753; }
p { color: rgb(70,39,83); }
H1.HeaderClassName
{
color: #462753;
}
.AnyTagClassName
{
color: #462753;
}
</style>
background-color css
<style>
a { background-color: #462753; }
a { background-color: rgb(70,39,83); }
div.DivClassName
{
background-color: #462753;
}
.BgClassName
{
background-color: #462753;
}
</style>
border-color css
<style>
span { border-color: #462753; }
span { border-color: rgb(70,39,83); }
td.TdClassName
{
border-color: #462753;
}
.TagClassName
{
border-color: #462753;
}
</style>