Shades of Jazzberry Jam #B70872
Tints of Jazzberry Jam #B70872
RGB
CMYK
RGB Variations
Color information
#B70872 (or 0xB70872) is known color: Jazzberry Jam. HEX triplet: B7, 08 and 72. RGB value is (183,8,114). Sum of RGB (Red+Green+Blue) = 183+8+114=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B70872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70872 is #48F78D. Grayscale: #484848. Windows color (decimal): -4781966 or 7473335. OLE color: 7473335.
HSL color Cylindrical-coordinate representation of color #B70872: hue angle of 323.66º degrees, saturation: 0.92, 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 #B70872 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 114 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.28 |
| HSL | 323.66º | 0.92% | 0.37% | - |
| HSV(B) | 323.66º | 0.96% | 0.72% | - |
| XYZ | 22.65 | 11.46 | 16.94 | - |
| YUV | 72.41 | 151.48 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 114 | 0 | 0.96 | 0.38 | 0.28 | 323.66 | 0.92 | 0.37 |
| Hex | B7 | 8 | 72 | 0 | 60 | 26 | 1C | 144 | 5C | 25 |
| Octal | 267 | 10 | 162 | 0 | 140 | 46 | 34 | 504 | 134 | 45 |
| Binary | 10110111 | 1000 | 1110010 | 0 | 1100000 | 100110 | 11100 | 101000100 | 1011100 | 100101 |
Color Harmonies of #B70872
Complementary color
Monochromatic Colors of #B70872
Black with #B70872
Text Example
Text Example
White with #B70872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70872; }
p { color: rgb(183,8,114); }
H1.HeaderClassName
{
color: #B70872;
}
.AnyTagClassName
{
color: #B70872;
}
</style>
background-color css
<style>
a { background-color: #B70872; }
a { background-color: rgb(183,8,114); }
div.DivClassName
{
background-color: #B70872;
}
.BgClassName
{
background-color: #B70872;
}
</style>
border-color css
<style>
span { border-color: #B70872; }
span { border-color: rgb(183,8,114); }
td.TdClassName
{
border-color: #B70872;
}
.TagClassName
{
border-color: #B70872;
}
</style>