Shades of Jazzberry Jam #B5065D
Tints of Jazzberry Jam #B5065D
RGB
CMYK
RGB Variations
Color information
#B5065D (or 0xB5065D) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 5D. RGB value is (181,6,93). Sum of RGB (Red+Green+Blue) = 181+6+93=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5065D is #4AF9A2. Grayscale: #444444. Windows color (decimal): -4913571 or 6096565. OLE color: 6096565.
HSL color Cylindrical-coordinate representation of color #B5065D: hue angle of 330.17º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5065D is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.29 |
| HSL | 330.17º | 0.94% | 0.37% | - |
| HSV(B) | 330.17º | 0.97% | 0.71% | - |
| XYZ | 21.1 | 10.74 | 11.32 | - |
| YUV | 68.24 | 141.98 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 93 | 0 | 0.97 | 0.49 | 0.29 | 330.17 | 0.94 | 0.37 |
| Hex | B5 | 6 | 5D | 0 | 61 | 31 | 1D | 14A | 5E | 25 |
| Octal | 265 | 6 | 135 | 0 | 141 | 61 | 35 | 512 | 136 | 45 |
| Binary | 10110101 | 110 | 1011101 | 0 | 1100001 | 110001 | 11101 | 101001010 | 1011110 | 100101 |
Color Harmonies of #B5065D
Complementary color
Monochromatic Colors of #B5065D
Black with #B5065D
Text Example
Text Example
White with #B5065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5065D; }
p { color: rgb(181,6,93); }
H1.HeaderClassName
{
color: #B5065D;
}
.AnyTagClassName
{
color: #B5065D;
}
</style>
background-color css
<style>
a { background-color: #B5065D; }
a { background-color: rgb(181,6,93); }
div.DivClassName
{
background-color: #B5065D;
}
.BgClassName
{
background-color: #B5065D;
}
</style>
border-color css
<style>
span { border-color: #B5065D; }
span { border-color: rgb(181,6,93); }
td.TdClassName
{
border-color: #B5065D;
}
.TagClassName
{
border-color: #B5065D;
}
</style>