Shades of Jazzberry Jam #951758
Tints of Jazzberry Jam #951758
RGB
CMYK
RGB Variations
Color information
#951758 (or 0x951758) is known color: Jazzberry Jam. HEX triplet: 95, 17 and 58. RGB value is (149,23,88). Sum of RGB (Red+Green+Blue) = 149+23+88=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #951758 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951758 is #6AE8A7. Grayscale: #434343. Windows color (decimal): -7006376 or 5773205. OLE color: 5773205.
HSL color Cylindrical-coordinate representation of color #951758: hue angle of 329.05º 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 #951758 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 88 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.42 |
| HSL | 329.05º | 0.73% | 0.34% | - |
| HSV(B) | 329.05º | 0.85% | 0.58% | - |
| XYZ | 14.46 | 7.71 | 9.96 | - |
| YUV | 68.08 | 139.24 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 88 | 0 | 0.85 | 0.41 | 0.42 | 329.05 | 0.73 | 0.34 |
| Hex | 95 | 17 | 58 | 0 | 55 | 29 | 2A | 149 | 49 | 22 |
| Octal | 225 | 27 | 130 | 0 | 125 | 51 | 52 | 511 | 111 | 42 |
| Binary | 10010101 | 10111 | 1011000 | 0 | 1010101 | 101001 | 101010 | 101001001 | 1001001 | 100010 |
Color Harmonies of #951758
Complementary color
Monochromatic Colors of #951758
Black with #951758
Text Example
Text Example
White with #951758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951758; }
p { color: rgb(149,23,88); }
H1.HeaderClassName
{
color: #951758;
}
.AnyTagClassName
{
color: #951758;
}
</style>
background-color css
<style>
a { background-color: #951758; }
a { background-color: rgb(149,23,88); }
div.DivClassName
{
background-color: #951758;
}
.BgClassName
{
background-color: #951758;
}
</style>
border-color css
<style>
span { border-color: #951758; }
span { border-color: rgb(149,23,88); }
td.TdClassName
{
border-color: #951758;
}
.TagClassName
{
border-color: #951758;
}
</style>