Shades of Jazzberry Jam #B70754
Tints of Jazzberry Jam #B70754
RGB
CMYK
RGB Variations
Color information
#B70754 (or 0xB70754) is known color: Jazzberry Jam. HEX triplet: B7, 07 and 54. RGB value is (183,7,84). Sum of RGB (Red+Green+Blue) = 183+7+84=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B70754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70754 is #48F8AB. Grayscale: #444444. Windows color (decimal): -4782252 or 5506999. OLE color: 5506999.
HSL color Cylindrical-coordinate representation of color #B70754: hue angle of 333.75º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70754 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 84 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.28 |
| HSL | 333.75º | 0.93% | 0.37% | - |
| HSV(B) | 333.75º | 0.96% | 0.72% | - |
| XYZ | 21.2 | 10.86 | 9.37 | - |
| YUV | 68.4 | 136.81 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 84 | 0 | 0.96 | 0.54 | 0.28 | 333.75 | 0.93 | 0.37 |
| Hex | B7 | 7 | 54 | 0 | 60 | 36 | 1C | 14E | 5D | 25 |
| Octal | 267 | 7 | 124 | 0 | 140 | 66 | 34 | 516 | 135 | 45 |
| Binary | 10110111 | 111 | 1010100 | 0 | 1100000 | 110110 | 11100 | 101001110 | 1011101 | 100101 |
Color Harmonies of #B70754
Complementary color
Monochromatic Colors of #B70754
Black with #B70754
Text Example
Text Example
White with #B70754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70754; }
p { color: rgb(183,7,84); }
H1.HeaderClassName
{
color: #B70754;
}
.AnyTagClassName
{
color: #B70754;
}
</style>
background-color css
<style>
a { background-color: #B70754; }
a { background-color: rgb(183,7,84); }
div.DivClassName
{
background-color: #B70754;
}
.BgClassName
{
background-color: #B70754;
}
</style>
border-color css
<style>
span { border-color: #B70754; }
span { border-color: rgb(183,7,84); }
td.TdClassName
{
border-color: #B70754;
}
.TagClassName
{
border-color: #B70754;
}
</style>