Shades of Jazzberry Jam #940C4D
Tints of Jazzberry Jam #940C4D
RGB
CMYK
RGB Variations
Color information
#940C4D (or 0x940C4D) is known color: Jazzberry Jam. HEX triplet: 94, 0C and 4D. RGB value is (148,12,77). Sum of RGB (Red+Green+Blue) = 148+12+77=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #940C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940C4D is #6BF3B2. Grayscale: #3B3B3B. Windows color (decimal): -7074739 or 5049492. OLE color: 5049492.
HSL color Cylindrical-coordinate representation of color #940C4D: hue angle of 331.32º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C4D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 12 | 77 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.42 |
| HSL | 331.32º | 0.85% | 0.31% | - |
| HSV(B) | 331.32º | 0.92% | 0.58% | - |
| XYZ | 13.68 | 7.09 | 7.67 | - |
| YUV | 60.07 | 137.56 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 77 | 0 | 0.92 | 0.48 | 0.42 | 331.32 | 0.85 | 0.31 |
| Hex | 94 | C | 4D | 0 | 5C | 30 | 2A | 14B | 55 | 1F |
| Octal | 224 | 14 | 115 | 0 | 134 | 60 | 52 | 513 | 125 | 37 |
| Binary | 10010100 | 1100 | 1001101 | 0 | 1011100 | 110000 | 101010 | 101001011 | 1010101 | 11111 |
Color Harmonies of #940C4D
Complementary color
Monochromatic Colors of #940C4D
Black with #940C4D
Text Example
Text Example
White with #940C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940C4D; }
p { color: rgb(148,12,77); }
H1.HeaderClassName
{
color: #940C4D;
}
.AnyTagClassName
{
color: #940C4D;
}
</style>
background-color css
<style>
a { background-color: #940C4D; }
a { background-color: rgb(148,12,77); }
div.DivClassName
{
background-color: #940C4D;
}
.BgClassName
{
background-color: #940C4D;
}
</style>
border-color css
<style>
span { border-color: #940C4D; }
span { border-color: rgb(148,12,77); }
td.TdClassName
{
border-color: #940C4D;
}
.TagClassName
{
border-color: #940C4D;
}
</style>