Shades of Jazzberry Jam #B70145
Tints of Jazzberry Jam #B70145
RGB
CMYK
RGB Variations
Color information
#B70145 (or 0xB70145) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 45. RGB value is (183,1,69). Sum of RGB (Red+Green+Blue) = 183+1+69=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 1 (0.78% from 255 or 0.40% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B70145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70145 is #48FEBA. Grayscale: #3F3F3F. Windows color (decimal): -4783803 or 4522423. OLE color: 4522423.
HSL color Cylindrical-coordinate representation of color #B70145: hue angle of 337.58º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70145 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.28 |
| HSL | 337.58º | 0.99% | 0.36% | - |
| HSV(B) | 337.58º | 0.99% | 0.72% | - |
| XYZ | 20.61 | 10.52 | 6.57 | - |
| YUV | 63.17 | 131.3 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 69 | 0 | 0.99 | 0.62 | 0.28 | 337.58 | 0.99 | 0.36 |
| Hex | B7 | 1 | 45 | 0 | 63 | 3E | 1C | 152 | 63 | 24 |
| Octal | 267 | 1 | 105 | 0 | 143 | 76 | 34 | 522 | 143 | 44 |
| Binary | 10110111 | 1 | 1000101 | 0 | 1100011 | 111110 | 11100 | 101010010 | 1100011 | 100100 |
Color Harmonies of #B70145
Complementary color
Monochromatic Colors of #B70145
Black with #B70145
Text Example
Text Example
White with #B70145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70145; }
p { color: rgb(183,1,69); }
H1.HeaderClassName
{
color: #B70145;
}
.AnyTagClassName
{
color: #B70145;
}
</style>
background-color css
<style>
a { background-color: #B70145; }
a { background-color: rgb(183,1,69); }
div.DivClassName
{
background-color: #B70145;
}
.BgClassName
{
background-color: #B70145;
}
</style>
border-color css
<style>
span { border-color: #B70145; }
span { border-color: rgb(183,1,69); }
td.TdClassName
{
border-color: #B70145;
}
.TagClassName
{
border-color: #B70145;
}
</style>