Shades of Jazzberry Jam #900841
Tints of Jazzberry Jam #900841
RGB
CMYK
RGB Variations
Color information
#900841 (or 0x900841) is known color: Jazzberry Jam. HEX triplet: 90, 08 and 41. RGB value is (144,8,65). Sum of RGB (Red+Green+Blue) = 144+8+65=217 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.36% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 144 - color contains mainly: red. Hex color #900841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900841 is #6FF7BE. Grayscale: #373737. Windows color (decimal): -7337919 or 4262032. OLE color: 4262032.
HSL color Cylindrical-coordinate representation of color #900841: hue angle of 334.85º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900841 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 65 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.44 |
| HSL | 334.85º | 0.89% | 0.3% | - |
| HSV(B) | 334.85º | 0.94% | 0.56% | - |
| XYZ | 12.54 | 6.48 | 5.59 | - |
| YUV | 55.16 | 133.56 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 65 | 0 | 0.94 | 0.55 | 0.44 | 334.85 | 0.89 | 0.3 |
| Hex | 90 | 8 | 41 | 0 | 5E | 37 | 2C | 14F | 59 | 1E |
| Octal | 220 | 10 | 101 | 0 | 136 | 67 | 54 | 517 | 131 | 36 |
| Binary | 10010000 | 1000 | 1000001 | 0 | 1011110 | 110111 | 101100 | 101001111 | 1011001 | 11110 |
Color Harmonies of #900841
Complementary color
Monochromatic Colors of #900841
Black with #900841
Text Example
Text Example
White with #900841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900841; }
p { color: rgb(144,8,65); }
H1.HeaderClassName
{
color: #900841;
}
.AnyTagClassName
{
color: #900841;
}
</style>
background-color css
<style>
a { background-color: #900841; }
a { background-color: rgb(144,8,65); }
div.DivClassName
{
background-color: #900841;
}
.BgClassName
{
background-color: #900841;
}
</style>
border-color css
<style>
span { border-color: #900841; }
span { border-color: rgb(144,8,65); }
td.TdClassName
{
border-color: #900841;
}
.TagClassName
{
border-color: #900841;
}
</style>