Shades of Jazzberry Jam #920E4D
Tints of Jazzberry Jam #920E4D
RGB
CMYK
RGB Variations
Color information
#920E4D (or 0x920E4D) is known color: Jazzberry Jam. HEX triplet: 92, 0E and 4D. RGB value is (146,14,77). Sum of RGB (Red+Green+Blue) = 146+14+77=237 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.60% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 146 - color contains mainly: red. Hex color #920E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920E4D is #6DF1B2. Grayscale: #3C3C3C. Windows color (decimal): -7205299 or 5050002. OLE color: 5050002.
HSL color Cylindrical-coordinate representation of color #920E4D: hue angle of 331.36º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E4D is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 14 | 77 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.43 |
| HSL | 331.36º | 0.83% | 0.31% | - |
| HSV(B) | 331.36º | 0.9% | 0.57% | - |
| XYZ | 13.35 | 6.96 | 7.66 | - |
| YUV | 60.65 | 137.23 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 14 | 77 | 0 | 0.90 | 0.47 | 0.43 | 331.36 | 0.83 | 0.31 |
| Hex | 92 | E | 4D | 0 | 5A | 2F | 2B | 14B | 52 | 1F |
| Octal | 222 | 16 | 115 | 0 | 132 | 57 | 53 | 513 | 122 | 37 |
| Binary | 10010010 | 1110 | 1001101 | 0 | 1011010 | 101111 | 101011 | 101001011 | 1010010 | 11111 |
Color Harmonies of #920E4D
Complementary color
Monochromatic Colors of #920E4D
Black with #920E4D
Text Example
Text Example
White with #920E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920E4D; }
p { color: rgb(146,14,77); }
H1.HeaderClassName
{
color: #920E4D;
}
.AnyTagClassName
{
color: #920E4D;
}
</style>
background-color css
<style>
a { background-color: #920E4D; }
a { background-color: rgb(146,14,77); }
div.DivClassName
{
background-color: #920E4D;
}
.BgClassName
{
background-color: #920E4D;
}
</style>
border-color css
<style>
span { border-color: #920E4D; }
span { border-color: rgb(146,14,77); }
td.TdClassName
{
border-color: #920E4D;
}
.TagClassName
{
border-color: #920E4D;
}
</style>