Shades of Jazzberry Jam #990642
Tints of Jazzberry Jam #990642
RGB
CMYK
RGB Variations
Color information
#990642 (or 0x990642) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 42. RGB value is (153,6,66). Sum of RGB (Red+Green+Blue) = 153+6+66=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 66 (26.17% from 255 or 29.33% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #990642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990642 is #66F9BD. Grayscale: #383838. Windows color (decimal): -6748606 or 4327065. OLE color: 4327065.
HSL color Cylindrical-coordinate representation of color #990642: hue angle of 335.51º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990642 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 66 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.4 |
| HSL | 335.51º | 0.92% | 0.31% | - |
| HSV(B) | 335.51º | 0.96% | 0.6% | - |
| XYZ | 14.19 | 7.3 | 5.81 | - |
| YUV | 56.79 | 133.2 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 66 | 0 | 0.96 | 0.57 | 0.4 | 335.51 | 0.92 | 0.31 |
| Hex | 99 | 6 | 42 | 0 | 60 | 39 | 28 | 150 | 5C | 1F |
| Octal | 231 | 6 | 102 | 0 | 140 | 71 | 50 | 520 | 134 | 37 |
| Binary | 10011001 | 110 | 1000010 | 0 | 1100000 | 111001 | 101000 | 101010000 | 1011100 | 11111 |
Color Harmonies of #990642
Complementary color
Monochromatic Colors of #990642
Black with #990642
Text Example
Text Example
White with #990642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990642; }
p { color: rgb(153,6,66); }
H1.HeaderClassName
{
color: #990642;
}
.AnyTagClassName
{
color: #990642;
}
</style>
background-color css
<style>
a { background-color: #990642; }
a { background-color: rgb(153,6,66); }
div.DivClassName
{
background-color: #990642;
}
.BgClassName
{
background-color: #990642;
}
</style>
border-color css
<style>
span { border-color: #990642; }
span { border-color: rgb(153,6,66); }
td.TdClassName
{
border-color: #990642;
}
.TagClassName
{
border-color: #990642;
}
</style>