Shades of Jazzberry Jam #B81D5C
Tints of Jazzberry Jam #B81D5C
RGB
CMYK
RGB Variations
Color information
#B81D5C (or 0xB81D5C) is known color: Jazzberry Jam. HEX triplet: B8, 1D and 5C. RGB value is (184,29,92). Sum of RGB (Red+Green+Blue) = 184+29+92=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81D5C is #47E2A3. Grayscale: #525252. Windows color (decimal): -4711076 or 6036920. OLE color: 6036920.
HSL color Cylindrical-coordinate representation of color #B81D5C: hue angle of 335.61º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81D5C is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 29 | 92 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.28 |
| HSL | 335.61º | 0.73% | 0.42% | - |
| HSV(B) | 335.61º | 0.84% | 0.72% | - |
| XYZ | 22.14 | 11.84 | 11.24 | - |
| YUV | 82.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 92 | 0 | 0.84 | 0.50 | 0.28 | 335.61 | 0.73 | 0.42 |
| Hex | B8 | 1D | 5C | 0 | 54 | 32 | 1C | 150 | 49 | 2A |
| Octal | 270 | 35 | 134 | 0 | 124 | 62 | 34 | 520 | 111 | 52 |
| Binary | 10111000 | 11101 | 1011100 | 0 | 1010100 | 110010 | 11100 | 101010000 | 1001001 | 101010 |
Color Harmonies of #B81D5C
Complementary color
Monochromatic Colors of #B81D5C
Black with #B81D5C
Text Example
Text Example
White with #B81D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81D5C; }
p { color: rgb(184,29,92); }
H1.HeaderClassName
{
color: #B81D5C;
}
.AnyTagClassName
{
color: #B81D5C;
}
</style>
background-color css
<style>
a { background-color: #B81D5C; }
a { background-color: rgb(184,29,92); }
div.DivClassName
{
background-color: #B81D5C;
}
.BgClassName
{
background-color: #B81D5C;
}
</style>
border-color css
<style>
span { border-color: #B81D5C; }
span { border-color: rgb(184,29,92); }
td.TdClassName
{
border-color: #B81D5C;
}
.TagClassName
{
border-color: #B81D5C;
}
</style>