Shades of Jazzberry Jam #B5134D
Tints of Jazzberry Jam #B5134D
RGB
CMYK
RGB Variations
Color information
#B5134D (or 0xB5134D) is known color: Jazzberry Jam. HEX triplet: B5, 13 and 4D. RGB value is (181,19,77). Sum of RGB (Red+Green+Blue) = 181+19+77=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5134D is #4AECB2. Grayscale: #494949. Windows color (decimal): -4910259 or 5051317. OLE color: 5051317.
HSL color Cylindrical-coordinate representation of color #B5134D: hue angle of 338.52º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5134D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 19 | 77 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.29 |
| HSL | 338.52º | 0.81% | 0.39% | - |
| HSV(B) | 338.52º | 0.9% | 0.71% | - |
| XYZ | 20.63 | 10.83 | 8.02 | - |
| YUV | 74.05 | 129.67 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 19 | 77 | 0 | 0.90 | 0.57 | 0.29 | 338.52 | 0.81 | 0.39 |
| Hex | B5 | 13 | 4D | 0 | 5A | 39 | 1D | 153 | 51 | 27 |
| Octal | 265 | 23 | 115 | 0 | 132 | 71 | 35 | 523 | 121 | 47 |
| Binary | 10110101 | 10011 | 1001101 | 0 | 1011010 | 111001 | 11101 | 101010011 | 1010001 | 100111 |
Color Harmonies of #B5134D
Complementary color
Monochromatic Colors of #B5134D
Black with #B5134D
Text Example
Text Example
White with #B5134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5134D; }
p { color: rgb(181,19,77); }
H1.HeaderClassName
{
color: #B5134D;
}
.AnyTagClassName
{
color: #B5134D;
}
</style>
background-color css
<style>
a { background-color: #B5134D; }
a { background-color: rgb(181,19,77); }
div.DivClassName
{
background-color: #B5134D;
}
.BgClassName
{
background-color: #B5134D;
}
</style>
border-color css
<style>
span { border-color: #B5134D; }
span { border-color: rgb(181,19,77); }
td.TdClassName
{
border-color: #B5134D;
}
.TagClassName
{
border-color: #B5134D;
}
</style>