Shades of Jazzberry Jam #B20753
Tints of Jazzberry Jam #B20753
RGB
CMYK
RGB Variations
Color information
#B20753 (or 0xB20753) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 53. RGB value is (178,7,83). Sum of RGB (Red+Green+Blue) = 178+7+83=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B20753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20753 is #4DF8AC. Grayscale: #424242. Windows color (decimal): -5109933 or 5441458. OLE color: 5441458.
HSL color Cylindrical-coordinate representation of color #B20753: hue angle of 333.33º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20753 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 83 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.30 |
| HSL | 333.33º | 0.92% | 0.36% | - |
| HSV(B) | 333.33º | 0.96% | 0.7% | - |
| XYZ | 20 | 10.24 | 9.11 | - |
| YUV | 66.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 83 | 0 | 0.96 | 0.53 | 0.30 | 333.33 | 0.92 | 0.36 |
| Hex | B2 | 7 | 53 | 0 | 60 | 35 | 1E | 14D | 5C | 24 |
| Octal | 262 | 7 | 123 | 0 | 140 | 65 | 36 | 515 | 134 | 44 |
| Binary | 10110010 | 111 | 1010011 | 0 | 1100000 | 110101 | 11110 | 101001101 | 1011100 | 100100 |
Color Harmonies of #B20753
Complementary color
Monochromatic Colors of #B20753
Black with #B20753
Text Example
Text Example
White with #B20753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20753; }
p { color: rgb(178,7,83); }
H1.HeaderClassName
{
color: #B20753;
}
.AnyTagClassName
{
color: #B20753;
}
</style>
background-color css
<style>
a { background-color: #B20753; }
a { background-color: rgb(178,7,83); }
div.DivClassName
{
background-color: #B20753;
}
.BgClassName
{
background-color: #B20753;
}
</style>
border-color css
<style>
span { border-color: #B20753; }
span { border-color: rgb(178,7,83); }
td.TdClassName
{
border-color: #B20753;
}
.TagClassName
{
border-color: #B20753;
}
</style>