Shades of Jazzberry Jam #B72263
Tints of Jazzberry Jam #B72263
RGB
CMYK
RGB Variations
Color information
#B72263 (or 0xB72263) is known color: Jazzberry Jam. HEX triplet: B7, 22 and 63. RGB value is (183,34,99). Sum of RGB (Red+Green+Blue) = 183+34+99=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B72263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72263 is #48DD9C. Grayscale: #555555. Windows color (decimal): -4775325 or 6496951. OLE color: 6496951.
HSL color Cylindrical-coordinate representation of color #B72263: hue angle of 333.83º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72263 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 99 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.28 |
| HSL | 333.83º | 0.69% | 0.43% | - |
| HSV(B) | 333.83º | 0.81% | 0.72% | - |
| XYZ | 22.35 | 12.11 | 12.96 | - |
| YUV | 85.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 99 | 0 | 0.81 | 0.46 | 0.28 | 333.83 | 0.69 | 0.43 |
| Hex | B7 | 22 | 63 | 0 | 51 | 2E | 1C | 14E | 45 | 2B |
| Octal | 267 | 42 | 143 | 0 | 121 | 56 | 34 | 516 | 105 | 53 |
| Binary | 10110111 | 100010 | 1100011 | 0 | 1010001 | 101110 | 11100 | 101001110 | 1000101 | 101011 |
Color Harmonies of #B72263
Complementary color
Monochromatic Colors of #B72263
Black with #B72263
Text Example
Text Example
White with #B72263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72263; }
p { color: rgb(183,34,99); }
H1.HeaderClassName
{
color: #B72263;
}
.AnyTagClassName
{
color: #B72263;
}
</style>
background-color css
<style>
a { background-color: #B72263; }
a { background-color: rgb(183,34,99); }
div.DivClassName
{
background-color: #B72263;
}
.BgClassName
{
background-color: #B72263;
}
</style>
border-color css
<style>
span { border-color: #B72263; }
span { border-color: rgb(183,34,99); }
td.TdClassName
{
border-color: #B72263;
}
.TagClassName
{
border-color: #B72263;
}
</style>