Shades of Scarlet Gum #422150
Tints of Scarlet Gum #422150
RGB
CMYK
RGB Variations
Color information
#422150 (or 0x422150) is known color: Scarlet Gum. HEX triplet: 42, 21 and 50. RGB value is (66,33,80). Sum of RGB (Red+Green+Blue) = 66+33+80=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #422150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422150 is #BDDEAF. Grayscale: #303030. Windows color (decimal): -12443312 or 5251394. OLE color: 5251394.
HSL color Cylindrical-coordinate representation of color #422150: hue angle of 282.13º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #422150 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 33 | 80 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.69 |
| HSL | 282.13º | 0.42% | 0.22% | - |
| HSV(B) | 282.13º | 0.59% | 0.31% | - |
| XYZ | 4.24 | 2.83 | 7.91 | - |
| YUV | 48.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 80 | 0.17 | 0.59 | 0 | 0.69 | 282.13 | 0.42 | 0.22 |
| Hex | 42 | 21 | 50 | 11 | 3B | 0 | 45 | 11A | 2A | 16 |
| Octal | 102 | 41 | 120 | 21 | 73 | 0 | 105 | 432 | 52 | 26 |
| Binary | 1000010 | 100001 | 1010000 | 10001 | 111011 | 0 | 1000101 | 100011010 | 101010 | 10110 |
Color Harmonies of #422150
Complementary color
Monochromatic Colors of #422150
Black with #422150
Text Example
Text Example
White with #422150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422150; }
p { color: rgb(66,33,80); }
H1.HeaderClassName
{
color: #422150;
}
.AnyTagClassName
{
color: #422150;
}
</style>
background-color css
<style>
a { background-color: #422150; }
a { background-color: rgb(66,33,80); }
div.DivClassName
{
background-color: #422150;
}
.BgClassName
{
background-color: #422150;
}
</style>
border-color css
<style>
span { border-color: #422150; }
span { border-color: rgb(66,33,80); }
td.TdClassName
{
border-color: #422150;
}
.TagClassName
{
border-color: #422150;
}
</style>