Shades of Jazzberry Jam #B81B5D
Tints of Jazzberry Jam #B81B5D
RGB
CMYK
RGB Variations
Color information
#B81B5D (or 0xB81B5D) is known color: Jazzberry Jam. HEX triplet: B8, 1B and 5D. RGB value is (184,27,93). Sum of RGB (Red+Green+Blue) = 184+27+93=304 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.53% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81B5D is #47E4A2. Grayscale: #515151. Windows color (decimal): -4711587 or 6101944. OLE color: 6101944.
HSL color Cylindrical-coordinate representation of color #B81B5D: hue angle of 334.78º 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 #B81B5D is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 27 | 93 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.28 |
| HSL | 334.78º | 0.74% | 0.41% | - |
| HSV(B) | 334.78º | 0.85% | 0.72% | - |
| XYZ | 22.13 | 11.76 | 11.46 | - |
| YUV | 81.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 93 | 0 | 0.85 | 0.49 | 0.28 | 334.78 | 0.74 | 0.41 |
| Hex | B8 | 1B | 5D | 0 | 55 | 31 | 1C | 14F | 4A | 29 |
| Octal | 270 | 33 | 135 | 0 | 125 | 61 | 34 | 517 | 112 | 51 |
| Binary | 10111000 | 11011 | 1011101 | 0 | 1010101 | 110001 | 11100 | 101001111 | 1001010 | 101001 |
Color Harmonies of #B81B5D
Complementary color
Monochromatic Colors of #B81B5D
Black with #B81B5D
Text Example
Text Example
White with #B81B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81B5D; }
p { color: rgb(184,27,93); }
H1.HeaderClassName
{
color: #B81B5D;
}
.AnyTagClassName
{
color: #B81B5D;
}
</style>
background-color css
<style>
a { background-color: #B81B5D; }
a { background-color: rgb(184,27,93); }
div.DivClassName
{
background-color: #B81B5D;
}
.BgClassName
{
background-color: #B81B5D;
}
</style>
border-color css
<style>
span { border-color: #B81B5D; }
span { border-color: rgb(184,27,93); }
td.TdClassName
{
border-color: #B81B5D;
}
.TagClassName
{
border-color: #B81B5D;
}
</style>