Shades of Jazzberry Jam #B61F66
Tints of Jazzberry Jam #B61F66
RGB
CMYK
RGB Variations
Color information
#B61F66 (or 0xB61F66) is known color: Jazzberry Jam. HEX triplet: B6, 1F and 66. RGB value is (182,31,102). Sum of RGB (Red+Green+Blue) = 182+31+102=315 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.78% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61F66 is #49E099. Grayscale: #545454. Windows color (decimal): -4841626 or 6692790. OLE color: 6692790.
HSL color Cylindrical-coordinate representation of color #B61F66: hue angle of 331.79º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B61F66 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 31 | 102 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.29 |
| HSL | 331.79º | 0.71% | 0.42% | - |
| HSV(B) | 331.79º | 0.83% | 0.71% | - |
| XYZ | 22.18 | 11.88 | 13.7 | - |
| YUV | 84.24 | 138.03 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 31 | 102 | 0 | 0.83 | 0.44 | 0.29 | 331.79 | 0.71 | 0.42 |
| Hex | B6 | 1F | 66 | 0 | 53 | 2C | 1D | 14C | 47 | 2A |
| Octal | 266 | 37 | 146 | 0 | 123 | 54 | 35 | 514 | 107 | 52 |
| Binary | 10110110 | 11111 | 1100110 | 0 | 1010011 | 101100 | 11101 | 101001100 | 1000111 | 101010 |
Color Harmonies of #B61F66
Complementary color
Monochromatic Colors of #B61F66
Black with #B61F66
Text Example
Text Example
White with #B61F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61F66; }
p { color: rgb(182,31,102); }
H1.HeaderClassName
{
color: #B61F66;
}
.AnyTagClassName
{
color: #B61F66;
}
</style>
background-color css
<style>
a { background-color: #B61F66; }
a { background-color: rgb(182,31,102); }
div.DivClassName
{
background-color: #B61F66;
}
.BgClassName
{
background-color: #B61F66;
}
</style>
border-color css
<style>
span { border-color: #B61F66; }
span { border-color: rgb(182,31,102); }
td.TdClassName
{
border-color: #B61F66;
}
.TagClassName
{
border-color: #B61F66;
}
</style>