Shades of Jazzberry Jam #BF135D
Tints of Jazzberry Jam #BF135D
RGB
CMYK
RGB Variations
Color information
#BF135D (or 0xBF135D) is known color: Jazzberry Jam. HEX triplet: BF, 13 and 5D. RGB value is (191,19,93). Sum of RGB (Red+Green+Blue) = 191+19+93=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF135D is #40ECA2. Grayscale: #4E4E4E. Windows color (decimal): -4254883 or 6099903. OLE color: 6099903.
HSL color Cylindrical-coordinate representation of color #BF135D: hue angle of 334.19º 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 #BF135D is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 93 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.25 |
| HSL | 334.19º | 0.82% | 0.41% | - |
| HSV(B) | 334.19º | 0.9% | 0.75% | - |
| XYZ | 23.69 | 12.33 | 11.49 | - |
| YUV | 78.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 93 | 0 | 0.90 | 0.51 | 0.25 | 334.19 | 0.82 | 0.41 |
| Hex | BF | 13 | 5D | 0 | 5A | 33 | 19 | 14E | 52 | 29 |
| Octal | 277 | 23 | 135 | 0 | 132 | 63 | 31 | 516 | 122 | 51 |
| Binary | 10111111 | 10011 | 1011101 | 0 | 1011010 | 110011 | 11001 | 101001110 | 1010010 | 101001 |
Color Harmonies of #BF135D
Complementary color
Monochromatic Colors of #BF135D
Black with #BF135D
Text Example
Text Example
White with #BF135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF135D; }
p { color: rgb(191,19,93); }
H1.HeaderClassName
{
color: #BF135D;
}
.AnyTagClassName
{
color: #BF135D;
}
</style>
background-color css
<style>
a { background-color: #BF135D; }
a { background-color: rgb(191,19,93); }
div.DivClassName
{
background-color: #BF135D;
}
.BgClassName
{
background-color: #BF135D;
}
</style>
border-color css
<style>
span { border-color: #BF135D; }
span { border-color: rgb(191,19,93); }
td.TdClassName
{
border-color: #BF135D;
}
.TagClassName
{
border-color: #BF135D;
}
</style>