Shades of Jazzberry Jam #941152
Tints of Jazzberry Jam #941152
RGB
CMYK
RGB Variations
Color information
#941152 (or 0x941152) is known color: Jazzberry Jam. HEX triplet: 94, 11 and 52. RGB value is (148,17,82). Sum of RGB (Red+Green+Blue) = 148+17+82=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #941152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #941152 is #6BEEAD. Grayscale: #3F3F3F. Windows color (decimal): -7073454 or 5378452. OLE color: 5378452.
HSL color Cylindrical-coordinate representation of color #941152: hue angle of 330.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941152 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 82 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.42 |
| HSL | 330.23º | 0.79% | 0.32% | - |
| HSV(B) | 330.23º | 0.89% | 0.58% | - |
| XYZ | 13.94 | 7.31 | 8.66 | - |
| YUV | 63.58 | 138.4 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 82 | 0 | 0.89 | 0.45 | 0.42 | 330.23 | 0.79 | 0.32 |
| Hex | 94 | 11 | 52 | 0 | 59 | 2D | 2A | 14A | 4F | 20 |
| Octal | 224 | 21 | 122 | 0 | 131 | 55 | 52 | 512 | 117 | 40 |
| Binary | 10010100 | 10001 | 1010010 | 0 | 1011001 | 101101 | 101010 | 101001010 | 1001111 | 100000 |
Color Harmonies of #941152
Complementary color
Monochromatic Colors of #941152
Black with #941152
Text Example
Text Example
White with #941152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941152; }
p { color: rgb(148,17,82); }
H1.HeaderClassName
{
color: #941152;
}
.AnyTagClassName
{
color: #941152;
}
</style>
background-color css
<style>
a { background-color: #941152; }
a { background-color: rgb(148,17,82); }
div.DivClassName
{
background-color: #941152;
}
.BgClassName
{
background-color: #941152;
}
</style>
border-color css
<style>
span { border-color: #941152; }
span { border-color: rgb(148,17,82); }
td.TdClassName
{
border-color: #941152;
}
.TagClassName
{
border-color: #941152;
}
</style>