Shades of Jazzberry Jam #920D43
Tints of Jazzberry Jam #920D43
RGB
CMYK
RGB Variations
Color information
#920D43 (or 0x920D43) is known color: Jazzberry Jam. HEX triplet: 92, 0D and 43. RGB value is (146,13,67). Sum of RGB (Red+Green+Blue) = 146+13+67=226 (29% of max value = 765). Red value is 146 (57.42% from 255 or 64.60% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 146 - color contains mainly: red. Hex color #920D43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D43 is #6DF2BC. Grayscale: #3A3A3A. Windows color (decimal): -7205565 or 4394386. OLE color: 4394386.
HSL color Cylindrical-coordinate representation of color #920D43: hue angle of 335.64º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D43 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 67 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.43 |
| HSL | 335.64º | 0.84% | 0.31% | - |
| HSV(B) | 335.64º | 0.91% | 0.57% | - |
| XYZ | 13.01 | 6.8 | 5.94 | - |
| YUV | 58.92 | 132.56 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 67 | 0 | 0.91 | 0.54 | 0.43 | 335.64 | 0.84 | 0.31 |
| Hex | 92 | D | 43 | 0 | 5B | 36 | 2B | 150 | 54 | 1F |
| Octal | 222 | 15 | 103 | 0 | 133 | 66 | 53 | 520 | 124 | 37 |
| Binary | 10010010 | 1101 | 1000011 | 0 | 1011011 | 110110 | 101011 | 101010000 | 1010100 | 11111 |
Color Harmonies of #920D43
Complementary color
Monochromatic Colors of #920D43
Black with #920D43
Text Example
Text Example
White with #920D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D43; }
p { color: rgb(146,13,67); }
H1.HeaderClassName
{
color: #920D43;
}
.AnyTagClassName
{
color: #920D43;
}
</style>
background-color css
<style>
a { background-color: #920D43; }
a { background-color: rgb(146,13,67); }
div.DivClassName
{
background-color: #920D43;
}
.BgClassName
{
background-color: #920D43;
}
</style>
border-color css
<style>
span { border-color: #920D43; }
span { border-color: rgb(146,13,67); }
td.TdClassName
{
border-color: #920D43;
}
.TagClassName
{
border-color: #920D43;
}
</style>