Shades of Jazzberry Jam #B80D4F
Tints of Jazzberry Jam #B80D4F
RGB
CMYK
RGB Variations
Color information
#B80D4F (or 0xB80D4F) is known color: Jazzberry Jam. HEX triplet: B8, 0D and 4F. RGB value is (184,13,79). Sum of RGB (Red+Green+Blue) = 184+13+79=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 79 (31.25% from 255 or 28.62% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80D4F is #47F2B0. Grayscale: #474747. Windows color (decimal): -4715185 or 5180856. OLE color: 5180856.
HSL color Cylindrical-coordinate representation of color #B80D4F: hue angle of 336.84º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80D4F is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 79 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.28 |
| HSL | 336.84º | 0.87% | 0.39% | - |
| HSV(B) | 336.84º | 0.93% | 0.72% | - |
| XYZ | 21.32 | 11.04 | 8.4 | - |
| YUV | 71.65 | 132.15 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 79 | 0 | 0.93 | 0.57 | 0.28 | 336.84 | 0.87 | 0.39 |
| Hex | B8 | D | 4F | 0 | 5D | 39 | 1C | 151 | 57 | 27 |
| Octal | 270 | 15 | 117 | 0 | 135 | 71 | 34 | 521 | 127 | 47 |
| Binary | 10111000 | 1101 | 1001111 | 0 | 1011101 | 111001 | 11100 | 101010001 | 1010111 | 100111 |
Color Harmonies of #B80D4F
Complementary color
Monochromatic Colors of #B80D4F
Black with #B80D4F
Text Example
Text Example
White with #B80D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D4F; }
p { color: rgb(184,13,79); }
H1.HeaderClassName
{
color: #B80D4F;
}
.AnyTagClassName
{
color: #B80D4F;
}
</style>
background-color css
<style>
a { background-color: #B80D4F; }
a { background-color: rgb(184,13,79); }
div.DivClassName
{
background-color: #B80D4F;
}
.BgClassName
{
background-color: #B80D4F;
}
</style>
border-color css
<style>
span { border-color: #B80D4F; }
span { border-color: rgb(184,13,79); }
td.TdClassName
{
border-color: #B80D4F;
}
.TagClassName
{
border-color: #B80D4F;
}
</style>