Shades of Scarlet Gum #42164D
Tints of Scarlet Gum #42164D
RGB
CMYK
RGB Variations
Color information
#42164D (or 0x42164D) is known color: Scarlet Gum. HEX triplet: 42, 16 and 4D. RGB value is (66,22,77). Sum of RGB (Red+Green+Blue) = 66+22+77=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #42164D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42164D is #BDE9B2. Grayscale: #292929. Windows color (decimal): -12446131 or 5051970. OLE color: 5051970.
HSL color Cylindrical-coordinate representation of color #42164D: hue angle of 288º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42164D is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 22 | 77 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.70 |
| HSL | 288º | 0.56% | 0.19% | - |
| HSV(B) | 288º | 0.71% | 0.3% | - |
| XYZ | 3.87 | 2.27 | 7.25 | - |
| YUV | 41.43 | 148.08 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 77 | 0.14 | 0.71 | 0 | 0.70 | 288 | 0.56 | 0.19 |
| Hex | 42 | 16 | 4D | E | 47 | 0 | 46 | 120 | 38 | 13 |
| Octal | 102 | 26 | 115 | 16 | 107 | 0 | 106 | 440 | 70 | 23 |
| Binary | 1000010 | 10110 | 1001101 | 1110 | 1000111 | 0 | 1000110 | 100100000 | 111000 | 10011 |
Color Harmonies of #42164D
Complementary color
Monochromatic Colors of #42164D
Black with #42164D
Text Example
Text Example
White with #42164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42164D; }
p { color: rgb(66,22,77); }
H1.HeaderClassName
{
color: #42164D;
}
.AnyTagClassName
{
color: #42164D;
}
</style>
background-color css
<style>
a { background-color: #42164D; }
a { background-color: rgb(66,22,77); }
div.DivClassName
{
background-color: #42164D;
}
.BgClassName
{
background-color: #42164D;
}
</style>
border-color css
<style>
span { border-color: #42164D; }
span { border-color: rgb(66,22,77); }
td.TdClassName
{
border-color: #42164D;
}
.TagClassName
{
border-color: #42164D;
}
</style>