Shades of Jazzberry Jam #951759
Tints of Jazzberry Jam #951759
RGB
CMYK
RGB Variations
Color information
#951759 (or 0x951759) is known color: Jazzberry Jam. HEX triplet: 95, 17 and 59. RGB value is (149,23,89). Sum of RGB (Red+Green+Blue) = 149+23+89=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #951759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951759 is #6AE8A6. Grayscale: #444444. Windows color (decimal): -7006375 or 5838741. OLE color: 5838741.
HSL color Cylindrical-coordinate representation of color #951759: hue angle of 328.57º degrees, saturation: 0.73, 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 #951759 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 89 | - |
| CMYK | 0 | 0.85 | 0.40 | 0.42 |
| HSL | 328.57º | 0.73% | 0.34% | - |
| HSV(B) | 328.57º | 0.85% | 0.58% | - |
| XYZ | 14.5 | 7.72 | 10.18 | - |
| YUV | 68.2 | 139.74 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 89 | 0 | 0.85 | 0.40 | 0.42 | 328.57 | 0.73 | 0.34 |
| Hex | 95 | 17 | 59 | 0 | 55 | 28 | 2A | 149 | 49 | 22 |
| Octal | 225 | 27 | 131 | 0 | 125 | 50 | 52 | 511 | 111 | 42 |
| Binary | 10010101 | 10111 | 1011001 | 0 | 1010101 | 101000 | 101010 | 101001001 | 1001001 | 100010 |
Color Harmonies of #951759
Complementary color
Monochromatic Colors of #951759
Black with #951759
Text Example
Text Example
White with #951759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951759; }
p { color: rgb(149,23,89); }
H1.HeaderClassName
{
color: #951759;
}
.AnyTagClassName
{
color: #951759;
}
</style>
background-color css
<style>
a { background-color: #951759; }
a { background-color: rgb(149,23,89); }
div.DivClassName
{
background-color: #951759;
}
.BgClassName
{
background-color: #951759;
}
</style>
border-color css
<style>
span { border-color: #951759; }
span { border-color: rgb(149,23,89); }
td.TdClassName
{
border-color: #951759;
}
.TagClassName
{
border-color: #951759;
}
</style>