Shades of Jazzberry Jam #B81353
Tints of Jazzberry Jam #B81353
RGB
CMYK
RGB Variations
Color information
#B81353 (or 0xB81353) is known color: Jazzberry Jam. HEX triplet: B8, 13 and 53. RGB value is (184,19,83). Sum of RGB (Red+Green+Blue) = 184+19+83=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B81353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81353 is #47ECAC. Grayscale: #4B4B4B. Windows color (decimal): -4713645 or 5444536. OLE color: 5444536.
HSL color Cylindrical-coordinate representation of color #B81353: hue angle of 336.73º 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 #B81353 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 19 | 83 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.28 |
| HSL | 336.73º | 0.81% | 0.4% | - |
| HSV(B) | 336.73º | 0.9% | 0.72% | - |
| XYZ | 21.56 | 11.28 | 9.22 | - |
| YUV | 75.63 | 132.16 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 19 | 83 | 0 | 0.90 | 0.55 | 0.28 | 336.73 | 0.81 | 0.4 |
| Hex | B8 | 13 | 53 | 0 | 5A | 37 | 1C | 151 | 51 | 28 |
| Octal | 270 | 23 | 123 | 0 | 132 | 67 | 34 | 521 | 121 | 50 |
| Binary | 10111000 | 10011 | 1010011 | 0 | 1011010 | 110111 | 11100 | 101010001 | 1010001 | 101000 |
Color Harmonies of #B81353
Complementary color
Monochromatic Colors of #B81353
Black with #B81353
Text Example
Text Example
White with #B81353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81353; }
p { color: rgb(184,19,83); }
H1.HeaderClassName
{
color: #B81353;
}
.AnyTagClassName
{
color: #B81353;
}
</style>
background-color css
<style>
a { background-color: #B81353; }
a { background-color: rgb(184,19,83); }
div.DivClassName
{
background-color: #B81353;
}
.BgClassName
{
background-color: #B81353;
}
</style>
border-color css
<style>
span { border-color: #B81353; }
span { border-color: rgb(184,19,83); }
td.TdClassName
{
border-color: #B81353;
}
.TagClassName
{
border-color: #B81353;
}
</style>