Shades of Jazzberry Jam #9B063F
Tints of Jazzberry Jam #9B063F
RGB
CMYK
RGB Variations
Color information
#9B063F (or 0x9B063F) is known color: Jazzberry Jam. HEX triplet: 9B, 06 and 3F. RGB value is (155,6,63). Sum of RGB (Red+Green+Blue) = 155+6+63=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B063F is #64F9C0. Grayscale: #383838. Windows color (decimal): -6617537 or 4130459. OLE color: 4130459.
HSL color Cylindrical-coordinate representation of color #9B063F: hue angle of 337.05º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B063F is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 63 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.39 |
| HSL | 337.05º | 0.93% | 0.32% | - |
| HSV(B) | 337.05º | 0.96% | 0.61% | - |
| XYZ | 14.48 | 7.46 | 5.38 | - |
| YUV | 57.05 | 131.36 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 63 | 0 | 0.96 | 0.59 | 0.39 | 337.05 | 0.93 | 0.32 |
| Hex | 9B | 6 | 3F | 0 | 60 | 3B | 27 | 151 | 5D | 20 |
| Octal | 233 | 6 | 77 | 0 | 140 | 73 | 47 | 521 | 135 | 40 |
| Binary | 10011011 | 110 | 111111 | 0 | 1100000 | 111011 | 100111 | 101010001 | 1011101 | 100000 |
Color Harmonies of #9B063F
Complementary color
Monochromatic Colors of #9B063F
Black with #9B063F
Text Example
Text Example
White with #9B063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B063F; }
p { color: rgb(155,6,63); }
H1.HeaderClassName
{
color: #9B063F;
}
.AnyTagClassName
{
color: #9B063F;
}
</style>
background-color css
<style>
a { background-color: #9B063F; }
a { background-color: rgb(155,6,63); }
div.DivClassName
{
background-color: #9B063F;
}
.BgClassName
{
background-color: #9B063F;
}
</style>
border-color css
<style>
span { border-color: #9B063F; }
span { border-color: rgb(155,6,63); }
td.TdClassName
{
border-color: #9B063F;
}
.TagClassName
{
border-color: #9B063F;
}
</style>