Shades of Jazzberry Jam #921150
Tints of Jazzberry Jam #921150
RGB
CMYK
RGB Variations
Color information
#921150 (or 0x921150) is known color: Jazzberry Jam. HEX triplet: 92, 11 and 50. RGB value is (146,17,80). Sum of RGB (Red+Green+Blue) = 146+17+80=243 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.08% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 146 - color contains mainly: red. Hex color #921150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921150 is #6DEEAF. Grayscale: #3E3E3E. Windows color (decimal): -7204528 or 5247378. OLE color: 5247378.
HSL color Cylindrical-coordinate representation of color #921150: hue angle of 330.7º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #921150 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 80 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.43 |
| HSL | 330.7º | 0.79% | 0.32% | - |
| HSV(B) | 330.7º | 0.88% | 0.57% | - |
| XYZ | 13.5 | 7.09 | 8.25 | - |
| YUV | 62.75 | 137.74 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 80 | 0 | 0.88 | 0.45 | 0.43 | 330.7 | 0.79 | 0.32 |
| Hex | 92 | 11 | 50 | 0 | 58 | 2D | 2B | 14B | 4F | 20 |
| Octal | 222 | 21 | 120 | 0 | 130 | 55 | 53 | 513 | 117 | 40 |
| Binary | 10010010 | 10001 | 1010000 | 0 | 1011000 | 101101 | 101011 | 101001011 | 1001111 | 100000 |
Color Harmonies of #921150
Complementary color
Monochromatic Colors of #921150
Black with #921150
Text Example
Text Example
White with #921150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921150; }
p { color: rgb(146,17,80); }
H1.HeaderClassName
{
color: #921150;
}
.AnyTagClassName
{
color: #921150;
}
</style>
background-color css
<style>
a { background-color: #921150; }
a { background-color: rgb(146,17,80); }
div.DivClassName
{
background-color: #921150;
}
.BgClassName
{
background-color: #921150;
}
</style>
border-color css
<style>
span { border-color: #921150; }
span { border-color: rgb(146,17,80); }
td.TdClassName
{
border-color: #921150;
}
.TagClassName
{
border-color: #921150;
}
</style>