Shades of Jazzberry Jam #921351
Tints of Jazzberry Jam #921351
RGB
CMYK
RGB Variations
Color information
#921351 (or 0x921351) is known color: Jazzberry Jam. HEX triplet: 92, 13 and 51. RGB value is (146,19,81). Sum of RGB (Red+Green+Blue) = 146+19+81=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #921351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921351 is #6DECAE. Grayscale: #3F3F3F. Windows color (decimal): -7204015 or 5313426. OLE color: 5313426.
HSL color Cylindrical-coordinate representation of color #921351: hue angle of 330.71º 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 #921351 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 19 | 81 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.43 |
| HSL | 330.71º | 0.77% | 0.32% | - |
| HSV(B) | 330.71º | 0.87% | 0.57% | - |
| XYZ | 13.57 | 7.17 | 8.45 | - |
| YUV | 64.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 19 | 81 | 0 | 0.87 | 0.45 | 0.43 | 330.71 | 0.77 | 0.32 |
| Hex | 92 | 13 | 51 | 0 | 57 | 2D | 2B | 14B | 4D | 20 |
| Octal | 222 | 23 | 121 | 0 | 127 | 55 | 53 | 513 | 115 | 40 |
| Binary | 10010010 | 10011 | 1010001 | 0 | 1010111 | 101101 | 101011 | 101001011 | 1001101 | 100000 |
Color Harmonies of #921351
Complementary color
Monochromatic Colors of #921351
Black with #921351
Text Example
Text Example
White with #921351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921351; }
p { color: rgb(146,19,81); }
H1.HeaderClassName
{
color: #921351;
}
.AnyTagClassName
{
color: #921351;
}
</style>
background-color css
<style>
a { background-color: #921351; }
a { background-color: rgb(146,19,81); }
div.DivClassName
{
background-color: #921351;
}
.BgClassName
{
background-color: #921351;
}
</style>
border-color css
<style>
span { border-color: #921351; }
span { border-color: rgb(146,19,81); }
td.TdClassName
{
border-color: #921351;
}
.TagClassName
{
border-color: #921351;
}
</style>