Shades of Jazzberry Jam #990841
Tints of Jazzberry Jam #990841
RGB
CMYK
RGB Variations
Color information
#990841 (or 0x990841) is known color: Jazzberry Jam. HEX triplet: 99, 08 and 41. RGB value is (153,8,65). Sum of RGB (Red+Green+Blue) = 153+8+65=226 (29% of max value = 765). Red value is 153 (60.16% from 255 or 67.70% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 153 - color contains mainly: red. Hex color #990841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990841 is #66F7BE. Grayscale: #393939. Windows color (decimal): -6748095 or 4262041. OLE color: 4262041.
HSL color Cylindrical-coordinate representation of color #990841: hue angle of 336.41º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990841 is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 8 | 65 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.4 |
| HSL | 336.41º | 0.9% | 0.32% | - |
| HSV(B) | 336.41º | 0.95% | 0.6% | - |
| XYZ | 14.18 | 7.33 | 5.67 | - |
| YUV | 57.85 | 132.04 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 8 | 65 | 0 | 0.95 | 0.58 | 0.4 | 336.41 | 0.9 | 0.32 |
| Hex | 99 | 8 | 41 | 0 | 5F | 3A | 28 | 150 | 5A | 20 |
| Octal | 231 | 10 | 101 | 0 | 137 | 72 | 50 | 520 | 132 | 40 |
| Binary | 10011001 | 1000 | 1000001 | 0 | 1011111 | 111010 | 101000 | 101010000 | 1011010 | 100000 |
Color Harmonies of #990841
Complementary color
Monochromatic Colors of #990841
Black with #990841
Text Example
Text Example
White with #990841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990841; }
p { color: rgb(153,8,65); }
H1.HeaderClassName
{
color: #990841;
}
.AnyTagClassName
{
color: #990841;
}
</style>
background-color css
<style>
a { background-color: #990841; }
a { background-color: rgb(153,8,65); }
div.DivClassName
{
background-color: #990841;
}
.BgClassName
{
background-color: #990841;
}
</style>
border-color css
<style>
span { border-color: #990841; }
span { border-color: rgb(153,8,65); }
td.TdClassName
{
border-color: #990841;
}
.TagClassName
{
border-color: #990841;
}
</style>