Shades of Scarlet Gum #462A54
Tints of Scarlet Gum #462A54
RGB
CMYK
RGB Variations
Color information
#462A54 (or 0x462A54) is known color: Scarlet Gum. HEX triplet: 46, 2A and 54. RGB value is (70,42,84). Sum of RGB (Red+Green+Blue) = 70+42+84=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #462A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462A54 is #B9D5AB. Grayscale: #373737. Windows color (decimal): -12178860 or 5515846. OLE color: 5515846.
HSL color Cylindrical-coordinate representation of color #462A54: hue angle of 280º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #462A54 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 42 | 84 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.67 |
| HSL | 280º | 0.33% | 0.25% | - |
| HSV(B) | 280º | 0.5% | 0.33% | - |
| XYZ | 4.95 | 3.6 | 8.82 | - |
| YUV | 55.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 42 | 84 | 0.17 | 0.5 | 0 | 0.67 | 280 | 0.33 | 0.25 |
| Hex | 46 | 2A | 54 | 11 | 32 | 0 | 43 | 118 | 21 | 19 |
| Octal | 106 | 52 | 124 | 21 | 62 | 0 | 103 | 430 | 41 | 31 |
| Binary | 1000110 | 101010 | 1010100 | 10001 | 110010 | 0 | 1000011 | 100011000 | 100001 | 11001 |
Color Harmonies of #462A54
Complementary color
Monochromatic Colors of #462A54
Black with #462A54
Text Example
Text Example
White with #462A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #462A54; }
p { color: rgb(70,42,84); }
H1.HeaderClassName
{
color: #462A54;
}
.AnyTagClassName
{
color: #462A54;
}
</style>
background-color css
<style>
a { background-color: #462A54; }
a { background-color: rgb(70,42,84); }
div.DivClassName
{
background-color: #462A54;
}
.BgClassName
{
background-color: #462A54;
}
</style>
border-color css
<style>
span { border-color: #462A54; }
span { border-color: rgb(70,42,84); }
td.TdClassName
{
border-color: #462A54;
}
.TagClassName
{
border-color: #462A54;
}
</style>