Shades of Jazzberry Jam #901055
Tints of Jazzberry Jam #901055
RGB
CMYK
RGB Variations
Color information
#901055 (or 0x901055) is known color: Jazzberry Jam. HEX triplet: 90, 10 and 55. RGB value is (144,16,85). Sum of RGB (Red+Green+Blue) = 144+16+85=245 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.78% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 144 - color contains mainly: red. Hex color #901055 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901055 is #6FEFAA. Grayscale: #3D3D3D. Windows color (decimal): -7335851 or 5574800. OLE color: 5574800.
HSL color Cylindrical-coordinate representation of color #901055: hue angle of 327.66º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901055 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 85 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.44 |
| HSL | 327.66º | 0.8% | 0.31% | - |
| HSV(B) | 327.66º | 0.89% | 0.56% | - |
| XYZ | 13.33 | 6.96 | 9.23 | - |
| YUV | 62.14 | 140.91 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 85 | 0 | 0.89 | 0.41 | 0.44 | 327.66 | 0.8 | 0.31 |
| Hex | 90 | 10 | 55 | 0 | 59 | 29 | 2C | 148 | 50 | 1F |
| Octal | 220 | 20 | 125 | 0 | 131 | 51 | 54 | 510 | 120 | 37 |
| Binary | 10010000 | 10000 | 1010101 | 0 | 1011001 | 101001 | 101100 | 101001000 | 1010000 | 11111 |
Color Harmonies of #901055
Complementary color
Monochromatic Colors of #901055
Black with #901055
Text Example
Text Example
White with #901055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901055; }
p { color: rgb(144,16,85); }
H1.HeaderClassName
{
color: #901055;
}
.AnyTagClassName
{
color: #901055;
}
</style>
background-color css
<style>
a { background-color: #901055; }
a { background-color: rgb(144,16,85); }
div.DivClassName
{
background-color: #901055;
}
.BgClassName
{
background-color: #901055;
}
</style>
border-color css
<style>
span { border-color: #901055; }
span { border-color: rgb(144,16,85); }
td.TdClassName
{
border-color: #901055;
}
.TagClassName
{
border-color: #901055;
}
</style>