Shades of Jazzberry Jam #9B063C
Tints of Jazzberry Jam #9B063C
RGB
CMYK
RGB Variations
Color information
#9B063C (or 0x9B063C) is known color: Jazzberry Jam. HEX triplet: 9B, 06 and 3C. RGB value is (155,6,60). Sum of RGB (Red+Green+Blue) = 155+6+60=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B063C is #64F9C3. Grayscale: #383838. Windows color (decimal): -6617540 or 3933851. OLE color: 3933851.
HSL color Cylindrical-coordinate representation of color #9B063C: hue angle of 338.26º 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 #9B063C is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 6 | 60 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.39 |
| HSL | 338.26º | 0.93% | 0.32% | - |
| HSV(B) | 338.26º | 0.96% | 0.61% | - |
| XYZ | 14.4 | 7.43 | 4.95 | - |
| YUV | 56.71 | 129.86 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 6 | 60 | 0 | 0.96 | 0.61 | 0.39 | 338.26 | 0.93 | 0.32 |
| Hex | 9B | 6 | 3C | 0 | 60 | 3D | 27 | 152 | 5D | 20 |
| Octal | 233 | 6 | 74 | 0 | 140 | 75 | 47 | 522 | 135 | 40 |
| Binary | 10011011 | 110 | 111100 | 0 | 1100000 | 111101 | 100111 | 101010010 | 1011101 | 100000 |
Color Harmonies of #9B063C
Complementary color
Monochromatic Colors of #9B063C
Black with #9B063C
Text Example
Text Example
White with #9B063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B063C; }
p { color: rgb(155,6,60); }
H1.HeaderClassName
{
color: #9B063C;
}
.AnyTagClassName
{
color: #9B063C;
}
</style>
background-color css
<style>
a { background-color: #9B063C; }
a { background-color: rgb(155,6,60); }
div.DivClassName
{
background-color: #9B063C;
}
.BgClassName
{
background-color: #9B063C;
}
</style>
border-color css
<style>
span { border-color: #9B063C; }
span { border-color: rgb(155,6,60); }
td.TdClassName
{
border-color: #9B063C;
}
.TagClassName
{
border-color: #9B063C;
}
</style>