Shades of Jazzberry Jam #951657
Tints of Jazzberry Jam #951657
RGB
CMYK
RGB Variations
Color information
#951657 (or 0x951657) is known color: Jazzberry Jam. HEX triplet: 95, 16 and 57. RGB value is (149,22,87). Sum of RGB (Red+Green+Blue) = 149+22+87=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 87 (34.38% from 255 or 33.72% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #951657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951657 is #6AE9A8. Grayscale: #434343. Windows color (decimal): -7006633 or 5707413. OLE color: 5707413.
HSL color Cylindrical-coordinate representation of color #951657: hue angle of 329.29º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951657 is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 22 | 87 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.42 |
| HSL | 329.29º | 0.74% | 0.34% | - |
| HSV(B) | 329.29º | 0.85% | 0.58% | - |
| XYZ | 14.4 | 7.65 | 9.73 | - |
| YUV | 67.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 22 | 87 | 0 | 0.85 | 0.42 | 0.42 | 329.29 | 0.74 | 0.34 |
| Hex | 95 | 16 | 57 | 0 | 55 | 2A | 2A | 149 | 4A | 22 |
| Octal | 225 | 26 | 127 | 0 | 125 | 52 | 52 | 511 | 112 | 42 |
| Binary | 10010101 | 10110 | 1010111 | 0 | 1010101 | 101010 | 101010 | 101001001 | 1001010 | 100010 |
Color Harmonies of #951657
Complementary color
Monochromatic Colors of #951657
Black with #951657
Text Example
Text Example
White with #951657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951657; }
p { color: rgb(149,22,87); }
H1.HeaderClassName
{
color: #951657;
}
.AnyTagClassName
{
color: #951657;
}
</style>
background-color css
<style>
a { background-color: #951657; }
a { background-color: rgb(149,22,87); }
div.DivClassName
{
background-color: #951657;
}
.BgClassName
{
background-color: #951657;
}
</style>
border-color css
<style>
span { border-color: #951657; }
span { border-color: rgb(149,22,87); }
td.TdClassName
{
border-color: #951657;
}
.TagClassName
{
border-color: #951657;
}
</style>