Shades of Jazzberry Jam #B10754
Tints of Jazzberry Jam #B10754
RGB
CMYK
RGB Variations
Color information
#B10754 (or 0xB10754) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 54. RGB value is (177,7,84). Sum of RGB (Red+Green+Blue) = 177+7+84=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B10754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10754 is #4EF8AB. Grayscale: #424242. Windows color (decimal): -5175468 or 5506993. OLE color: 5506993.
HSL color Cylindrical-coordinate representation of color #B10754: hue angle of 332.82º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10754 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 84 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.31 |
| HSL | 332.82º | 0.92% | 0.36% | - |
| HSV(B) | 332.82º | 0.96% | 0.69% | - |
| XYZ | 19.81 | 10.14 | 9.3 | - |
| YUV | 66.61 | 137.82 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 84 | 0 | 0.96 | 0.53 | 0.31 | 332.82 | 0.92 | 0.36 |
| Hex | B1 | 7 | 54 | 0 | 60 | 35 | 1F | 14D | 5C | 24 |
| Octal | 261 | 7 | 124 | 0 | 140 | 65 | 37 | 515 | 134 | 44 |
| Binary | 10110001 | 111 | 1010100 | 0 | 1100000 | 110101 | 11111 | 101001101 | 1011100 | 100100 |
Color Harmonies of #B10754
Complementary color
Monochromatic Colors of #B10754
Black with #B10754
Text Example
Text Example
White with #B10754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10754; }
p { color: rgb(177,7,84); }
H1.HeaderClassName
{
color: #B10754;
}
.AnyTagClassName
{
color: #B10754;
}
</style>
background-color css
<style>
a { background-color: #B10754; }
a { background-color: rgb(177,7,84); }
div.DivClassName
{
background-color: #B10754;
}
.BgClassName
{
background-color: #B10754;
}
</style>
border-color css
<style>
span { border-color: #B10754; }
span { border-color: rgb(177,7,84); }
td.TdClassName
{
border-color: #B10754;
}
.TagClassName
{
border-color: #B10754;
}
</style>