Shades of Jazzberry Jam #BD1557
Tints of Jazzberry Jam #BD1557
RGB
CMYK
RGB Variations
Color information
#BD1557 (or 0xBD1557) is known color: Jazzberry Jam. HEX triplet: BD, 15 and 57. RGB value is (189,21,87). Sum of RGB (Red+Green+Blue) = 189+21+87=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1557 is #42EAA8. Grayscale: #4E4E4E. Windows color (decimal): -4385449 or 5707197. OLE color: 5707197.
HSL color Cylindrical-coordinate representation of color #BD1557: hue angle of 336.43º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1557 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 87 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.26 |
| HSL | 336.43º | 0.8% | 0.41% | - |
| HSV(B) | 336.43º | 0.89% | 0.74% | - |
| XYZ | 22.97 | 12.04 | 10.13 | - |
| YUV | 78.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 87 | 0 | 0.89 | 0.54 | 0.26 | 336.43 | 0.8 | 0.41 |
| Hex | BD | 15 | 57 | 0 | 59 | 36 | 1A | 150 | 50 | 29 |
| Octal | 275 | 25 | 127 | 0 | 131 | 66 | 32 | 520 | 120 | 51 |
| Binary | 10111101 | 10101 | 1010111 | 0 | 1011001 | 110110 | 11010 | 101010000 | 1010000 | 101001 |
Color Harmonies of #BD1557
Complementary color
Monochromatic Colors of #BD1557
Black with #BD1557
Text Example
Text Example
White with #BD1557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1557; }
p { color: rgb(189,21,87); }
H1.HeaderClassName
{
color: #BD1557;
}
.AnyTagClassName
{
color: #BD1557;
}
</style>
background-color css
<style>
a { background-color: #BD1557; }
a { background-color: rgb(189,21,87); }
div.DivClassName
{
background-color: #BD1557;
}
.BgClassName
{
background-color: #BD1557;
}
</style>
border-color css
<style>
span { border-color: #BD1557; }
span { border-color: rgb(189,21,87); }
td.TdClassName
{
border-color: #BD1557;
}
.TagClassName
{
border-color: #BD1557;
}
</style>