Shades of Jazzberry Jam #B40955
Tints of Jazzberry Jam #B40955
RGB
CMYK
RGB Variations
Color information
#B40955 (or 0xB40955) is known color: Jazzberry Jam. HEX triplet: B4, 09 and 55. RGB value is (180,9,85). Sum of RGB (Red+Green+Blue) = 180+9+85=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B40955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40955 is #4BF6AA. Grayscale: #444444. Windows color (decimal): -4978347 or 5573044. OLE color: 5573044.
HSL color Cylindrical-coordinate representation of color #B40955: hue angle of 333.33º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40955 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 85 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.29 |
| HSL | 333.33º | 0.9% | 0.37% | - |
| HSV(B) | 333.33º | 0.95% | 0.71% | - |
| XYZ | 20.56 | 10.55 | 9.55 | - |
| YUV | 68.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 85 | 0 | 0.95 | 0.53 | 0.29 | 333.33 | 0.9 | 0.37 |
| Hex | B4 | 9 | 55 | 0 | 5F | 35 | 1D | 14D | 5A | 25 |
| Octal | 264 | 11 | 125 | 0 | 137 | 65 | 35 | 515 | 132 | 45 |
| Binary | 10110100 | 1001 | 1010101 | 0 | 1011111 | 110101 | 11101 | 101001101 | 1011010 | 100101 |
Color Harmonies of #B40955
Complementary color
Monochromatic Colors of #B40955
Black with #B40955
Text Example
Text Example
White with #B40955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40955; }
p { color: rgb(180,9,85); }
H1.HeaderClassName
{
color: #B40955;
}
.AnyTagClassName
{
color: #B40955;
}
</style>
background-color css
<style>
a { background-color: #B40955; }
a { background-color: rgb(180,9,85); }
div.DivClassName
{
background-color: #B40955;
}
.BgClassName
{
background-color: #B40955;
}
</style>
border-color css
<style>
span { border-color: #B40955; }
span { border-color: rgb(180,9,85); }
td.TdClassName
{
border-color: #B40955;
}
.TagClassName
{
border-color: #B40955;
}
</style>