Shades of Jazzberry Jam #99064B
Tints of Jazzberry Jam #99064B
RGB
CMYK
RGB Variations
Color information
#99064B (or 0x99064B) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 4B. RGB value is (153,6,75). Sum of RGB (Red+Green+Blue) = 153+6+75=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #99064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99064B is #66F9B4. Grayscale: #393939. Windows color (decimal): -6748597 or 4916889. OLE color: 4916889.
HSL color Cylindrical-coordinate representation of color #99064B: hue angle of 331.84º 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 #99064B is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 75 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.4 |
| HSL | 331.84º | 0.92% | 0.31% | - |
| HSV(B) | 331.84º | 0.96% | 0.6% | - |
| XYZ | 14.47 | 7.41 | 7.32 | - |
| YUV | 57.82 | 137.7 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 75 | 0 | 0.96 | 0.51 | 0.4 | 331.84 | 0.92 | 0.31 |
| Hex | 99 | 6 | 4B | 0 | 60 | 33 | 28 | 14C | 5C | 1F |
| Octal | 231 | 6 | 113 | 0 | 140 | 63 | 50 | 514 | 134 | 37 |
| Binary | 10011001 | 110 | 1001011 | 0 | 1100000 | 110011 | 101000 | 101001100 | 1011100 | 11111 |
Color Harmonies of #99064B
Complementary color
Monochromatic Colors of #99064B
Black with #99064B
Text Example
Text Example
White with #99064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99064B; }
p { color: rgb(153,6,75); }
H1.HeaderClassName
{
color: #99064B;
}
.AnyTagClassName
{
color: #99064B;
}
</style>
background-color css
<style>
a { background-color: #99064B; }
a { background-color: rgb(153,6,75); }
div.DivClassName
{
background-color: #99064B;
}
.BgClassName
{
background-color: #99064B;
}
</style>
border-color css
<style>
span { border-color: #99064B; }
span { border-color: rgb(153,6,75); }
td.TdClassName
{
border-color: #99064B;
}
.TagClassName
{
border-color: #99064B;
}
</style>