Shades of Jazzberry Jam #921454
Tints of Jazzberry Jam #921454
RGB
CMYK
RGB Variations
Color information
#921454 (or 0x921454) is known color: Jazzberry Jam. HEX triplet: 92, 14 and 54. RGB value is (146,20,84). Sum of RGB (Red+Green+Blue) = 146+20+84=250 (33% of max value = 765). Red value is 146 (57.42% from 255 or 58.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 146 - color contains mainly: red. Hex color #921454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #921454 is #6DEBAB. Grayscale: #404040. Windows color (decimal): -7203756 or 5510290. OLE color: 5510290.
HSL color Cylindrical-coordinate representation of color #921454: hue angle of 329.52º 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 #921454 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 20 | 84 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.43 |
| HSL | 329.52º | 0.76% | 0.33% | - |
| HSV(B) | 329.52º | 0.86% | 0.57% | - |
| XYZ | 13.7 | 7.25 | 9.06 | - |
| YUV | 64.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 20 | 84 | 0 | 0.86 | 0.42 | 0.43 | 329.52 | 0.76 | 0.33 |
| Hex | 92 | 14 | 54 | 0 | 56 | 2A | 2B | 14A | 4C | 21 |
| Octal | 222 | 24 | 124 | 0 | 126 | 52 | 53 | 512 | 114 | 41 |
| Binary | 10010010 | 10100 | 1010100 | 0 | 1010110 | 101010 | 101011 | 101001010 | 1001100 | 100001 |
Color Harmonies of #921454
Complementary color
Monochromatic Colors of #921454
Black with #921454
Text Example
Text Example
White with #921454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #921454; }
p { color: rgb(146,20,84); }
H1.HeaderClassName
{
color: #921454;
}
.AnyTagClassName
{
color: #921454;
}
</style>
background-color css
<style>
a { background-color: #921454; }
a { background-color: rgb(146,20,84); }
div.DivClassName
{
background-color: #921454;
}
.BgClassName
{
background-color: #921454;
}
</style>
border-color css
<style>
span { border-color: #921454; }
span { border-color: rgb(146,20,84); }
td.TdClassName
{
border-color: #921454;
}
.TagClassName
{
border-color: #921454;
}
</style>