Shades of Jazzberry Jam #B40756
Tints of Jazzberry Jam #B40756
RGB
CMYK
RGB Variations
Color information
#B40756 (or 0xB40756) is known color: Jazzberry Jam. HEX triplet: B4, 07 and 56. RGB value is (180,7,86). Sum of RGB (Red+Green+Blue) = 180+7+86=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B40756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40756 is #4BF8A9. Grayscale: #434343. Windows color (decimal): -4978858 or 5638068. OLE color: 5638068.
HSL color Cylindrical-coordinate representation of color #B40756: hue angle of 332.6º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40756 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 86 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.29 |
| HSL | 332.6º | 0.93% | 0.37% | - |
| HSV(B) | 332.6º | 0.96% | 0.71% | - |
| XYZ | 20.58 | 10.53 | 9.75 | - |
| YUV | 67.73 | 138.31 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 86 | 0 | 0.96 | 0.52 | 0.29 | 332.6 | 0.93 | 0.37 |
| Hex | B4 | 7 | 56 | 0 | 60 | 34 | 1D | 14D | 5D | 25 |
| Octal | 264 | 7 | 126 | 0 | 140 | 64 | 35 | 515 | 135 | 45 |
| Binary | 10110100 | 111 | 1010110 | 0 | 1100000 | 110100 | 11101 | 101001101 | 1011101 | 100101 |
Color Harmonies of #B40756
Complementary color
Monochromatic Colors of #B40756
Black with #B40756
Text Example
Text Example
White with #B40756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40756; }
p { color: rgb(180,7,86); }
H1.HeaderClassName
{
color: #B40756;
}
.AnyTagClassName
{
color: #B40756;
}
</style>
background-color css
<style>
a { background-color: #B40756; }
a { background-color: rgb(180,7,86); }
div.DivClassName
{
background-color: #B40756;
}
.BgClassName
{
background-color: #B40756;
}
</style>
border-color css
<style>
span { border-color: #B40756; }
span { border-color: rgb(180,7,86); }
td.TdClassName
{
border-color: #B40756;
}
.TagClassName
{
border-color: #B40756;
}
</style>