Shades of Jazzberry Jam #990142
Tints of Jazzberry Jam #990142
RGB
CMYK
RGB Variations
Color information
#990142 (or 0x990142) is known color: Jazzberry Jam. HEX triplet: 99, 01 and 42. RGB value is (153,1,66). Sum of RGB (Red+Green+Blue) = 153+1+66=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #990142 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990142 is #66FEBD. Grayscale: #353535. Windows color (decimal): -6749886 or 4325785. OLE color: 4325785.
HSL color Cylindrical-coordinate representation of color #990142: hue angle of 334.34º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990142 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.4 |
| HSL | 334.34º | 0.99% | 0.3% | - |
| HSV(B) | 334.34º | 0.99% | 0.6% | - |
| XYZ | 14.13 | 7.19 | 5.8 | - |
| YUV | 53.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 1 | 66 | 0 | 0.99 | 0.57 | 0.4 | 334.34 | 0.99 | 0.3 |
| Hex | 99 | 1 | 42 | 0 | 63 | 39 | 28 | 14E | 63 | 1E |
| Octal | 231 | 1 | 102 | 0 | 143 | 71 | 50 | 516 | 143 | 36 |
| Binary | 10011001 | 1 | 1000010 | 0 | 1100011 | 111001 | 101000 | 101001110 | 1100011 | 11110 |
Color Harmonies of #990142
Complementary color
Monochromatic Colors of #990142
Black with #990142
Text Example
Text Example
White with #990142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990142; }
p { color: rgb(153,1,66); }
H1.HeaderClassName
{
color: #990142;
}
.AnyTagClassName
{
color: #990142;
}
</style>
background-color css
<style>
a { background-color: #990142; }
a { background-color: rgb(153,1,66); }
div.DivClassName
{
background-color: #990142;
}
.BgClassName
{
background-color: #990142;
}
</style>
border-color css
<style>
span { border-color: #990142; }
span { border-color: rgb(153,1,66); }
td.TdClassName
{
border-color: #990142;
}
.TagClassName
{
border-color: #990142;
}
</style>