Shades of Jazzberry Jam #940649
Tints of Jazzberry Jam #940649
RGB
CMYK
RGB Variations
Color information
#940649 (or 0x940649) is known color: Jazzberry Jam. HEX triplet: 94, 06 and 49. RGB value is (148,6,73). Sum of RGB (Red+Green+Blue) = 148+6+73=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #940649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940649 is #6BF9B6. Grayscale: #373737. Windows color (decimal): -7076279 or 4785812. OLE color: 4785812.
HSL color Cylindrical-coordinate representation of color #940649: hue angle of 331.69º 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 #940649 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 6 | 73 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.42 |
| HSL | 331.69º | 0.92% | 0.3% | - |
| HSV(B) | 331.69º | 0.96% | 0.58% | - |
| XYZ | 13.48 | 6.91 | 6.93 | - |
| YUV | 56.1 | 137.54 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 6 | 73 | 0 | 0.96 | 0.51 | 0.42 | 331.69 | 0.92 | 0.3 |
| Hex | 94 | 6 | 49 | 0 | 60 | 33 | 2A | 14C | 5C | 1E |
| Octal | 224 | 6 | 111 | 0 | 140 | 63 | 52 | 514 | 134 | 36 |
| Binary | 10010100 | 110 | 1001001 | 0 | 1100000 | 110011 | 101010 | 101001100 | 1011100 | 11110 |
Color Harmonies of #940649
Complementary color
Monochromatic Colors of #940649
Black with #940649
Text Example
Text Example
White with #940649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940649; }
p { color: rgb(148,6,73); }
H1.HeaderClassName
{
color: #940649;
}
.AnyTagClassName
{
color: #940649;
}
</style>
background-color css
<style>
a { background-color: #940649; }
a { background-color: rgb(148,6,73); }
div.DivClassName
{
background-color: #940649;
}
.BgClassName
{
background-color: #940649;
}
</style>
border-color css
<style>
span { border-color: #940649; }
span { border-color: rgb(148,6,73); }
td.TdClassName
{
border-color: #940649;
}
.TagClassName
{
border-color: #940649;
}
</style>