Shades of Jazzberry Jam #921561
Tints of Jazzberry Jam #921561
RGB
CMYK
RGB Variations
Color information
#921561 (or 0x921561) is known color: Jazzberry Jam. HEX triplet: 92, 15 and 61. RGB value is (146,21,97). Sum of RGB (Red+Green+Blue) = 146+21+97=264 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.30% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 146 - color contains mainly: red. Hex color #921561 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921561 is #6DEA9E. Grayscale: #424242. Windows color (decimal): -7203487 or 6362514. OLE color: 6362514.
HSL color Cylindrical-coordinate representation of color #921561: hue angle of 323.52º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921561 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 97 | - |
| CMYK | 0 | 0.86 | 0.34 | 0.43 |
| HSL | 323.52º | 0.75% | 0.33% | - |
| HSV(B) | 323.52º | 0.86% | 0.57% | - |
| XYZ | 14.28 | 7.51 | 12.01 | - |
| YUV | 67.04 | 144.91 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 97 | 0 | 0.86 | 0.34 | 0.43 | 323.52 | 0.75 | 0.33 |
| Hex | 92 | 15 | 61 | 0 | 56 | 22 | 2B | 144 | 4B | 21 |
| Octal | 222 | 25 | 141 | 0 | 126 | 42 | 53 | 504 | 113 | 41 |
| Binary | 10010010 | 10101 | 1100001 | 0 | 1010110 | 100010 | 101011 | 101000100 | 1001011 | 100001 |
Color Harmonies of #921561
Complementary color
Monochromatic Colors of #921561
Black with #921561
Text Example
Text Example
White with #921561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921561; }
p { color: rgb(146,21,97); }
H1.HeaderClassName
{
color: #921561;
}
.AnyTagClassName
{
color: #921561;
}
</style>
background-color css
<style>
a { background-color: #921561; }
a { background-color: rgb(146,21,97); }
div.DivClassName
{
background-color: #921561;
}
.BgClassName
{
background-color: #921561;
}
</style>
border-color css
<style>
span { border-color: #921561; }
span { border-color: rgb(146,21,97); }
td.TdClassName
{
border-color: #921561;
}
.TagClassName
{
border-color: #921561;
}
</style>