Shades of Jazzberry Jam #BF1253
Tints of Jazzberry Jam #BF1253
RGB
CMYK
RGB Variations
Color information
#BF1253 (or 0xBF1253) is known color: Jazzberry Jam. HEX triplet: BF, 12 and 53. RGB value is (191,18,83). Sum of RGB (Red+Green+Blue) = 191+18+83=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1253 is #40EDAC. Grayscale: #4D4D4D. Windows color (decimal): -4255149 or 5444287. OLE color: 5444287.
HSL color Cylindrical-coordinate representation of color #BF1253: hue angle of 337.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1253 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 83 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.25 |
| HSL | 337.46º | 0.83% | 0.41% | - |
| HSV(B) | 337.46º | 0.91% | 0.75% | - |
| XYZ | 23.26 | 12.13 | 9.3 | - |
| YUV | 77.14 | 131.31 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 83 | 0 | 0.91 | 0.57 | 0.25 | 337.46 | 0.83 | 0.41 |
| Hex | BF | 12 | 53 | 0 | 5B | 39 | 19 | 151 | 53 | 29 |
| Octal | 277 | 22 | 123 | 0 | 133 | 71 | 31 | 521 | 123 | 51 |
| Binary | 10111111 | 10010 | 1010011 | 0 | 1011011 | 111001 | 11001 | 101010001 | 1010011 | 101001 |
Color Harmonies of #BF1253
Complementary color
Monochromatic Colors of #BF1253
Black with #BF1253
Text Example
Text Example
White with #BF1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1253; }
p { color: rgb(191,18,83); }
H1.HeaderClassName
{
color: #BF1253;
}
.AnyTagClassName
{
color: #BF1253;
}
</style>
background-color css
<style>
a { background-color: #BF1253; }
a { background-color: rgb(191,18,83); }
div.DivClassName
{
background-color: #BF1253;
}
.BgClassName
{
background-color: #BF1253;
}
</style>
border-color css
<style>
span { border-color: #BF1253; }
span { border-color: rgb(191,18,83); }
td.TdClassName
{
border-color: #BF1253;
}
.TagClassName
{
border-color: #BF1253;
}
</style>