Shades of Jazzberry Jam #920F46
Tints of Jazzberry Jam #920F46
RGB
CMYK
RGB Variations
Color information
#920F46 (or 0x920F46) is known color: Jazzberry Jam. HEX triplet: 92, 0F and 46. RGB value is (146,15,70). Sum of RGB (Red+Green+Blue) = 146+15+70=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #920F46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920F46 is #6DF0B9. Grayscale: #3C3C3C. Windows color (decimal): -7205050 or 4591506. OLE color: 4591506.
HSL color Cylindrical-coordinate representation of color #920F46: hue angle of 334.81º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920F46 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 15 | 70 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.43 |
| HSL | 334.81º | 0.81% | 0.32% | - |
| HSV(B) | 334.81º | 0.9% | 0.57% | - |
| XYZ | 13.13 | 6.89 | 6.43 | - |
| YUV | 60.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 15 | 70 | 0 | 0.90 | 0.52 | 0.43 | 334.81 | 0.81 | 0.32 |
| Hex | 92 | F | 46 | 0 | 5A | 34 | 2B | 14F | 51 | 20 |
| Octal | 222 | 17 | 106 | 0 | 132 | 64 | 53 | 517 | 121 | 40 |
| Binary | 10010010 | 1111 | 1000110 | 0 | 1011010 | 110100 | 101011 | 101001111 | 1010001 | 100000 |
Color Harmonies of #920F46
Complementary color
Monochromatic Colors of #920F46
Black with #920F46
Text Example
Text Example
White with #920F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920F46; }
p { color: rgb(146,15,70); }
H1.HeaderClassName
{
color: #920F46;
}
.AnyTagClassName
{
color: #920F46;
}
</style>
background-color css
<style>
a { background-color: #920F46; }
a { background-color: rgb(146,15,70); }
div.DivClassName
{
background-color: #920F46;
}
.BgClassName
{
background-color: #920F46;
}
</style>
border-color css
<style>
span { border-color: #920F46; }
span { border-color: rgb(146,15,70); }
td.TdClassName
{
border-color: #920F46;
}
.TagClassName
{
border-color: #920F46;
}
</style>