Shades of Jazzberry Jam #B61353
Tints of Jazzberry Jam #B61353
RGB
CMYK
RGB Variations
Color information
#B61353 (or 0xB61353) is known color: Jazzberry Jam. HEX triplet: B6, 13 and 53. RGB value is (182,19,83). Sum of RGB (Red+Green+Blue) = 182+19+83=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B61353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61353 is #49ECAC. Grayscale: #4A4A4A. Windows color (decimal): -4844717 or 5444534. OLE color: 5444534.
HSL color Cylindrical-coordinate representation of color #B61353: hue angle of 336.44º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61353 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 83 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.29 |
| HSL | 336.44º | 0.81% | 0.39% | - |
| HSV(B) | 336.44º | 0.9% | 0.71% | - |
| XYZ | 21.09 | 11.04 | 9.2 | - |
| YUV | 75.03 | 132.5 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 83 | 0 | 0.90 | 0.54 | 0.29 | 336.44 | 0.81 | 0.39 |
| Hex | B6 | 13 | 53 | 0 | 5A | 36 | 1D | 150 | 51 | 27 |
| Octal | 266 | 23 | 123 | 0 | 132 | 66 | 35 | 520 | 121 | 47 |
| Binary | 10110110 | 10011 | 1010011 | 0 | 1011010 | 110110 | 11101 | 101010000 | 1010001 | 100111 |
Color Harmonies of #B61353
Complementary color
Monochromatic Colors of #B61353
Black with #B61353
Text Example
Text Example
White with #B61353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61353; }
p { color: rgb(182,19,83); }
H1.HeaderClassName
{
color: #B61353;
}
.AnyTagClassName
{
color: #B61353;
}
</style>
background-color css
<style>
a { background-color: #B61353; }
a { background-color: rgb(182,19,83); }
div.DivClassName
{
background-color: #B61353;
}
.BgClassName
{
background-color: #B61353;
}
</style>
border-color css
<style>
span { border-color: #B61353; }
span { border-color: rgb(182,19,83); }
td.TdClassName
{
border-color: #B61353;
}
.TagClassName
{
border-color: #B61353;
}
</style>