Shades of Jazzberry Jam #B81452
Tints of Jazzberry Jam #B81452
RGB
CMYK
RGB Variations
Color information
#B81452 (or 0xB81452) is known color: Jazzberry Jam. HEX triplet: B8, 14 and 52. RGB value is (184,20,82). Sum of RGB (Red+Green+Blue) = 184+20+82=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B81452 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81452 is #47EBAD. Grayscale: #4C4C4C. Windows color (decimal): -4713390 or 5379256. OLE color: 5379256.
HSL color Cylindrical-coordinate representation of color #B81452: hue angle of 337.32º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81452 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 82 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.28 |
| HSL | 337.32º | 0.8% | 0.4% | - |
| HSV(B) | 337.32º | 0.89% | 0.72% | - |
| XYZ | 21.54 | 11.3 | 9.03 | - |
| YUV | 76.1 | 131.33 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 82 | 0 | 0.89 | 0.55 | 0.28 | 337.32 | 0.8 | 0.4 |
| Hex | B8 | 14 | 52 | 0 | 59 | 37 | 1C | 151 | 50 | 28 |
| Octal | 270 | 24 | 122 | 0 | 131 | 67 | 34 | 521 | 120 | 50 |
| Binary | 10111000 | 10100 | 1010010 | 0 | 1011001 | 110111 | 11100 | 101010001 | 1010000 | 101000 |
Color Harmonies of #B81452
Complementary color
Monochromatic Colors of #B81452
Black with #B81452
Text Example
Text Example
White with #B81452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81452; }
p { color: rgb(184,20,82); }
H1.HeaderClassName
{
color: #B81452;
}
.AnyTagClassName
{
color: #B81452;
}
</style>
background-color css
<style>
a { background-color: #B81452; }
a { background-color: rgb(184,20,82); }
div.DivClassName
{
background-color: #B81452;
}
.BgClassName
{
background-color: #B81452;
}
</style>
border-color css
<style>
span { border-color: #B81452; }
span { border-color: rgb(184,20,82); }
td.TdClassName
{
border-color: #B81452;
}
.TagClassName
{
border-color: #B81452;
}
</style>