Shades of Jazzberry Jam #920D44
Tints of Jazzberry Jam #920D44
RGB
CMYK
RGB Variations
Color information
#920D44 (or 0x920D44) is known color: Jazzberry Jam. HEX triplet: 92, 0D and 44. RGB value is (146,13,68). Sum of RGB (Red+Green+Blue) = 146+13+68=227 (30% of max value = 765). Red value is 146 (57.42% from 255 or 64.32% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 146 - color contains mainly: red. Hex color #920D44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D44 is #6DF2BB. Grayscale: #3A3A3A. Windows color (decimal): -7205564 or 4459922. OLE color: 4459922.
HSL color Cylindrical-coordinate representation of color #920D44: hue angle of 335.19º 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 #920D44 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 13 | 68 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.43 |
| HSL | 335.19º | 0.84% | 0.31% | - |
| HSV(B) | 335.19º | 0.91% | 0.57% | - |
| XYZ | 13.04 | 6.82 | 6.1 | - |
| YUV | 59.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 13 | 68 | 0 | 0.91 | 0.53 | 0.43 | 335.19 | 0.84 | 0.31 |
| Hex | 92 | D | 44 | 0 | 5B | 35 | 2B | 14F | 54 | 1F |
| Octal | 222 | 15 | 104 | 0 | 133 | 65 | 53 | 517 | 124 | 37 |
| Binary | 10010010 | 1101 | 1000100 | 0 | 1011011 | 110101 | 101011 | 101001111 | 1010100 | 11111 |
Color Harmonies of #920D44
Complementary color
Monochromatic Colors of #920D44
Black with #920D44
Text Example
Text Example
White with #920D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #920D44; }
p { color: rgb(146,13,68); }
H1.HeaderClassName
{
color: #920D44;
}
.AnyTagClassName
{
color: #920D44;
}
</style>
background-color css
<style>
a { background-color: #920D44; }
a { background-color: rgb(146,13,68); }
div.DivClassName
{
background-color: #920D44;
}
.BgClassName
{
background-color: #920D44;
}
</style>
border-color css
<style>
span { border-color: #920D44; }
span { border-color: rgb(146,13,68); }
td.TdClassName
{
border-color: #920D44;
}
.TagClassName
{
border-color: #920D44;
}
</style>