Shades of Jazzberry Jam #B51A5E
Tints of Jazzberry Jam #B51A5E
RGB
CMYK
RGB Variations
Color information
#B51A5E (or 0xB51A5E) is known color: Jazzberry Jam. HEX triplet: B5, 1A and 5E. RGB value is (181,26,94). Sum of RGB (Red+Green+Blue) = 181+26+94=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B51A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B51A5E is #4AE5A1. Grayscale: #4F4F4F. Windows color (decimal): -4908450 or 6167221. OLE color: 6167221.
HSL color Cylindrical-coordinate representation of color #B51A5E: hue angle of 333.68º 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 #B51A5E is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 26 | 94 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.29 |
| HSL | 333.68º | 0.75% | 0.41% | - |
| HSV(B) | 333.68º | 0.86% | 0.71% | - |
| XYZ | 21.45 | 11.37 | 11.65 | - |
| YUV | 80.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 26 | 94 | 0 | 0.86 | 0.48 | 0.29 | 333.68 | 0.75 | 0.41 |
| Hex | B5 | 1A | 5E | 0 | 56 | 30 | 1D | 14E | 4B | 29 |
| Octal | 265 | 32 | 136 | 0 | 126 | 60 | 35 | 516 | 113 | 51 |
| Binary | 10110101 | 11010 | 1011110 | 0 | 1010110 | 110000 | 11101 | 101001110 | 1001011 | 101001 |
Color Harmonies of #B51A5E
Complementary color
Monochromatic Colors of #B51A5E
Black with #B51A5E
Text Example
Text Example
White with #B51A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51A5E; }
p { color: rgb(181,26,94); }
H1.HeaderClassName
{
color: #B51A5E;
}
.AnyTagClassName
{
color: #B51A5E;
}
</style>
background-color css
<style>
a { background-color: #B51A5E; }
a { background-color: rgb(181,26,94); }
div.DivClassName
{
background-color: #B51A5E;
}
.BgClassName
{
background-color: #B51A5E;
}
</style>
border-color css
<style>
span { border-color: #B51A5E; }
span { border-color: rgb(181,26,94); }
td.TdClassName
{
border-color: #B51A5E;
}
.TagClassName
{
border-color: #B51A5E;
}
</style>