Shades of Jazzberry Jam #B81363
Tints of Jazzberry Jam #B81363
RGB
CMYK
RGB Variations
Color information
#B81363 (or 0xB81363) is known color: Jazzberry Jam. HEX triplet: B8, 13 and 63. RGB value is (184,19,99). Sum of RGB (Red+Green+Blue) = 184+19+99=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B81363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81363 is #47EC9C. Grayscale: #4D4D4D. Windows color (decimal): -4713629 or 6493112. OLE color: 6493112.
HSL color Cylindrical-coordinate representation of color #B81363: hue angle of 330.91º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81363 is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 99 | - |
| CMYK | 0 | 0.90 | 0.46 | 0.28 |
| HSL | 330.91º | 0.81% | 0.4% | - |
| HSV(B) | 330.91º | 0.9% | 0.72% | - |
| XYZ | 22.25 | 11.56 | 12.86 | - |
| YUV | 77.46 | 140.16 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 99 | 0 | 0.90 | 0.46 | 0.28 | 330.91 | 0.81 | 0.4 |
| Hex | B8 | 13 | 63 | 0 | 5A | 2E | 1C | 14B | 51 | 28 |
| Octal | 270 | 23 | 143 | 0 | 132 | 56 | 34 | 513 | 121 | 50 |
| Binary | 10111000 | 10011 | 1100011 | 0 | 1011010 | 101110 | 11100 | 101001011 | 1010001 | 101000 |
Color Harmonies of #B81363
Complementary color
Monochromatic Colors of #B81363
Black with #B81363
Text Example
Text Example
White with #B81363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81363; }
p { color: rgb(184,19,99); }
H1.HeaderClassName
{
color: #B81363;
}
.AnyTagClassName
{
color: #B81363;
}
</style>
background-color css
<style>
a { background-color: #B81363; }
a { background-color: rgb(184,19,99); }
div.DivClassName
{
background-color: #B81363;
}
.BgClassName
{
background-color: #B81363;
}
</style>
border-color css
<style>
span { border-color: #B81363; }
span { border-color: rgb(184,19,99); }
td.TdClassName
{
border-color: #B81363;
}
.TagClassName
{
border-color: #B81363;
}
</style>