Shades of Jazzberry Jam #980745
Tints of Jazzberry Jam #980745
RGB
CMYK
RGB Variations
Color information
#980745 (or 0x980745) is known color: Jazzberry Jam. HEX triplet: 98, 07 and 45. RGB value is (152,7,69). Sum of RGB (Red+Green+Blue) = 152+7+69=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #980745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980745 is #67F8BA. Grayscale: #393939. Windows color (decimal): -6813883 or 4523928. OLE color: 4523928.
HSL color Cylindrical-coordinate representation of color #980745: hue angle of 334.34º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980745 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 7 | 69 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.40 |
| HSL | 334.34º | 0.91% | 0.31% | - |
| HSV(B) | 334.34º | 0.95% | 0.6% | - |
| XYZ | 14.1 | 7.26 | 6.29 | - |
| YUV | 57.42 | 134.54 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 7 | 69 | 0 | 0.95 | 0.55 | 0.40 | 334.34 | 0.91 | 0.31 |
| Hex | 98 | 7 | 45 | 0 | 5F | 37 | 28 | 14E | 5B | 1F |
| Octal | 230 | 7 | 105 | 0 | 137 | 67 | 50 | 516 | 133 | 37 |
| Binary | 10011000 | 111 | 1000101 | 0 | 1011111 | 110111 | 101000 | 101001110 | 1011011 | 11111 |
Color Harmonies of #980745
Complementary color
Monochromatic Colors of #980745
Black with #980745
Text Example
Text Example
White with #980745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980745; }
p { color: rgb(152,7,69); }
H1.HeaderClassName
{
color: #980745;
}
.AnyTagClassName
{
color: #980745;
}
</style>
background-color css
<style>
a { background-color: #980745; }
a { background-color: rgb(152,7,69); }
div.DivClassName
{
background-color: #980745;
}
.BgClassName
{
background-color: #980745;
}
</style>
border-color css
<style>
span { border-color: #980745; }
span { border-color: rgb(152,7,69); }
td.TdClassName
{
border-color: #980745;
}
.TagClassName
{
border-color: #980745;
}
</style>