Shades of Jazzberry Jam #B80748
Tints of Jazzberry Jam #B80748
RGB
CMYK
RGB Variations
Color information
#B80748 (or 0xB80748) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 48. RGB value is (184,7,72). Sum of RGB (Red+Green+Blue) = 184+7+72=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B80748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80748 is #47F8B7. Grayscale: #434343. Windows color (decimal): -4716728 or 4720568. OLE color: 4720568.
HSL color Cylindrical-coordinate representation of color #B80748: hue angle of 337.97º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80748 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 72 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.28 |
| HSL | 337.97º | 0.93% | 0.37% | - |
| HSV(B) | 337.97º | 0.96% | 0.72% | - |
| XYZ | 21.01 | 10.81 | 7.11 | - |
| YUV | 67.33 | 130.64 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 72 | 0 | 0.96 | 0.61 | 0.28 | 337.97 | 0.93 | 0.37 |
| Hex | B8 | 7 | 48 | 0 | 60 | 3D | 1C | 152 | 5D | 25 |
| Octal | 270 | 7 | 110 | 0 | 140 | 75 | 34 | 522 | 135 | 45 |
| Binary | 10111000 | 111 | 1001000 | 0 | 1100000 | 111101 | 11100 | 101010010 | 1011101 | 100101 |
Color Harmonies of #B80748
Complementary color
Monochromatic Colors of #B80748
Black with #B80748
Text Example
Text Example
White with #B80748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80748; }
p { color: rgb(184,7,72); }
H1.HeaderClassName
{
color: #B80748;
}
.AnyTagClassName
{
color: #B80748;
}
</style>
background-color css
<style>
a { background-color: #B80748; }
a { background-color: rgb(184,7,72); }
div.DivClassName
{
background-color: #B80748;
}
.BgClassName
{
background-color: #B80748;
}
</style>
border-color css
<style>
span { border-color: #B80748; }
span { border-color: rgb(184,7,72); }
td.TdClassName
{
border-color: #B80748;
}
.TagClassName
{
border-color: #B80748;
}
</style>