Shades of Jazzberry Jam #B5014D
Tints of Jazzberry Jam #B5014D
RGB
CMYK
RGB Variations
Color information
#B5014D (or 0xB5014D) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 4D. RGB value is (181,1,77). Sum of RGB (Red+Green+Blue) = 181+1+77=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B5014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5014D is #4AFEB2. Grayscale: #3F3F3F. Windows color (decimal): -4914867 or 5046709. OLE color: 5046709.
HSL color Cylindrical-coordinate representation of color #B5014D: hue angle of 334.67º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5014D is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.29 |
| HSL | 334.67º | 0.99% | 0.36% | - |
| HSV(B) | 334.67º | 0.99% | 0.71% | - |
| XYZ | 20.41 | 10.38 | 7.95 | - |
| YUV | 63.48 | 135.63 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 77 | 0 | 0.99 | 0.57 | 0.29 | 334.67 | 0.99 | 0.36 |
| Hex | B5 | 1 | 4D | 0 | 63 | 39 | 1D | 14F | 63 | 24 |
| Octal | 265 | 1 | 115 | 0 | 143 | 71 | 35 | 517 | 143 | 44 |
| Binary | 10110101 | 1 | 1001101 | 0 | 1100011 | 111001 | 11101 | 101001111 | 1100011 | 100100 |
Color Harmonies of #B5014D
Complementary color
Monochromatic Colors of #B5014D
Black with #B5014D
Text Example
Text Example
White with #B5014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5014D; }
p { color: rgb(181,1,77); }
H1.HeaderClassName
{
color: #B5014D;
}
.AnyTagClassName
{
color: #B5014D;
}
</style>
background-color css
<style>
a { background-color: #B5014D; }
a { background-color: rgb(181,1,77); }
div.DivClassName
{
background-color: #B5014D;
}
.BgClassName
{
background-color: #B5014D;
}
</style>
border-color css
<style>
span { border-color: #B5014D; }
span { border-color: rgb(181,1,77); }
td.TdClassName
{
border-color: #B5014D;
}
.TagClassName
{
border-color: #B5014D;
}
</style>