Shades of Scarlet Gum #422254
Tints of Scarlet Gum #422254
RGB
CMYK
RGB Variations
Color information
#422254 (or 0x422254) is known color: Scarlet Gum. HEX triplet: 42, 22 and 54. RGB value is (66,34,84). Sum of RGB (Red+Green+Blue) = 66+34+84=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 84 - color contains mainly: blue. Hex color #422254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422254 is #BDDDAB. Grayscale: #313131. Windows color (decimal): -12443052 or 5513794. OLE color: 5513794.
HSL color Cylindrical-coordinate representation of color #422254: hue angle of 278.4º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #422254 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 66 | 34 | 84 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.67 |
| HSL | 278.4º | 0.42% | 0.23% | - |
| HSV(B) | 278.4º | 0.6% | 0.33% | - |
| XYZ | 4.42 | 2.94 | 8.72 | - |
| YUV | 49.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 34 | 84 | 0.21 | 0.60 | 0 | 0.67 | 278.4 | 0.42 | 0.23 |
| Hex | 42 | 22 | 54 | 15 | 3C | 0 | 43 | 116 | 2A | 17 |
| Octal | 102 | 42 | 124 | 25 | 74 | 0 | 103 | 426 | 52 | 27 |
| Binary | 1000010 | 100010 | 1010100 | 10101 | 111100 | 0 | 1000011 | 100010110 | 101010 | 10111 |
Color Harmonies of #422254
Complementary color
Monochromatic Colors of #422254
Black with #422254
Text Example
Text Example
White with #422254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422254; }
p { color: rgb(66,34,84); }
H1.HeaderClassName
{
color: #422254;
}
.AnyTagClassName
{
color: #422254;
}
</style>
background-color css
<style>
a { background-color: #422254; }
a { background-color: rgb(66,34,84); }
div.DivClassName
{
background-color: #422254;
}
.BgClassName
{
background-color: #422254;
}
</style>
border-color css
<style>
span { border-color: #422254; }
span { border-color: rgb(66,34,84); }
td.TdClassName
{
border-color: #422254;
}
.TagClassName
{
border-color: #422254;
}
</style>