Shades of Jazzberry Jam #B7045B
Tints of Jazzberry Jam #B7045B
RGB
CMYK
RGB Variations
Color information
#B7045B (or 0xB7045B) is known color: Jazzberry Jam. HEX triplet: B7, 04 and 5B. RGB value is (183,4,91). Sum of RGB (Red+Green+Blue) = 183+4+91=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7045B is #48FBA4. Grayscale: #434343. Windows color (decimal): -4783013 or 5964983. OLE color: 5964983.
HSL color Cylindrical-coordinate representation of color #B7045B: hue angle of 330.84º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7045B is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.28 |
| HSL | 330.84º | 0.96% | 0.37% | - |
| HSV(B) | 330.84º | 0.98% | 0.72% | - |
| XYZ | 21.46 | 10.91 | 10.87 | - |
| YUV | 67.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 91 | 0 | 0.98 | 0.50 | 0.28 | 330.84 | 0.96 | 0.37 |
| Hex | B7 | 4 | 5B | 0 | 62 | 32 | 1C | 14B | 60 | 25 |
| Octal | 267 | 4 | 133 | 0 | 142 | 62 | 34 | 513 | 140 | 45 |
| Binary | 10110111 | 100 | 1011011 | 0 | 1100010 | 110010 | 11100 | 101001011 | 1100000 | 100101 |
Color Harmonies of #B7045B
Complementary color
Monochromatic Colors of #B7045B
Black with #B7045B
Text Example
Text Example
White with #B7045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7045B; }
p { color: rgb(183,4,91); }
H1.HeaderClassName
{
color: #B7045B;
}
.AnyTagClassName
{
color: #B7045B;
}
</style>
background-color css
<style>
a { background-color: #B7045B; }
a { background-color: rgb(183,4,91); }
div.DivClassName
{
background-color: #B7045B;
}
.BgClassName
{
background-color: #B7045B;
}
</style>
border-color css
<style>
span { border-color: #B7045B; }
span { border-color: rgb(183,4,91); }
td.TdClassName
{
border-color: #B7045B;
}
.TagClassName
{
border-color: #B7045B;
}
</style>