Shades of Jazzberry Jam #920B4F
Tints of Jazzberry Jam #920B4F
RGB
CMYK
RGB Variations
Color information
#920B4F (or 0x920B4F) is known color: Jazzberry Jam. HEX triplet: 92, 0B and 4F. RGB value is (146,11,79). Sum of RGB (Red+Green+Blue) = 146+11+79=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #920B4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920B4F is #6DF4B0. Grayscale: #3A3A3A. Windows color (decimal): -7206065 or 5180306. OLE color: 5180306.
HSL color Cylindrical-coordinate representation of color #920B4F: hue angle of 329.78º 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 #920B4F is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 11 | 79 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.43 |
| HSL | 329.78º | 0.86% | 0.31% | - |
| HSV(B) | 329.78º | 0.92% | 0.57% | - |
| XYZ | 13.39 | 6.91 | 8.03 | - |
| YUV | 59.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 11 | 79 | 0 | 0.92 | 0.46 | 0.43 | 329.78 | 0.86 | 0.31 |
| Hex | 92 | B | 4F | 0 | 5C | 2E | 2B | 14A | 56 | 1F |
| Octal | 222 | 13 | 117 | 0 | 134 | 56 | 53 | 512 | 126 | 37 |
| Binary | 10010010 | 1011 | 1001111 | 0 | 1011100 | 101110 | 101011 | 101001010 | 1010110 | 11111 |
Color Harmonies of #920B4F
Complementary color
Monochromatic Colors of #920B4F
Black with #920B4F
Text Example
Text Example
White with #920B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920B4F; }
p { color: rgb(146,11,79); }
H1.HeaderClassName
{
color: #920B4F;
}
.AnyTagClassName
{
color: #920B4F;
}
</style>
background-color css
<style>
a { background-color: #920B4F; }
a { background-color: rgb(146,11,79); }
div.DivClassName
{
background-color: #920B4F;
}
.BgClassName
{
background-color: #920B4F;
}
</style>
border-color css
<style>
span { border-color: #920B4F; }
span { border-color: rgb(146,11,79); }
td.TdClassName
{
border-color: #920B4F;
}
.TagClassName
{
border-color: #920B4F;
}
</style>