Shades of Jazzberry Jam #99064D
Tints of Jazzberry Jam #99064D
RGB
CMYK
RGB Variations
Color information
#99064D (or 0x99064D) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 4D. RGB value is (153,6,77). Sum of RGB (Red+Green+Blue) = 153+6+77=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #99064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99064D is #66F9B2. Grayscale: #393939. Windows color (decimal): -6748595 or 5047961. OLE color: 5047961.
HSL color Cylindrical-coordinate representation of color #99064D: hue angle of 331.02º 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 #99064D is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 77 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.4 |
| HSL | 331.02º | 0.92% | 0.31% | - |
| HSV(B) | 331.02º | 0.96% | 0.6% | - |
| XYZ | 14.54 | 7.44 | 7.69 | - |
| YUV | 58.05 | 138.7 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 77 | 0 | 0.96 | 0.50 | 0.4 | 331.02 | 0.92 | 0.31 |
| Hex | 99 | 6 | 4D | 0 | 60 | 32 | 28 | 14B | 5C | 1F |
| Octal | 231 | 6 | 115 | 0 | 140 | 62 | 50 | 513 | 134 | 37 |
| Binary | 10011001 | 110 | 1001101 | 0 | 1100000 | 110010 | 101000 | 101001011 | 1011100 | 11111 |
Color Harmonies of #99064D
Complementary color
Monochromatic Colors of #99064D
Black with #99064D
Text Example
Text Example
White with #99064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99064D; }
p { color: rgb(153,6,77); }
H1.HeaderClassName
{
color: #99064D;
}
.AnyTagClassName
{
color: #99064D;
}
</style>
background-color css
<style>
a { background-color: #99064D; }
a { background-color: rgb(153,6,77); }
div.DivClassName
{
background-color: #99064D;
}
.BgClassName
{
background-color: #99064D;
}
</style>
border-color css
<style>
span { border-color: #99064D; }
span { border-color: rgb(153,6,77); }
td.TdClassName
{
border-color: #99064D;
}
.TagClassName
{
border-color: #99064D;
}
</style>