Shades of Jazzberry Jam #92114C
Tints of Jazzberry Jam #92114C
RGB
CMYK
RGB Variations
Color information
#92114C (or 0x92114C) is known color: Jazzberry Jam. HEX triplet: 92, 11 and 4C. RGB value is (146,17,76). Sum of RGB (Red+Green+Blue) = 146+17+76=239 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.09% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 146 - color contains mainly: red. Hex color #92114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92114C is #6DEEB3. Grayscale: #3E3E3E. Windows color (decimal): -7204532 or 4985234. OLE color: 4985234.
HSL color Cylindrical-coordinate representation of color #92114C: hue angle of 332.56º 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 #92114C is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 17 | 76 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.43 |
| HSL | 332.56º | 0.79% | 0.32% | - |
| HSV(B) | 332.56º | 0.88% | 0.57% | - |
| XYZ | 13.36 | 7.03 | 7.49 | - |
| YUV | 62.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 17 | 76 | 0 | 0.88 | 0.48 | 0.43 | 332.56 | 0.79 | 0.32 |
| Hex | 92 | 11 | 4C | 0 | 58 | 30 | 2B | 14D | 4F | 20 |
| Octal | 222 | 21 | 114 | 0 | 130 | 60 | 53 | 515 | 117 | 40 |
| Binary | 10010010 | 10001 | 1001100 | 0 | 1011000 | 110000 | 101011 | 101001101 | 1001111 | 100000 |
Color Harmonies of #92114C
Complementary color
Monochromatic Colors of #92114C
Black with #92114C
Text Example
Text Example
White with #92114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92114C; }
p { color: rgb(146,17,76); }
H1.HeaderClassName
{
color: #92114C;
}
.AnyTagClassName
{
color: #92114C;
}
</style>
background-color css
<style>
a { background-color: #92114C; }
a { background-color: rgb(146,17,76); }
div.DivClassName
{
background-color: #92114C;
}
.BgClassName
{
background-color: #92114C;
}
</style>
border-color css
<style>
span { border-color: #92114C; }
span { border-color: rgb(146,17,76); }
td.TdClassName
{
border-color: #92114C;
}
.TagClassName
{
border-color: #92114C;
}
</style>