Shades of Jazzberry Jam #B5004F
Tints of Jazzberry Jam #B5004F
RGB
CMYK
RGB Variations
Color information
#B5004F (or 0xB5004F) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 4F. RGB value is (181,0,79). Sum of RGB (Red+Green+Blue) = 181+0+79=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5004F is #4AFFB0. Grayscale: #3E3E3E. Windows color (decimal): -4915121 or 5177525. OLE color: 5177525.
HSL color Cylindrical-coordinate representation of color #B5004F: hue angle of 333.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5004F is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.56 | 0.29 |
| HSL | 333.81º | 1% | 0.35% | - |
| HSV(B) | 333.81º | 1% | 0.71% | - |
| XYZ | 20.47 | 10.39 | 8.32 | - |
| YUV | 63.13 | 136.97 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 79 | 0 | 1 | 0.56 | 0.29 | 333.81 | 1 | 0.35 |
| Hex | B5 | 0 | 4F | 0 | 64 | 38 | 1D | 14E | 64 | 23 |
| Octal | 265 | 0 | 117 | 0 | 144 | 70 | 35 | 516 | 144 | 43 |
| Binary | 10110101 | 0 | 1001111 | 0 | 1100100 | 111000 | 11101 | 101001110 | 1100100 | 100011 |
Color Harmonies of #B5004F
Complementary color
Monochromatic Colors of #B5004F
Black with #B5004F
Text Example
Text Example
White with #B5004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5004F; }
p { color: rgb(181,0,79); }
H1.HeaderClassName
{
color: #B5004F;
}
.AnyTagClassName
{
color: #B5004F;
}
</style>
background-color css
<style>
a { background-color: #B5004F; }
a { background-color: rgb(181,0,79); }
div.DivClassName
{
background-color: #B5004F;
}
.BgClassName
{
background-color: #B5004F;
}
</style>
border-color css
<style>
span { border-color: #B5004F; }
span { border-color: rgb(181,0,79); }
td.TdClassName
{
border-color: #B5004F;
}
.TagClassName
{
border-color: #B5004F;
}
</style>