Shades of Jazzberry Jam #921655
Tints of Jazzberry Jam #921655
RGB
CMYK
RGB Variations
Color information
#921655 (or 0x921655) is known color: Jazzberry Jam. HEX triplet: 92, 16 and 55. RGB value is (146,22,85). Sum of RGB (Red+Green+Blue) = 146+22+85=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #921655 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921655 is #6DE9AA. Grayscale: #424242. Windows color (decimal): -7203243 or 5576338. OLE color: 5576338.
HSL color Cylindrical-coordinate representation of color #921655: hue angle of 329.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #921655 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 22 | 85 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.43 |
| HSL | 329.52º | 0.74% | 0.33% | - |
| HSV(B) | 329.52º | 0.85% | 0.57% | - |
| XYZ | 13.78 | 7.34 | 9.28 | - |
| YUV | 66.26 | 138.58 | 184.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 22 | 85 | 0 | 0.85 | 0.42 | 0.43 | 329.52 | 0.74 | 0.33 |
| Hex | 92 | 16 | 55 | 0 | 55 | 2A | 2B | 14A | 4A | 21 |
| Octal | 222 | 26 | 125 | 0 | 125 | 52 | 53 | 512 | 112 | 41 |
| Binary | 10010010 | 10110 | 1010101 | 0 | 1010101 | 101010 | 101011 | 101001010 | 1001010 | 100001 |
Color Harmonies of #921655
Complementary color
Monochromatic Colors of #921655
Black with #921655
Text Example
Text Example
White with #921655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921655; }
p { color: rgb(146,22,85); }
H1.HeaderClassName
{
color: #921655;
}
.AnyTagClassName
{
color: #921655;
}
</style>
background-color css
<style>
a { background-color: #921655; }
a { background-color: rgb(146,22,85); }
div.DivClassName
{
background-color: #921655;
}
.BgClassName
{
background-color: #921655;
}
</style>
border-color css
<style>
span { border-color: #921655; }
span { border-color: rgb(146,22,85); }
td.TdClassName
{
border-color: #921655;
}
.TagClassName
{
border-color: #921655;
}
</style>