Shades of Jazzberry Jam #B81053
Tints of Jazzberry Jam #B81053
RGB
CMYK
RGB Variations
Color information
#B81053 (or 0xB81053) is known color: Jazzberry Jam. HEX triplet: B8, 10 and 53. RGB value is (184,16,83). Sum of RGB (Red+Green+Blue) = 184+16+83=283 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.02% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 184 - color contains mainly: red. Hex color #B81053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81053 is #47EFAC. Grayscale: #494949. Windows color (decimal): -4714413 or 5443768. OLE color: 5443768.
HSL color Cylindrical-coordinate representation of color #B81053: hue angle of 336.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81053 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 83 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.28 |
| HSL | 336.07º | 0.84% | 0.39% | - |
| HSV(B) | 336.07º | 0.91% | 0.72% | - |
| XYZ | 21.51 | 11.19 | 9.21 | - |
| YUV | 73.87 | 133.16 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 83 | 0 | 0.91 | 0.55 | 0.28 | 336.07 | 0.84 | 0.39 |
| Hex | B8 | 10 | 53 | 0 | 5B | 37 | 1C | 150 | 54 | 27 |
| Octal | 270 | 20 | 123 | 0 | 133 | 67 | 34 | 520 | 124 | 47 |
| Binary | 10111000 | 10000 | 1010011 | 0 | 1011011 | 110111 | 11100 | 101010000 | 1010100 | 100111 |
Color Harmonies of #B81053
Complementary color
Monochromatic Colors of #B81053
Black with #B81053
Text Example
Text Example
White with #B81053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81053; }
p { color: rgb(184,16,83); }
H1.HeaderClassName
{
color: #B81053;
}
.AnyTagClassName
{
color: #B81053;
}
</style>
background-color css
<style>
a { background-color: #B81053; }
a { background-color: rgb(184,16,83); }
div.DivClassName
{
background-color: #B81053;
}
.BgClassName
{
background-color: #B81053;
}
</style>
border-color css
<style>
span { border-color: #B81053; }
span { border-color: rgb(184,16,83); }
td.TdClassName
{
border-color: #B81053;
}
.TagClassName
{
border-color: #B81053;
}
</style>