Shades of Jazzberry Jam #B81B5B
Tints of Jazzberry Jam #B81B5B
RGB
CMYK
RGB Variations
Color information
#B81B5B (or 0xB81B5B) is known color: Jazzberry Jam. HEX triplet: B8, 1B and 5B. RGB value is (184,27,91). Sum of RGB (Red+Green+Blue) = 184+27+91=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81B5B is #47E4A4. Grayscale: #515151. Windows color (decimal): -4711589 or 5970872. OLE color: 5970872.
HSL color Cylindrical-coordinate representation of color #B81B5B: hue angle of 335.54º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81B5B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 91 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.28 |
| HSL | 335.54º | 0.74% | 0.41% | - |
| HSV(B) | 335.54º | 0.85% | 0.72% | - |
| XYZ | 22.05 | 11.73 | 11 | - |
| YUV | 81.24 | 133.51 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 91 | 0 | 0.85 | 0.51 | 0.28 | 335.54 | 0.74 | 0.41 |
| Hex | B8 | 1B | 5B | 0 | 55 | 33 | 1C | 150 | 4A | 29 |
| Octal | 270 | 33 | 133 | 0 | 125 | 63 | 34 | 520 | 112 | 51 |
| Binary | 10111000 | 11011 | 1011011 | 0 | 1010101 | 110011 | 11100 | 101010000 | 1001010 | 101001 |
Color Harmonies of #B81B5B
Complementary color
Monochromatic Colors of #B81B5B
Black with #B81B5B
Text Example
Text Example
White with #B81B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B5B; }
p { color: rgb(184,27,91); }
H1.HeaderClassName
{
color: #B81B5B;
}
.AnyTagClassName
{
color: #B81B5B;
}
</style>
background-color css
<style>
a { background-color: #B81B5B; }
a { background-color: rgb(184,27,91); }
div.DivClassName
{
background-color: #B81B5B;
}
.BgClassName
{
background-color: #B81B5B;
}
</style>
border-color css
<style>
span { border-color: #B81B5B; }
span { border-color: rgb(184,27,91); }
td.TdClassName
{
border-color: #B81B5B;
}
.TagClassName
{
border-color: #B81B5B;
}
</style>