Shades of Jazzberry Jam #920243
Tints of Jazzberry Jam #920243
RGB
CMYK
RGB Variations
Color information
#920243 (or 0x920243) is known color: Jazzberry Jam. HEX triplet: 92, 02 and 43. RGB value is (146,2,67). Sum of RGB (Red+Green+Blue) = 146+2+67=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #920243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920243 is #6DFDBC. Grayscale: #343434. Windows color (decimal): -7208381 or 4391570. OLE color: 4391570.
HSL color Cylindrical-coordinate representation of color #920243: hue angle of 332.92º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920243 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.43 |
| HSL | 332.92º | 0.97% | 0.29% | - |
| HSV(B) | 332.92º | 0.99% | 0.57% | - |
| XYZ | 12.89 | 6.56 | 5.9 | - |
| YUV | 52.47 | 136.21 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 2 | 67 | 0 | 0.99 | 0.54 | 0.43 | 332.92 | 0.97 | 0.29 |
| Hex | 92 | 2 | 43 | 0 | 63 | 36 | 2B | 14D | 61 | 1D |
| Octal | 222 | 2 | 103 | 0 | 143 | 66 | 53 | 515 | 141 | 35 |
| Binary | 10010010 | 10 | 1000011 | 0 | 1100011 | 110110 | 101011 | 101001101 | 1100001 | 11101 |
Color Harmonies of #920243
Complementary color
Monochromatic Colors of #920243
Black with #920243
Text Example
Text Example
White with #920243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920243; }
p { color: rgb(146,2,67); }
H1.HeaderClassName
{
color: #920243;
}
.AnyTagClassName
{
color: #920243;
}
</style>
background-color css
<style>
a { background-color: #920243; }
a { background-color: rgb(146,2,67); }
div.DivClassName
{
background-color: #920243;
}
.BgClassName
{
background-color: #920243;
}
</style>
border-color css
<style>
span { border-color: #920243; }
span { border-color: rgb(146,2,67); }
td.TdClassName
{
border-color: #920243;
}
.TagClassName
{
border-color: #920243;
}
</style>