Shades of Scarlet Gum #422154
Tints of Scarlet Gum #422154
RGB
CMYK
RGB Variations
Color information
#422154 (or 0x422154) is known color: Scarlet Gum. HEX triplet: 42, 21 and 54. RGB value is (66,33,84). Sum of RGB (Red+Green+Blue) = 66+33+84=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #422154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422154 is #BDDEAB. Grayscale: #303030. Windows color (decimal): -12443308 or 5513538. OLE color: 5513538.
HSL color Cylindrical-coordinate representation of color #422154: hue angle of 278.82º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #422154 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 33 | 84 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.67 |
| HSL | 278.82º | 0.44% | 0.23% | - |
| HSV(B) | 278.82º | 0.61% | 0.33% | - |
| XYZ | 4.39 | 2.89 | 8.71 | - |
| YUV | 48.68 | 147.93 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 84 | 0.21 | 0.61 | 0 | 0.67 | 278.82 | 0.44 | 0.23 |
| Hex | 42 | 21 | 54 | 15 | 3D | 0 | 43 | 117 | 2C | 17 |
| Octal | 102 | 41 | 124 | 25 | 75 | 0 | 103 | 427 | 54 | 27 |
| Binary | 1000010 | 100001 | 1010100 | 10101 | 111101 | 0 | 1000011 | 100010111 | 101100 | 10111 |
Color Harmonies of #422154
Complementary color
Monochromatic Colors of #422154
Black with #422154
Text Example
Text Example
White with #422154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422154; }
p { color: rgb(66,33,84); }
H1.HeaderClassName
{
color: #422154;
}
.AnyTagClassName
{
color: #422154;
}
</style>
background-color css
<style>
a { background-color: #422154; }
a { background-color: rgb(66,33,84); }
div.DivClassName
{
background-color: #422154;
}
.BgClassName
{
background-color: #422154;
}
</style>
border-color css
<style>
span { border-color: #422154; }
span { border-color: rgb(66,33,84); }
td.TdClassName
{
border-color: #422154;
}
.TagClassName
{
border-color: #422154;
}
</style>