Shades of Jazzberry Jam #990441
Tints of Jazzberry Jam #990441
RGB
CMYK
RGB Variations
Color information
#990441 (or 0x990441) is known color: Jazzberry Jam. HEX triplet: 99, 04 and 41. RGB value is (153,4,65). Sum of RGB (Red+Green+Blue) = 153+4+65=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #990441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990441 is #66FBBE. Grayscale: #373737. Windows color (decimal): -6749119 or 4261017. OLE color: 4261017.
HSL color Cylindrical-coordinate representation of color #990441: hue angle of 335.44º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #990441 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 65 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.4 |
| HSL | 335.44º | 0.95% | 0.31% | - |
| HSV(B) | 335.44º | 0.97% | 0.6% | - |
| XYZ | 14.13 | 7.24 | 5.65 | - |
| YUV | 55.51 | 133.36 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 65 | 0 | 0.97 | 0.58 | 0.4 | 335.44 | 0.95 | 0.31 |
| Hex | 99 | 4 | 41 | 0 | 61 | 3A | 28 | 14F | 5F | 1F |
| Octal | 231 | 4 | 101 | 0 | 141 | 72 | 50 | 517 | 137 | 37 |
| Binary | 10011001 | 100 | 1000001 | 0 | 1100001 | 111010 | 101000 | 101001111 | 1011111 | 11111 |
Color Harmonies of #990441
Complementary color
Monochromatic Colors of #990441
Black with #990441
Text Example
Text Example
White with #990441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990441; }
p { color: rgb(153,4,65); }
H1.HeaderClassName
{
color: #990441;
}
.AnyTagClassName
{
color: #990441;
}
</style>
background-color css
<style>
a { background-color: #990441; }
a { background-color: rgb(153,4,65); }
div.DivClassName
{
background-color: #990441;
}
.BgClassName
{
background-color: #990441;
}
</style>
border-color css
<style>
span { border-color: #990441; }
span { border-color: rgb(153,4,65); }
td.TdClassName
{
border-color: #990441;
}
.TagClassName
{
border-color: #990441;
}
</style>