Shades of Jazzberry Jam #940644
Tints of Jazzberry Jam #940644
RGB
CMYK
RGB Variations
Color information
#940644 (or 0x940644) is known color: Jazzberry Jam. HEX triplet: 94, 06 and 44. RGB value is (148,6,68). Sum of RGB (Red+Green+Blue) = 148+6+68=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #940644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940644 is #6BF9BB. Grayscale: #373737. Windows color (decimal): -7076284 or 4458132. OLE color: 4458132.
HSL color Cylindrical-coordinate representation of color #940644: hue angle of 333.8º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940644 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 68 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.42 |
| HSL | 333.8º | 0.92% | 0.3% | - |
| HSV(B) | 333.8º | 0.96% | 0.58% | - |
| XYZ | 13.32 | 6.84 | 6.09 | - |
| YUV | 55.53 | 135.04 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 68 | 0 | 0.96 | 0.54 | 0.42 | 333.8 | 0.92 | 0.3 |
| Hex | 94 | 6 | 44 | 0 | 60 | 36 | 2A | 14E | 5C | 1E |
| Octal | 224 | 6 | 104 | 0 | 140 | 66 | 52 | 516 | 134 | 36 |
| Binary | 10010100 | 110 | 1000100 | 0 | 1100000 | 110110 | 101010 | 101001110 | 1011100 | 11110 |
Color Harmonies of #940644
Complementary color
Monochromatic Colors of #940644
Black with #940644
Text Example
Text Example
White with #940644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940644; }
p { color: rgb(148,6,68); }
H1.HeaderClassName
{
color: #940644;
}
.AnyTagClassName
{
color: #940644;
}
</style>
background-color css
<style>
a { background-color: #940644; }
a { background-color: rgb(148,6,68); }
div.DivClassName
{
background-color: #940644;
}
.BgClassName
{
background-color: #940644;
}
</style>
border-color css
<style>
span { border-color: #940644; }
span { border-color: rgb(148,6,68); }
td.TdClassName
{
border-color: #940644;
}
.TagClassName
{
border-color: #940644;
}
</style>