Shades of Jazzberry Jam #98044A
Tints of Jazzberry Jam #98044A
RGB
CMYK
RGB Variations
Color information
#98044A (or 0x98044A) is known color: Jazzberry Jam. HEX triplet: 98, 04 and 4A. RGB value is (152,4,74). Sum of RGB (Red+Green+Blue) = 152+4+74=230 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.09% from 230); Green value is 4 (1.95% from 255 or 1.74% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 152 - color contains mainly: red. Hex color #98044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98044A is #67FBB5. Grayscale: #383838. Windows color (decimal): -6814646 or 4850840. OLE color: 4850840.
HSL color Cylindrical-coordinate representation of color #98044A: hue angle of 331.62º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98044A is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 4 | 74 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.40 |
| HSL | 331.62º | 0.95% | 0.31% | - |
| HSV(B) | 331.62º | 0.97% | 0.6% | - |
| XYZ | 14.23 | 7.26 | 7.13 | - |
| YUV | 56.23 | 138.03 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 74 | 0 | 0.97 | 0.51 | 0.40 | 331.62 | 0.95 | 0.31 |
| Hex | 98 | 4 | 4A | 0 | 61 | 33 | 28 | 14C | 5F | 1F |
| Octal | 230 | 4 | 112 | 0 | 141 | 63 | 50 | 514 | 137 | 37 |
| Binary | 10011000 | 100 | 1001010 | 0 | 1100001 | 110011 | 101000 | 101001100 | 1011111 | 11111 |
Color Harmonies of #98044A
Complementary color
Monochromatic Colors of #98044A
Black with #98044A
Text Example
Text Example
White with #98044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98044A; }
p { color: rgb(152,4,74); }
H1.HeaderClassName
{
color: #98044A;
}
.AnyTagClassName
{
color: #98044A;
}
</style>
background-color css
<style>
a { background-color: #98044A; }
a { background-color: rgb(152,4,74); }
div.DivClassName
{
background-color: #98044A;
}
.BgClassName
{
background-color: #98044A;
}
</style>
border-color css
<style>
span { border-color: #98044A; }
span { border-color: rgb(152,4,74); }
td.TdClassName
{
border-color: #98044A;
}
.TagClassName
{
border-color: #98044A;
}
</style>