Shades of Jazzberry Jam #920B4A
Tints of Jazzberry Jam #920B4A
RGB
CMYK
RGB Variations
Color information
#920B4A (or 0x920B4A) is known color: Jazzberry Jam. HEX triplet: 92, 0B and 4A. RGB value is (146,11,74). Sum of RGB (Red+Green+Blue) = 146+11+74=231 (30% of max value = 765). Red value is 146 (57.42% from 255 or 63.20% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 146 - color contains mainly: red. Hex color #920B4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920B4A is #6DF4B5. Grayscale: #3A3A3A. Windows color (decimal): -7206070 or 4852626. OLE color: 4852626.
HSL color Cylindrical-coordinate representation of color #920B4A: hue angle of 332º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B4A is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 11 | 74 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.43 |
| HSL | 332º | 0.86% | 0.31% | - |
| HSV(B) | 332º | 0.92% | 0.57% | - |
| XYZ | 13.21 | 6.84 | 7.1 | - |
| YUV | 58.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 74 | 0 | 0.92 | 0.49 | 0.43 | 332 | 0.86 | 0.31 |
| Hex | 92 | B | 4A | 0 | 5C | 31 | 2B | 14C | 56 | 1F |
| Octal | 222 | 13 | 112 | 0 | 134 | 61 | 53 | 514 | 126 | 37 |
| Binary | 10010010 | 1011 | 1001010 | 0 | 1011100 | 110001 | 101011 | 101001100 | 1010110 | 11111 |
Color Harmonies of #920B4A
Complementary color
Monochromatic Colors of #920B4A
Black with #920B4A
Text Example
Text Example
White with #920B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920B4A; }
p { color: rgb(146,11,74); }
H1.HeaderClassName
{
color: #920B4A;
}
.AnyTagClassName
{
color: #920B4A;
}
</style>
background-color css
<style>
a { background-color: #920B4A; }
a { background-color: rgb(146,11,74); }
div.DivClassName
{
background-color: #920B4A;
}
.BgClassName
{
background-color: #920B4A;
}
</style>
border-color css
<style>
span { border-color: #920B4A; }
span { border-color: rgb(146,11,74); }
td.TdClassName
{
border-color: #920B4A;
}
.TagClassName
{
border-color: #920B4A;
}
</style>