Shades of Jazzberry Jam #B10D5D
Tints of Jazzberry Jam #B10D5D
RGB
CMYK
RGB Variations
Color information
#B10D5D (or 0xB10D5D) is known color: Jazzberry Jam. HEX triplet: B1, 0D and 5D. RGB value is (177,13,93). Sum of RGB (Red+Green+Blue) = 177+13+93=283 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.54% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10D5D is #4EF2A2. Grayscale: #474747. Windows color (decimal): -5173923 or 6098353. OLE color: 6098353.
HSL color Cylindrical-coordinate representation of color #B10D5D: hue angle of 330.73º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10D5D is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 13 | 93 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.31 |
| HSL | 330.73º | 0.86% | 0.37% | - |
| HSV(B) | 330.73º | 0.93% | 0.69% | - |
| XYZ | 20.25 | 10.43 | 11.3 | - |
| YUV | 71.16 | 140.33 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 13 | 93 | 0 | 0.93 | 0.47 | 0.31 | 330.73 | 0.86 | 0.37 |
| Hex | B1 | D | 5D | 0 | 5D | 2F | 1F | 14B | 56 | 25 |
| Octal | 261 | 15 | 135 | 0 | 135 | 57 | 37 | 513 | 126 | 45 |
| Binary | 10110001 | 1101 | 1011101 | 0 | 1011101 | 101111 | 11111 | 101001011 | 1010110 | 100101 |
Color Harmonies of #B10D5D
Complementary color
Monochromatic Colors of #B10D5D
Black with #B10D5D
Text Example
Text Example
White with #B10D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10D5D; }
p { color: rgb(177,13,93); }
H1.HeaderClassName
{
color: #B10D5D;
}
.AnyTagClassName
{
color: #B10D5D;
}
</style>
background-color css
<style>
a { background-color: #B10D5D; }
a { background-color: rgb(177,13,93); }
div.DivClassName
{
background-color: #B10D5D;
}
.BgClassName
{
background-color: #B10D5D;
}
</style>
border-color css
<style>
span { border-color: #B10D5D; }
span { border-color: rgb(177,13,93); }
td.TdClassName
{
border-color: #B10D5D;
}
.TagClassName
{
border-color: #B10D5D;
}
</style>