Shades of Jazzberry Jam #B52263
Tints of Jazzberry Jam #B52263
RGB
CMYK
RGB Variations
Color information
#B52263 (or 0xB52263) is known color: Jazzberry Jam. HEX triplet: B5, 22 and 63. RGB value is (181,34,99). Sum of RGB (Red+Green+Blue) = 181+34+99=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B52263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52263 is #4ADD9C. Grayscale: #555555. Windows color (decimal): -4906397 or 6496949. OLE color: 6496949.
HSL color Cylindrical-coordinate representation of color #B52263: hue angle of 333.47º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52263 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 34 | 99 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.29 |
| HSL | 333.47º | 0.68% | 0.42% | - |
| HSV(B) | 333.47º | 0.81% | 0.71% | - |
| XYZ | 21.88 | 11.87 | 12.94 | - |
| YUV | 85.36 | 135.7 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 34 | 99 | 0 | 0.81 | 0.45 | 0.29 | 333.47 | 0.68 | 0.42 |
| Hex | B5 | 22 | 63 | 0 | 51 | 2D | 1D | 14D | 44 | 2A |
| Octal | 265 | 42 | 143 | 0 | 121 | 55 | 35 | 515 | 104 | 52 |
| Binary | 10110101 | 100010 | 1100011 | 0 | 1010001 | 101101 | 11101 | 101001101 | 1000100 | 101010 |
Color Harmonies of #B52263
Complementary color
Monochromatic Colors of #B52263
Black with #B52263
Text Example
Text Example
White with #B52263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52263; }
p { color: rgb(181,34,99); }
H1.HeaderClassName
{
color: #B52263;
}
.AnyTagClassName
{
color: #B52263;
}
</style>
background-color css
<style>
a { background-color: #B52263; }
a { background-color: rgb(181,34,99); }
div.DivClassName
{
background-color: #B52263;
}
.BgClassName
{
background-color: #B52263;
}
</style>
border-color css
<style>
span { border-color: #B52263; }
span { border-color: rgb(181,34,99); }
td.TdClassName
{
border-color: #B52263;
}
.TagClassName
{
border-color: #B52263;
}
</style>