Shades of Jazzberry Jam #900142
Tints of Jazzberry Jam #900142
RGB
CMYK
RGB Variations
Color information
#900142 (or 0x900142) is known color: Jazzberry Jam. HEX triplet: 90, 01 and 42. RGB value is (144,1,66). Sum of RGB (Red+Green+Blue) = 144+1+66=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #900142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900142 is #6FFEBD. Grayscale: #333333. Windows color (decimal): -7339710 or 4325776. OLE color: 4325776.
HSL color Cylindrical-coordinate representation of color #900142: hue angle of 332.73º 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 #900142 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.44 |
| HSL | 332.73º | 0.99% | 0.28% | - |
| HSV(B) | 332.73º | 0.99% | 0.56% | - |
| XYZ | 12.5 | 6.34 | 5.72 | - |
| YUV | 51.17 | 136.38 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 66 | 0 | 0.99 | 0.54 | 0.44 | 332.73 | 0.99 | 0.28 |
| Hex | 90 | 1 | 42 | 0 | 63 | 36 | 2C | 14D | 63 | 1C |
| Octal | 220 | 1 | 102 | 0 | 143 | 66 | 54 | 515 | 143 | 34 |
| Binary | 10010000 | 1 | 1000010 | 0 | 1100011 | 110110 | 101100 | 101001101 | 1100011 | 11100 |
Color Harmonies of #900142
Complementary color
Monochromatic Colors of #900142
Black with #900142
Text Example
Text Example
White with #900142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900142; }
p { color: rgb(144,1,66); }
H1.HeaderClassName
{
color: #900142;
}
.AnyTagClassName
{
color: #900142;
}
</style>
background-color css
<style>
a { background-color: #900142; }
a { background-color: rgb(144,1,66); }
div.DivClassName
{
background-color: #900142;
}
.BgClassName
{
background-color: #900142;
}
</style>
border-color css
<style>
span { border-color: #900142; }
span { border-color: rgb(144,1,66); }
td.TdClassName
{
border-color: #900142;
}
.TagClassName
{
border-color: #900142;
}
</style>