Shades of Jazzberry Jam #B6134D
Tints of Jazzberry Jam #B6134D
RGB
CMYK
RGB Variations
Color information
#B6134D (or 0xB6134D) is known color: Jazzberry Jam. HEX triplet: B6, 13 and 4D. RGB value is (182,19,77). Sum of RGB (Red+Green+Blue) = 182+19+77=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B6134D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B6134D is #49ECB2. Grayscale: #4A4A4A. Windows color (decimal): -4844723 or 5051318. OLE color: 5051318.
HSL color Cylindrical-coordinate representation of color #B6134D: hue angle of 338.65º 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 #B6134D is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 77 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.29 |
| HSL | 338.65º | 0.81% | 0.39% | - |
| HSV(B) | 338.65º | 0.9% | 0.71% | - |
| XYZ | 20.86 | 10.95 | 8.03 | - |
| YUV | 74.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 77 | 0 | 0.90 | 0.58 | 0.29 | 338.65 | 0.81 | 0.39 |
| Hex | B6 | 13 | 4D | 0 | 5A | 3A | 1D | 153 | 51 | 27 |
| Octal | 266 | 23 | 115 | 0 | 132 | 72 | 35 | 523 | 121 | 47 |
| Binary | 10110110 | 10011 | 1001101 | 0 | 1011010 | 111010 | 11101 | 101010011 | 1010001 | 100111 |
Color Harmonies of #B6134D
Complementary color
Monochromatic Colors of #B6134D
Black with #B6134D
Text Example
Text Example
White with #B6134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6134D; }
p { color: rgb(182,19,77); }
H1.HeaderClassName
{
color: #B6134D;
}
.AnyTagClassName
{
color: #B6134D;
}
</style>
background-color css
<style>
a { background-color: #B6134D; }
a { background-color: rgb(182,19,77); }
div.DivClassName
{
background-color: #B6134D;
}
.BgClassName
{
background-color: #B6134D;
}
</style>
border-color css
<style>
span { border-color: #B6134D; }
span { border-color: rgb(182,19,77); }
td.TdClassName
{
border-color: #B6134D;
}
.TagClassName
{
border-color: #B6134D;
}
</style>