Shades of Jazzberry Jam #921552
Tints of Jazzberry Jam #921552
RGB
CMYK
RGB Variations
Color information
#921552 (or 0x921552) is known color: Jazzberry Jam. HEX triplet: 92, 15 and 52. RGB value is (146,21,82). Sum of RGB (Red+Green+Blue) = 146+21+82=249 (32% of max value = 765). Red value is 146 (57.42% from 255 or 58.63% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 146 - color contains mainly: red. Hex color #921552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921552 is #6DEAAD. Grayscale: #414141. Windows color (decimal): -7203502 or 5379474. OLE color: 5379474.
HSL color Cylindrical-coordinate representation of color #921552: hue angle of 330.72º 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 #921552 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 21 | 82 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.43 |
| HSL | 330.72º | 0.75% | 0.33% | - |
| HSV(B) | 330.72º | 0.86% | 0.57% | - |
| XYZ | 13.65 | 7.26 | 8.66 | - |
| YUV | 65.33 | 137.41 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 21 | 82 | 0 | 0.86 | 0.44 | 0.43 | 330.72 | 0.75 | 0.33 |
| Hex | 92 | 15 | 52 | 0 | 56 | 2C | 2B | 14B | 4B | 21 |
| Octal | 222 | 25 | 122 | 0 | 126 | 54 | 53 | 513 | 113 | 41 |
| Binary | 10010010 | 10101 | 1010010 | 0 | 1010110 | 101100 | 101011 | 101001011 | 1001011 | 100001 |
Color Harmonies of #921552
Complementary color
Monochromatic Colors of #921552
Black with #921552
Text Example
Text Example
White with #921552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921552; }
p { color: rgb(146,21,82); }
H1.HeaderClassName
{
color: #921552;
}
.AnyTagClassName
{
color: #921552;
}
</style>
background-color css
<style>
a { background-color: #921552; }
a { background-color: rgb(146,21,82); }
div.DivClassName
{
background-color: #921552;
}
.BgClassName
{
background-color: #921552;
}
</style>
border-color css
<style>
span { border-color: #921552; }
span { border-color: rgb(146,21,82); }
td.TdClassName
{
border-color: #921552;
}
.TagClassName
{
border-color: #921552;
}
</style>