Shades of Jazzberry Jam #9B083C
Tints of Jazzberry Jam #9B083C
RGB
CMYK
RGB Variations
Color information
#9B083C (or 0x9B083C) is known color: Jazzberry Jam. HEX triplet: 9B, 08 and 3C. RGB value is (155,8,60). Sum of RGB (Red+Green+Blue) = 155+8+60=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B083C is #64F7C3. Grayscale: #393939. Windows color (decimal): -6617028 or 3934363. OLE color: 3934363.
HSL color Cylindrical-coordinate representation of color #9B083C: hue angle of 338.78º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B083C is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 8 | 60 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.39 |
| HSL | 338.78º | 0.9% | 0.32% | - |
| HSV(B) | 338.78º | 0.95% | 0.61% | - |
| XYZ | 14.42 | 7.47 | 4.96 | - |
| YUV | 57.88 | 129.2 | 197.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 8 | 60 | 0 | 0.95 | 0.61 | 0.39 | 338.78 | 0.9 | 0.32 |
| Hex | 9B | 8 | 3C | 0 | 5F | 3D | 27 | 153 | 5A | 20 |
| Octal | 233 | 10 | 74 | 0 | 137 | 75 | 47 | 523 | 132 | 40 |
| Binary | 10011011 | 1000 | 111100 | 0 | 1011111 | 111101 | 100111 | 101010011 | 1011010 | 100000 |
Color Harmonies of #9B083C
Complementary color
Monochromatic Colors of #9B083C
Black with #9B083C
Text Example
Text Example
White with #9B083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B083C; }
p { color: rgb(155,8,60); }
H1.HeaderClassName
{
color: #9B083C;
}
.AnyTagClassName
{
color: #9B083C;
}
</style>
background-color css
<style>
a { background-color: #9B083C; }
a { background-color: rgb(155,8,60); }
div.DivClassName
{
background-color: #9B083C;
}
.BgClassName
{
background-color: #9B083C;
}
</style>
border-color css
<style>
span { border-color: #9B083C; }
span { border-color: rgb(155,8,60); }
td.TdClassName
{
border-color: #9B083C;
}
.TagClassName
{
border-color: #9B083C;
}
</style>