Shades of Jazzberry Jam #951059
Tints of Jazzberry Jam #951059
RGB
CMYK
RGB Variations
Color information
#951059 (or 0x951059) is known color: Jazzberry Jam. HEX triplet: 95, 10 and 59. RGB value is (149,16,89). Sum of RGB (Red+Green+Blue) = 149+16+89=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #951059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951059 is #6AEFA6. Grayscale: #3F3F3F. Windows color (decimal): -7008167 or 5836949. OLE color: 5836949.
HSL color Cylindrical-coordinate representation of color #951059: hue angle of 327.07º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951059 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 89 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.42 |
| HSL | 327.07º | 0.81% | 0.32% | - |
| HSV(B) | 327.07º | 0.89% | 0.58% | - |
| XYZ | 14.38 | 7.48 | 10.14 | - |
| YUV | 64.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 89 | 0 | 0.89 | 0.40 | 0.42 | 327.07 | 0.81 | 0.32 |
| Hex | 95 | 10 | 59 | 0 | 59 | 28 | 2A | 147 | 51 | 20 |
| Octal | 225 | 20 | 131 | 0 | 131 | 50 | 52 | 507 | 121 | 40 |
| Binary | 10010101 | 10000 | 1011001 | 0 | 1011001 | 101000 | 101010 | 101000111 | 1010001 | 100000 |
Color Harmonies of #951059
Complementary color
Monochromatic Colors of #951059
Black with #951059
Text Example
Text Example
White with #951059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951059; }
p { color: rgb(149,16,89); }
H1.HeaderClassName
{
color: #951059;
}
.AnyTagClassName
{
color: #951059;
}
</style>
background-color css
<style>
a { background-color: #951059; }
a { background-color: rgb(149,16,89); }
div.DivClassName
{
background-color: #951059;
}
.BgClassName
{
background-color: #951059;
}
</style>
border-color css
<style>
span { border-color: #951059; }
span { border-color: rgb(149,16,89); }
td.TdClassName
{
border-color: #951059;
}
.TagClassName
{
border-color: #951059;
}
</style>