Shades of Jazzberry Jam #B70453
Tints of Jazzberry Jam #B70453
RGB
CMYK
RGB Variations
Color information
#B70453 (or 0xB70453) is known color: Jazzberry Jam. HEX triplet: B7, 04 and 53. RGB value is (183,4,83). Sum of RGB (Red+Green+Blue) = 183+4+83=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B70453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70453 is #48FBAC. Grayscale: #424242. Windows color (decimal): -4783021 or 5440695. OLE color: 5440695.
HSL color Cylindrical-coordinate representation of color #B70453: hue angle of 333.52º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B70453 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 4 | 83 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.28 |
| HSL | 333.52º | 0.96% | 0.37% | - |
| HSV(B) | 333.52º | 0.98% | 0.72% | - |
| XYZ | 21.13 | 10.78 | 9.15 | - |
| YUV | 66.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 4 | 83 | 0 | 0.98 | 0.55 | 0.28 | 333.52 | 0.96 | 0.37 |
| Hex | B7 | 4 | 53 | 0 | 62 | 37 | 1C | 14E | 60 | 25 |
| Octal | 267 | 4 | 123 | 0 | 142 | 67 | 34 | 516 | 140 | 45 |
| Binary | 10110111 | 100 | 1010011 | 0 | 1100010 | 110111 | 11100 | 101001110 | 1100000 | 100101 |
Color Harmonies of #B70453
Complementary color
Monochromatic Colors of #B70453
Black with #B70453
Text Example
Text Example
White with #B70453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70453; }
p { color: rgb(183,4,83); }
H1.HeaderClassName
{
color: #B70453;
}
.AnyTagClassName
{
color: #B70453;
}
</style>
background-color css
<style>
a { background-color: #B70453; }
a { background-color: rgb(183,4,83); }
div.DivClassName
{
background-color: #B70453;
}
.BgClassName
{
background-color: #B70453;
}
</style>
border-color css
<style>
span { border-color: #B70453; }
span { border-color: rgb(183,4,83); }
td.TdClassName
{
border-color: #B70453;
}
.TagClassName
{
border-color: #B70453;
}
</style>