Shades of Jazzberry Jam #B40953
Tints of Jazzberry Jam #B40953
RGB
CMYK
RGB Variations
Color information
#B40953 (or 0xB40953) is known color: Jazzberry Jam. HEX triplet: B4, 09 and 53. RGB value is (180,9,83). Sum of RGB (Red+Green+Blue) = 180+9+83=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B40953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40953 is #4BF6AC. Grayscale: #444444. Windows color (decimal): -4978349 or 5441972. OLE color: 5441972.
HSL color Cylindrical-coordinate representation of color #B40953: hue angle of 334.04º 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 #B40953 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 9 | 83 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.29 |
| HSL | 334.04º | 0.9% | 0.37% | - |
| HSV(B) | 334.04º | 0.95% | 0.71% | - |
| XYZ | 20.48 | 10.52 | 9.14 | - |
| YUV | 68.57 | 136.15 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 9 | 83 | 0 | 0.95 | 0.54 | 0.29 | 334.04 | 0.9 | 0.37 |
| Hex | B4 | 9 | 53 | 0 | 5F | 36 | 1D | 14E | 5A | 25 |
| Octal | 264 | 11 | 123 | 0 | 137 | 66 | 35 | 516 | 132 | 45 |
| Binary | 10110100 | 1001 | 1010011 | 0 | 1011111 | 110110 | 11101 | 101001110 | 1011010 | 100101 |
Color Harmonies of #B40953
Complementary color
Monochromatic Colors of #B40953
Black with #B40953
Text Example
Text Example
White with #B40953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40953; }
p { color: rgb(180,9,83); }
H1.HeaderClassName
{
color: #B40953;
}
.AnyTagClassName
{
color: #B40953;
}
</style>
background-color css
<style>
a { background-color: #B40953; }
a { background-color: rgb(180,9,83); }
div.DivClassName
{
background-color: #B40953;
}
.BgClassName
{
background-color: #B40953;
}
</style>
border-color css
<style>
span { border-color: #B40953; }
span { border-color: rgb(180,9,83); }
td.TdClassName
{
border-color: #B40953;
}
.TagClassName
{
border-color: #B40953;
}
</style>