Shades of Jazzberry Jam #B40649
Tints of Jazzberry Jam #B40649
RGB
CMYK
RGB Variations
Color information
#B40649 (or 0xB40649) is known color: Jazzberry Jam. HEX triplet: B4, 06 and 49. RGB value is (180,6,73). Sum of RGB (Red+Green+Blue) = 180+6+73=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B40649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40649 is #4BF9B6. Grayscale: #414141. Windows color (decimal): -4979127 or 4785844. OLE color: 4785844.
HSL color Cylindrical-coordinate representation of color #B40649: hue angle of 336.9º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40649 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 6 | 73 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.29 |
| HSL | 336.9º | 0.94% | 0.36% | - |
| HSV(B) | 336.9º | 0.97% | 0.71% | - |
| XYZ | 20.09 | 10.31 | 7.24 | - |
| YUV | 65.66 | 132.15 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 6 | 73 | 0 | 0.97 | 0.59 | 0.29 | 336.9 | 0.94 | 0.36 |
| Hex | B4 | 6 | 49 | 0 | 61 | 3B | 1D | 151 | 5E | 24 |
| Octal | 264 | 6 | 111 | 0 | 141 | 73 | 35 | 521 | 136 | 44 |
| Binary | 10110100 | 110 | 1001001 | 0 | 1100001 | 111011 | 11101 | 101010001 | 1011110 | 100100 |
Color Harmonies of #B40649
Complementary color
Monochromatic Colors of #B40649
Black with #B40649
Text Example
Text Example
White with #B40649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40649; }
p { color: rgb(180,6,73); }
H1.HeaderClassName
{
color: #B40649;
}
.AnyTagClassName
{
color: #B40649;
}
</style>
background-color css
<style>
a { background-color: #B40649; }
a { background-color: rgb(180,6,73); }
div.DivClassName
{
background-color: #B40649;
}
.BgClassName
{
background-color: #B40649;
}
</style>
border-color css
<style>
span { border-color: #B40649; }
span { border-color: rgb(180,6,73); }
td.TdClassName
{
border-color: #B40649;
}
.TagClassName
{
border-color: #B40649;
}
</style>