Shades of Jazzberry Jam #B80453
Tints of Jazzberry Jam #B80453
RGB
CMYK
RGB Variations
Color information
#B80453 (or 0xB80453) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 53. RGB value is (184,4,83). Sum of RGB (Red+Green+Blue) = 184+4+83=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B80453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80453 is #47FBAC. Grayscale: #424242. Windows color (decimal): -4717485 or 5440696. OLE color: 5440696.
HSL color Cylindrical-coordinate representation of color #B80453: hue angle of 333.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80453 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 83 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.28 |
| HSL | 333.67º | 0.96% | 0.37% | - |
| HSV(B) | 333.67º | 0.98% | 0.72% | - |
| XYZ | 21.37 | 10.9 | 9.16 | - |
| YUV | 66.83 | 137.13 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 83 | 0 | 0.98 | 0.55 | 0.28 | 333.67 | 0.96 | 0.37 |
| Hex | B8 | 4 | 53 | 0 | 62 | 37 | 1C | 14E | 60 | 25 |
| Octal | 270 | 4 | 123 | 0 | 142 | 67 | 34 | 516 | 140 | 45 |
| Binary | 10111000 | 100 | 1010011 | 0 | 1100010 | 110111 | 11100 | 101001110 | 1100000 | 100101 |
Color Harmonies of #B80453
Complementary color
Monochromatic Colors of #B80453
Black with #B80453
Text Example
Text Example
White with #B80453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80453; }
p { color: rgb(184,4,83); }
H1.HeaderClassName
{
color: #B80453;
}
.AnyTagClassName
{
color: #B80453;
}
</style>
background-color css
<style>
a { background-color: #B80453; }
a { background-color: rgb(184,4,83); }
div.DivClassName
{
background-color: #B80453;
}
.BgClassName
{
background-color: #B80453;
}
</style>
border-color css
<style>
span { border-color: #B80453; }
span { border-color: rgb(184,4,83); }
td.TdClassName
{
border-color: #B80453;
}
.TagClassName
{
border-color: #B80453;
}
</style>