Shades of Jazzberry Jam #900149
Tints of Jazzberry Jam #900149
RGB
CMYK
RGB Variations
Color information
#900149 (or 0x900149) is known color: Jazzberry Jam. HEX triplet: 90, 01 and 49. RGB value is (144,1,73). Sum of RGB (Red+Green+Blue) = 144+1+73=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #900149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900149 is #6FFEB6. Grayscale: #333333. Windows color (decimal): -7339703 or 4784528. OLE color: 4784528.
HSL color Cylindrical-coordinate representation of color #900149: hue angle of 329.79º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900149 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.44 |
| HSL | 329.79º | 0.99% | 0.28% | - |
| HSV(B) | 329.79º | 0.99% | 0.56% | - |
| XYZ | 12.72 | 6.43 | 6.87 | - |
| YUV | 51.97 | 139.88 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 73 | 0 | 0.99 | 0.49 | 0.44 | 329.79 | 0.99 | 0.28 |
| Hex | 90 | 1 | 49 | 0 | 63 | 31 | 2C | 14A | 63 | 1C |
| Octal | 220 | 1 | 111 | 0 | 143 | 61 | 54 | 512 | 143 | 34 |
| Binary | 10010000 | 1 | 1001001 | 0 | 1100011 | 110001 | 101100 | 101001010 | 1100011 | 11100 |
Color Harmonies of #900149
Complementary color
Monochromatic Colors of #900149
Black with #900149
Text Example
Text Example
White with #900149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900149; }
p { color: rgb(144,1,73); }
H1.HeaderClassName
{
color: #900149;
}
.AnyTagClassName
{
color: #900149;
}
</style>
background-color css
<style>
a { background-color: #900149; }
a { background-color: rgb(144,1,73); }
div.DivClassName
{
background-color: #900149;
}
.BgClassName
{
background-color: #900149;
}
</style>
border-color css
<style>
span { border-color: #900149; }
span { border-color: rgb(144,1,73); }
td.TdClassName
{
border-color: #900149;
}
.TagClassName
{
border-color: #900149;
}
</style>