Shades of Jazzberry Jam #921355
Tints of Jazzberry Jam #921355
RGB
CMYK
RGB Variations
Color information
#921355 (or 0x921355) is known color: Jazzberry Jam. HEX triplet: 92, 13 and 55. RGB value is (146,19,85). Sum of RGB (Red+Green+Blue) = 146+19+85=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #921355 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921355 is #6DECAA. Grayscale: #404040. Windows color (decimal): -7204011 or 5575570. OLE color: 5575570.
HSL color Cylindrical-coordinate representation of color #921355: hue angle of 328.82º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #921355 is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 19 | 85 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.43 |
| HSL | 328.82º | 0.77% | 0.32% | - |
| HSV(B) | 328.82º | 0.87% | 0.57% | - |
| XYZ | 13.73 | 7.23 | 9.27 | - |
| YUV | 64.5 | 139.58 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 85 | 0 | 0.87 | 0.42 | 0.43 | 328.82 | 0.77 | 0.32 |
| Hex | 92 | 13 | 55 | 0 | 57 | 2A | 2B | 149 | 4D | 20 |
| Octal | 222 | 23 | 125 | 0 | 127 | 52 | 53 | 511 | 115 | 40 |
| Binary | 10010010 | 10011 | 1010101 | 0 | 1010111 | 101010 | 101011 | 101001001 | 1001101 | 100000 |
Color Harmonies of #921355
Complementary color
Monochromatic Colors of #921355
Black with #921355
Text Example
Text Example
White with #921355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921355; }
p { color: rgb(146,19,85); }
H1.HeaderClassName
{
color: #921355;
}
.AnyTagClassName
{
color: #921355;
}
</style>
background-color css
<style>
a { background-color: #921355; }
a { background-color: rgb(146,19,85); }
div.DivClassName
{
background-color: #921355;
}
.BgClassName
{
background-color: #921355;
}
</style>
border-color css
<style>
span { border-color: #921355; }
span { border-color: rgb(146,19,85); }
td.TdClassName
{
border-color: #921355;
}
.TagClassName
{
border-color: #921355;
}
</style>