Shades of Jazzberry Jam #921450
Tints of Jazzberry Jam #921450
RGB
CMYK
RGB Variations
Color information
#921450 (or 0x921450) is known color: Jazzberry Jam. HEX triplet: 92, 14 and 50. RGB value is (146,20,80). Sum of RGB (Red+Green+Blue) = 146+20+80=246 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.35% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 146 - color contains mainly: red. Hex color #921450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921450 is #6DEBAF. Grayscale: #404040. Windows color (decimal): -7203760 or 5248146. OLE color: 5248146.
HSL color Cylindrical-coordinate representation of color #921450: hue angle of 331.43º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #921450 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 80 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.43 |
| HSL | 331.43º | 0.76% | 0.33% | - |
| HSV(B) | 331.43º | 0.86% | 0.57% | - |
| XYZ | 13.55 | 7.19 | 8.26 | - |
| YUV | 64.51 | 136.74 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 80 | 0 | 0.86 | 0.45 | 0.43 | 331.43 | 0.76 | 0.33 |
| Hex | 92 | 14 | 50 | 0 | 56 | 2D | 2B | 14B | 4C | 21 |
| Octal | 222 | 24 | 120 | 0 | 126 | 55 | 53 | 513 | 114 | 41 |
| Binary | 10010010 | 10100 | 1010000 | 0 | 1010110 | 101101 | 101011 | 101001011 | 1001100 | 100001 |
Color Harmonies of #921450
Complementary color
Monochromatic Colors of #921450
Black with #921450
Text Example
Text Example
White with #921450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921450; }
p { color: rgb(146,20,80); }
H1.HeaderClassName
{
color: #921450;
}
.AnyTagClassName
{
color: #921450;
}
</style>
background-color css
<style>
a { background-color: #921450; }
a { background-color: rgb(146,20,80); }
div.DivClassName
{
background-color: #921450;
}
.BgClassName
{
background-color: #921450;
}
</style>
border-color css
<style>
span { border-color: #921450; }
span { border-color: rgb(146,20,80); }
td.TdClassName
{
border-color: #921450;
}
.TagClassName
{
border-color: #921450;
}
</style>