Shades of Jazzberry Jam #B51A54
Tints of Jazzberry Jam #B51A54
RGB
CMYK
RGB Variations
Color information
#B51A54 (or 0xB51A54) is known color: Jazzberry Jam. HEX triplet: B5, 1A and 54. RGB value is (181,26,84). Sum of RGB (Red+Green+Blue) = 181+26+84=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 84 (33.20% from 255 or 28.87% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51A54 is #4AE5AB. Grayscale: #4E4E4E. Windows color (decimal): -4908460 or 5511861. OLE color: 5511861.
HSL color Cylindrical-coordinate representation of color #B51A54: hue angle of 337.55º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B51A54 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 26 | 84 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.29 |
| HSL | 337.55º | 0.75% | 0.41% | - |
| HSV(B) | 337.55º | 0.86% | 0.71% | - |
| XYZ | 21.03 | 11.2 | 9.44 | - |
| YUV | 78.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 84 | 0 | 0.86 | 0.54 | 0.29 | 337.55 | 0.75 | 0.41 |
| Hex | B5 | 1A | 54 | 0 | 56 | 36 | 1D | 152 | 4B | 29 |
| Octal | 265 | 32 | 124 | 0 | 126 | 66 | 35 | 522 | 113 | 51 |
| Binary | 10110101 | 11010 | 1010100 | 0 | 1010110 | 110110 | 11101 | 101010010 | 1001011 | 101001 |
Color Harmonies of #B51A54
Complementary color
Monochromatic Colors of #B51A54
Black with #B51A54
Text Example
Text Example
White with #B51A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51A54; }
p { color: rgb(181,26,84); }
H1.HeaderClassName
{
color: #B51A54;
}
.AnyTagClassName
{
color: #B51A54;
}
</style>
background-color css
<style>
a { background-color: #B51A54; }
a { background-color: rgb(181,26,84); }
div.DivClassName
{
background-color: #B51A54;
}
.BgClassName
{
background-color: #B51A54;
}
</style>
border-color css
<style>
span { border-color: #B51A54; }
span { border-color: rgb(181,26,84); }
td.TdClassName
{
border-color: #B51A54;
}
.TagClassName
{
border-color: #B51A54;
}
</style>