Shades of Jazzberry Jam #B71A6D
Tints of Jazzberry Jam #B71A6D
RGB
CMYK
RGB Variations
Color information
#B71A6D (or 0xB71A6D) is known color: Jazzberry Jam. HEX triplet: B7, 1A and 6D. RGB value is (183,26,109). Sum of RGB (Red+Green+Blue) = 183+26+109=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71A6D is #48E592. Grayscale: #525252. Windows color (decimal): -4777363 or 7150263. OLE color: 7150263.
HSL color Cylindrical-coordinate representation of color #B71A6D: hue angle of 328.28º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71A6D is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 26 | 109 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.28 |
| HSL | 328.28º | 0.75% | 0.41% | - |
| HSV(B) | 328.28º | 0.86% | 0.72% | - |
| XYZ | 22.66 | 11.91 | 15.57 | - |
| YUV | 82.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 26 | 109 | 0 | 0.86 | 0.40 | 0.28 | 328.28 | 0.75 | 0.41 |
| Hex | B7 | 1A | 6D | 0 | 56 | 28 | 1C | 148 | 4B | 29 |
| Octal | 267 | 32 | 155 | 0 | 126 | 50 | 34 | 510 | 113 | 51 |
| Binary | 10110111 | 11010 | 1101101 | 0 | 1010110 | 101000 | 11100 | 101001000 | 1001011 | 101001 |
Color Harmonies of #B71A6D
Complementary color
Monochromatic Colors of #B71A6D
Black with #B71A6D
Text Example
Text Example
White with #B71A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71A6D; }
p { color: rgb(183,26,109); }
H1.HeaderClassName
{
color: #B71A6D;
}
.AnyTagClassName
{
color: #B71A6D;
}
</style>
background-color css
<style>
a { background-color: #B71A6D; }
a { background-color: rgb(183,26,109); }
div.DivClassName
{
background-color: #B71A6D;
}
.BgClassName
{
background-color: #B71A6D;
}
</style>
border-color css
<style>
span { border-color: #B71A6D; }
span { border-color: rgb(183,26,109); }
td.TdClassName
{
border-color: #B71A6D;
}
.TagClassName
{
border-color: #B71A6D;
}
</style>