Shades of Scarlet Gum #422A4A
Tints of Scarlet Gum #422A4A
RGB
CMYK
RGB Variations
Color information
#422A4A (or 0x422A4A) is known color: Scarlet Gum. HEX triplet: 42, 2A and 4A. RGB value is (66,42,74). Sum of RGB (Red+Green+Blue) = 66+42+74=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 74 - color contains mainly: blue. Hex color #422A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A4A is #BDD5B5. Grayscale: #343434. Windows color (decimal): -12441014 or 4860482. OLE color: 4860482.
HSL color Cylindrical-coordinate representation of color #422A4A: hue angle of 285º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #422A4A is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 42 | 74 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.71 |
| HSL | 285º | 0.28% | 0.23% | - |
| HSV(B) | 285º | 0.43% | 0.29% | - |
| XYZ | 4.31 | 3.31 | 6.89 | - |
| YUV | 52.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 42 | 74 | 0.11 | 0.43 | 0 | 0.71 | 285 | 0.28 | 0.23 |
| Hex | 42 | 2A | 4A | B | 2B | 0 | 47 | 11D | 1C | 17 |
| Octal | 102 | 52 | 112 | 13 | 53 | 0 | 107 | 435 | 34 | 27 |
| Binary | 1000010 | 101010 | 1001010 | 1011 | 101011 | 0 | 1000111 | 100011101 | 11100 | 10111 |
Color Harmonies of #422A4A
Complementary color
Monochromatic Colors of #422A4A
Black with #422A4A
Text Example
Text Example
White with #422A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422A4A; }
p { color: rgb(66,42,74); }
H1.HeaderClassName
{
color: #422A4A;
}
.AnyTagClassName
{
color: #422A4A;
}
</style>
background-color css
<style>
a { background-color: #422A4A; }
a { background-color: rgb(66,42,74); }
div.DivClassName
{
background-color: #422A4A;
}
.BgClassName
{
background-color: #422A4A;
}
</style>
border-color css
<style>
span { border-color: #422A4A; }
span { border-color: rgb(66,42,74); }
td.TdClassName
{
border-color: #422A4A;
}
.TagClassName
{
border-color: #422A4A;
}
</style>