Shades of Jazzberry Jam #921153
Tints of Jazzberry Jam #921153
RGB
CMYK
RGB Variations
Color information
#921153 (or 0x921153) is known color: Jazzberry Jam. HEX triplet: 92, 11 and 53. RGB value is (146,17,83). Sum of RGB (Red+Green+Blue) = 146+17+83=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #921153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921153 is #6DEEAC. Grayscale: #3E3E3E. Windows color (decimal): -7204525 or 5443986. OLE color: 5443986.
HSL color Cylindrical-coordinate representation of color #921153: hue angle of 329.3º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921153 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 83 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.43 |
| HSL | 329.3º | 0.79% | 0.32% | - |
| HSV(B) | 329.3º | 0.88% | 0.57% | - |
| XYZ | 13.62 | 7.14 | 8.84 | - |
| YUV | 63.1 | 139.24 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 83 | 0 | 0.88 | 0.43 | 0.43 | 329.3 | 0.79 | 0.32 |
| Hex | 92 | 11 | 53 | 0 | 58 | 2B | 2B | 149 | 4F | 20 |
| Octal | 222 | 21 | 123 | 0 | 130 | 53 | 53 | 511 | 117 | 40 |
| Binary | 10010010 | 10001 | 1010011 | 0 | 1011000 | 101011 | 101011 | 101001001 | 1001111 | 100000 |
Color Harmonies of #921153
Complementary color
Monochromatic Colors of #921153
Black with #921153
Text Example
Text Example
White with #921153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921153; }
p { color: rgb(146,17,83); }
H1.HeaderClassName
{
color: #921153;
}
.AnyTagClassName
{
color: #921153;
}
</style>
background-color css
<style>
a { background-color: #921153; }
a { background-color: rgb(146,17,83); }
div.DivClassName
{
background-color: #921153;
}
.BgClassName
{
background-color: #921153;
}
</style>
border-color css
<style>
span { border-color: #921153; }
span { border-color: rgb(146,17,83); }
td.TdClassName
{
border-color: #921153;
}
.TagClassName
{
border-color: #921153;
}
</style>