Shades of Jazzberry Jam #9F083F
Tints of Jazzberry Jam #9F083F
RGB
CMYK
RGB Variations
Color information
#9F083F (or 0x9F083F) is known color: Jazzberry Jam. HEX triplet: 9F, 08 and 3F. RGB value is (159,8,63). Sum of RGB (Red+Green+Blue) = 159+8+63=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F083F is #60F7C0. Grayscale: #3B3B3B. Windows color (decimal): -6354881 or 4130975. OLE color: 4130975.
HSL color Cylindrical-coordinate representation of color #9F083F: hue angle of 338.15º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F083F is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 8 | 63 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.38 |
| HSL | 338.15º | 0.9% | 0.33% | - |
| HSV(B) | 338.15º | 0.95% | 0.62% | - |
| XYZ | 15.28 | 7.9 | 5.42 | - |
| YUV | 59.42 | 130.03 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 63 | 0 | 0.95 | 0.60 | 0.38 | 338.15 | 0.9 | 0.33 |
| Hex | 9F | 8 | 3F | 0 | 5F | 3C | 26 | 152 | 5A | 21 |
| Octal | 237 | 10 | 77 | 0 | 137 | 74 | 46 | 522 | 132 | 41 |
| Binary | 10011111 | 1000 | 111111 | 0 | 1011111 | 111100 | 100110 | 101010010 | 1011010 | 100001 |
Color Harmonies of #9F083F
Complementary color
Monochromatic Colors of #9F083F
Black with #9F083F
Text Example
Text Example
White with #9F083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F083F; }
p { color: rgb(159,8,63); }
H1.HeaderClassName
{
color: #9F083F;
}
.AnyTagClassName
{
color: #9F083F;
}
</style>
background-color css
<style>
a { background-color: #9F083F; }
a { background-color: rgb(159,8,63); }
div.DivClassName
{
background-color: #9F083F;
}
.BgClassName
{
background-color: #9F083F;
}
</style>
border-color css
<style>
span { border-color: #9F083F; }
span { border-color: rgb(159,8,63); }
td.TdClassName
{
border-color: #9F083F;
}
.TagClassName
{
border-color: #9F083F;
}
</style>