Shades of Jazzberry Jam #921459
Tints of Jazzberry Jam #921459
RGB
CMYK
RGB Variations
Color information
#921459 (or 0x921459) is known color: Jazzberry Jam. HEX triplet: 92, 14 and 59. RGB value is (146,20,89). Sum of RGB (Red+Green+Blue) = 146+20+89=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #921459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921459 is #6DEBA6. Grayscale: #414141. Windows color (decimal): -7203751 or 5837970. OLE color: 5837970.
HSL color Cylindrical-coordinate representation of color #921459: hue angle of 327.14º 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 #921459 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 89 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.43 |
| HSL | 327.14º | 0.76% | 0.33% | - |
| HSV(B) | 327.14º | 0.86% | 0.57% | - |
| XYZ | 13.91 | 7.33 | 10.13 | - |
| YUV | 65.54 | 141.24 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 89 | 0 | 0.86 | 0.39 | 0.43 | 327.14 | 0.76 | 0.33 |
| Hex | 92 | 14 | 59 | 0 | 56 | 27 | 2B | 147 | 4C | 21 |
| Octal | 222 | 24 | 131 | 0 | 126 | 47 | 53 | 507 | 114 | 41 |
| Binary | 10010010 | 10100 | 1011001 | 0 | 1010110 | 100111 | 101011 | 101000111 | 1001100 | 100001 |
Color Harmonies of #921459
Complementary color
Monochromatic Colors of #921459
Black with #921459
Text Example
Text Example
White with #921459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921459; }
p { color: rgb(146,20,89); }
H1.HeaderClassName
{
color: #921459;
}
.AnyTagClassName
{
color: #921459;
}
</style>
background-color css
<style>
a { background-color: #921459; }
a { background-color: rgb(146,20,89); }
div.DivClassName
{
background-color: #921459;
}
.BgClassName
{
background-color: #921459;
}
</style>
border-color css
<style>
span { border-color: #921459; }
span { border-color: rgb(146,20,89); }
td.TdClassName
{
border-color: #921459;
}
.TagClassName
{
border-color: #921459;
}
</style>