Shades of Jazzberry Jam #96074D
Tints of Jazzberry Jam #96074D
RGB
CMYK
RGB Variations
Color information
#96074D (or 0x96074D) is known color: Jazzberry Jam. HEX triplet: 96, 07 and 4D. RGB value is (150,7,77). Sum of RGB (Red+Green+Blue) = 150+7+77=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #96074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96074D is #69F8B2. Grayscale: #393939. Windows color (decimal): -6944947 or 5048214. OLE color: 5048214.
HSL color Cylindrical-coordinate representation of color #96074D: hue angle of 330.63º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96074D is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 7 | 77 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.41 |
| HSL | 330.63º | 0.91% | 0.31% | - |
| HSV(B) | 330.63º | 0.95% | 0.59% | - |
| XYZ | 13.99 | 7.17 | 7.67 | - |
| YUV | 57.74 | 138.88 | 193.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 7 | 77 | 0 | 0.95 | 0.49 | 0.41 | 330.63 | 0.91 | 0.31 |
| Hex | 96 | 7 | 4D | 0 | 5F | 31 | 29 | 14B | 5B | 1F |
| Octal | 226 | 7 | 115 | 0 | 137 | 61 | 51 | 513 | 133 | 37 |
| Binary | 10010110 | 111 | 1001101 | 0 | 1011111 | 110001 | 101001 | 101001011 | 1011011 | 11111 |
Color Harmonies of #96074D
Complementary color
Monochromatic Colors of #96074D
Black with #96074D
Text Example
Text Example
White with #96074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96074D; }
p { color: rgb(150,7,77); }
H1.HeaderClassName
{
color: #96074D;
}
.AnyTagClassName
{
color: #96074D;
}
</style>
background-color css
<style>
a { background-color: #96074D; }
a { background-color: rgb(150,7,77); }
div.DivClassName
{
background-color: #96074D;
}
.BgClassName
{
background-color: #96074D;
}
</style>
border-color css
<style>
span { border-color: #96074D; }
span { border-color: rgb(150,7,77); }
td.TdClassName
{
border-color: #96074D;
}
.TagClassName
{
border-color: #96074D;
}
</style>