Shades of Jazzberry Jam #BD1253
Tints of Jazzberry Jam #BD1253
RGB
CMYK
RGB Variations
Color information
#BD1253 (or 0xBD1253) is known color: Jazzberry Jam. HEX triplet: BD, 12 and 53. RGB value is (189,18,83). Sum of RGB (Red+Green+Blue) = 189+18+83=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1253 is #42EDAC. Grayscale: #4C4C4C. Windows color (decimal): -4386221 or 5444285. OLE color: 5444285.
HSL color Cylindrical-coordinate representation of color #BD1253: hue angle of 337.19º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD1253 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 18 | 83 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.26 |
| HSL | 337.19º | 0.83% | 0.41% | - |
| HSV(B) | 337.19º | 0.9% | 0.74% | - |
| XYZ | 22.76 | 11.88 | 9.28 | - |
| YUV | 76.54 | 131.65 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 18 | 83 | 0 | 0.90 | 0.56 | 0.26 | 337.19 | 0.83 | 0.41 |
| Hex | BD | 12 | 53 | 0 | 5A | 38 | 1A | 151 | 53 | 29 |
| Octal | 275 | 22 | 123 | 0 | 132 | 70 | 32 | 521 | 123 | 51 |
| Binary | 10111101 | 10010 | 1010011 | 0 | 1011010 | 111000 | 11010 | 101010001 | 1010011 | 101001 |
Color Harmonies of #BD1253
Complementary color
Monochromatic Colors of #BD1253
Black with #BD1253
Text Example
Text Example
White with #BD1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1253; }
p { color: rgb(189,18,83); }
H1.HeaderClassName
{
color: #BD1253;
}
.AnyTagClassName
{
color: #BD1253;
}
</style>
background-color css
<style>
a { background-color: #BD1253; }
a { background-color: rgb(189,18,83); }
div.DivClassName
{
background-color: #BD1253;
}
.BgClassName
{
background-color: #BD1253;
}
</style>
border-color css
<style>
span { border-color: #BD1253; }
span { border-color: rgb(189,18,83); }
td.TdClassName
{
border-color: #BD1253;
}
.TagClassName
{
border-color: #BD1253;
}
</style>