Shades of Jazzberry Jam #BF0953
Tints of Jazzberry Jam #BF0953
RGB
CMYK
RGB Variations
Color information
#BF0953 (or 0xBF0953) is known color: Jazzberry Jam. HEX triplet: BF, 09 and 53. RGB value is (191,9,83). Sum of RGB (Red+Green+Blue) = 191+9+83=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0953 is #40F6AC. Grayscale: #474747. Windows color (decimal): -4257453 or 5441983. OLE color: 5441983.
HSL color Cylindrical-coordinate representation of color #BF0953: hue angle of 335.6º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF0953 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 83 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.25 |
| HSL | 335.6º | 0.91% | 0.39% | - |
| HSV(B) | 335.6º | 0.95% | 0.75% | - |
| XYZ | 23.14 | 11.9 | 9.26 | - |
| YUV | 71.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 83 | 0 | 0.95 | 0.57 | 0.25 | 335.6 | 0.91 | 0.39 |
| Hex | BF | 9 | 53 | 0 | 5F | 39 | 19 | 150 | 5B | 27 |
| Octal | 277 | 11 | 123 | 0 | 137 | 71 | 31 | 520 | 133 | 47 |
| Binary | 10111111 | 1001 | 1010011 | 0 | 1011111 | 111001 | 11001 | 101010000 | 1011011 | 100111 |
Color Harmonies of #BF0953
Complementary color
Monochromatic Colors of #BF0953
Black with #BF0953
Text Example
Text Example
White with #BF0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0953; }
p { color: rgb(191,9,83); }
H1.HeaderClassName
{
color: #BF0953;
}
.AnyTagClassName
{
color: #BF0953;
}
</style>
background-color css
<style>
a { background-color: #BF0953; }
a { background-color: rgb(191,9,83); }
div.DivClassName
{
background-color: #BF0953;
}
.BgClassName
{
background-color: #BF0953;
}
</style>
border-color css
<style>
span { border-color: #BF0953; }
span { border-color: rgb(191,9,83); }
td.TdClassName
{
border-color: #BF0953;
}
.TagClassName
{
border-color: #BF0953;
}
</style>