Shades of Scarlet Gum #422052
Tints of Scarlet Gum #422052
RGB
CMYK
RGB Variations
Color information
#422052 (or 0x422052) is known color: Scarlet Gum. HEX triplet: 42, 20 and 52. RGB value is (66,32,82). Sum of RGB (Red+Green+Blue) = 66+32+82=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 82 (32.42% from 255 or 45.56% from 180); Max value from RGB is 82 - color contains mainly: blue. Hex color #422052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #422052 is #BDDFAD. Grayscale: #2F2F2F. Windows color (decimal): -12443566 or 5382210. OLE color: 5382210.
HSL color Cylindrical-coordinate representation of color #422052: hue angle of 280.8º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #422052 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 66 | 32 | 82 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.68 |
| HSL | 280.8º | 0.44% | 0.22% | - |
| HSV(B) | 280.8º | 0.61% | 0.32% | - |
| XYZ | 4.29 | 2.8 | 8.3 | - |
| YUV | 47.87 | 147.26 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 32 | 82 | 0.20 | 0.61 | 0 | 0.68 | 280.8 | 0.44 | 0.22 |
| Hex | 42 | 20 | 52 | 14 | 3D | 0 | 44 | 119 | 2C | 16 |
| Octal | 102 | 40 | 122 | 24 | 75 | 0 | 104 | 431 | 54 | 26 |
| Binary | 1000010 | 100000 | 1010010 | 10100 | 111101 | 0 | 1000100 | 100011001 | 101100 | 10110 |
Color Harmonies of #422052
Complementary color
Monochromatic Colors of #422052
Black with #422052
Text Example
Text Example
White with #422052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422052; }
p { color: rgb(66,32,82); }
H1.HeaderClassName
{
color: #422052;
}
.AnyTagClassName
{
color: #422052;
}
</style>
background-color css
<style>
a { background-color: #422052; }
a { background-color: rgb(66,32,82); }
div.DivClassName
{
background-color: #422052;
}
.BgClassName
{
background-color: #422052;
}
</style>
border-color css
<style>
span { border-color: #422052; }
span { border-color: rgb(66,32,82); }
td.TdClassName
{
border-color: #422052;
}
.TagClassName
{
border-color: #422052;
}
</style>