Shades of Jazzberry Jam #B4114D
Tints of Jazzberry Jam #B4114D
RGB
CMYK
RGB Variations
Color information
#B4114D (or 0xB4114D) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 4D. RGB value is (180,17,77). Sum of RGB (Red+Green+Blue) = 180+17+77=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B4114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4114D is #4BEEB2. Grayscale: #484848. Windows color (decimal): -4976307 or 5050804. OLE color: 5050804.
HSL color Cylindrical-coordinate representation of color #B4114D: hue angle of 337.91º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4114D is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 77 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.29 |
| HSL | 337.91º | 0.83% | 0.39% | - |
| HSV(B) | 337.91º | 0.91% | 0.71% | - |
| XYZ | 20.36 | 10.64 | 8 | - |
| YUV | 72.58 | 130.5 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 77 | 0 | 0.91 | 0.57 | 0.29 | 337.91 | 0.83 | 0.39 |
| Hex | B4 | 11 | 4D | 0 | 5B | 39 | 1D | 152 | 53 | 27 |
| Octal | 264 | 21 | 115 | 0 | 133 | 71 | 35 | 522 | 123 | 47 |
| Binary | 10110100 | 10001 | 1001101 | 0 | 1011011 | 111001 | 11101 | 101010010 | 1010011 | 100111 |
Color Harmonies of #B4114D
Complementary color
Monochromatic Colors of #B4114D
Black with #B4114D
Text Example
Text Example
White with #B4114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4114D; }
p { color: rgb(180,17,77); }
H1.HeaderClassName
{
color: #B4114D;
}
.AnyTagClassName
{
color: #B4114D;
}
</style>
background-color css
<style>
a { background-color: #B4114D; }
a { background-color: rgb(180,17,77); }
div.DivClassName
{
background-color: #B4114D;
}
.BgClassName
{
background-color: #B4114D;
}
</style>
border-color css
<style>
span { border-color: #B4114D; }
span { border-color: rgb(180,17,77); }
td.TdClassName
{
border-color: #B4114D;
}
.TagClassName
{
border-color: #B4114D;
}
</style>