Shades of Jazzberry Jam #B9044D
Tints of Jazzberry Jam #B9044D
RGB
CMYK
RGB Variations
Color information
#B9044D (or 0xB9044D) is known color: Jazzberry Jam. HEX triplet: B9, 04 and 4D. RGB value is (185,4,77). Sum of RGB (Red+Green+Blue) = 185+4+77=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B9044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9044D is #46FBB2. Grayscale: #424242. Windows color (decimal): -4651955 or 5047481. OLE color: 5047481.
HSL color Cylindrical-coordinate representation of color #B9044D: hue angle of 335.8º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9044D is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.27 |
| HSL | 335.8º | 0.96% | 0.37% | - |
| HSV(B) | 335.8º | 0.98% | 0.73% | - |
| XYZ | 21.39 | 10.94 | 8 | - |
| YUV | 66.44 | 133.97 | 212.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 4 | 77 | 0 | 0.98 | 0.58 | 0.27 | 335.8 | 0.96 | 0.37 |
| Hex | B9 | 4 | 4D | 0 | 62 | 3A | 1B | 150 | 60 | 25 |
| Octal | 271 | 4 | 115 | 0 | 142 | 72 | 33 | 520 | 140 | 45 |
| Binary | 10111001 | 100 | 1001101 | 0 | 1100010 | 111010 | 11011 | 101010000 | 1100000 | 100101 |
Color Harmonies of #B9044D
Complementary color
Monochromatic Colors of #B9044D
Black with #B9044D
Text Example
Text Example
White with #B9044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9044D; }
p { color: rgb(185,4,77); }
H1.HeaderClassName
{
color: #B9044D;
}
.AnyTagClassName
{
color: #B9044D;
}
</style>
background-color css
<style>
a { background-color: #B9044D; }
a { background-color: rgb(185,4,77); }
div.DivClassName
{
background-color: #B9044D;
}
.BgClassName
{
background-color: #B9044D;
}
</style>
border-color css
<style>
span { border-color: #B9044D; }
span { border-color: rgb(185,4,77); }
td.TdClassName
{
border-color: #B9044D;
}
.TagClassName
{
border-color: #B9044D;
}
</style>