Shades of Jazzberry Jam #BF135C
Tints of Jazzberry Jam #BF135C
RGB
CMYK
RGB Variations
Color information
#BF135C (or 0xBF135C) is known color: Jazzberry Jam. HEX triplet: BF, 13 and 5C. RGB value is (191,19,92). Sum of RGB (Red+Green+Blue) = 191+19+92=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF135C is #40ECA3. Grayscale: #4E4E4E. Windows color (decimal): -4254884 or 6034367. OLE color: 6034367.
HSL color Cylindrical-coordinate representation of color #BF135C: hue angle of 334.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF135C is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 92 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.25 |
| HSL | 334.53º | 0.82% | 0.41% | - |
| HSV(B) | 334.53º | 0.9% | 0.75% | - |
| XYZ | 23.65 | 12.31 | 11.26 | - |
| YUV | 78.75 | 135.48 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 92 | 0 | 0.90 | 0.52 | 0.25 | 334.53 | 0.82 | 0.41 |
| Hex | BF | 13 | 5C | 0 | 5A | 34 | 19 | 14F | 52 | 29 |
| Octal | 277 | 23 | 134 | 0 | 132 | 64 | 31 | 517 | 122 | 51 |
| Binary | 10111111 | 10011 | 1011100 | 0 | 1011010 | 110100 | 11001 | 101001111 | 1010010 | 101001 |
Color Harmonies of #BF135C
Complementary color
Monochromatic Colors of #BF135C
Black with #BF135C
Text Example
Text Example
White with #BF135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF135C; }
p { color: rgb(191,19,92); }
H1.HeaderClassName
{
color: #BF135C;
}
.AnyTagClassName
{
color: #BF135C;
}
</style>
background-color css
<style>
a { background-color: #BF135C; }
a { background-color: rgb(191,19,92); }
div.DivClassName
{
background-color: #BF135C;
}
.BgClassName
{
background-color: #BF135C;
}
</style>
border-color css
<style>
span { border-color: #BF135C; }
span { border-color: rgb(191,19,92); }
td.TdClassName
{
border-color: #BF135C;
}
.TagClassName
{
border-color: #BF135C;
}
</style>