Shades of Jazzberry Jam #951959
Tints of Jazzberry Jam #951959
RGB
CMYK
RGB Variations
Color information
#951959 (or 0x951959) is known color: Jazzberry Jam. HEX triplet: 95, 19 and 59. RGB value is (149,25,89). Sum of RGB (Red+Green+Blue) = 149+25+89=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #951959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951959 is #6AE6A6. Grayscale: #454545. Windows color (decimal): -7005863 or 5839253. OLE color: 5839253.
HSL color Cylindrical-coordinate representation of color #951959: hue angle of 329.03º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951959 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 89 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.42 |
| HSL | 329.03º | 0.71% | 0.34% | - |
| HSV(B) | 329.03º | 0.83% | 0.58% | - |
| XYZ | 14.55 | 7.81 | 10.19 | - |
| YUV | 69.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 89 | 0 | 0.83 | 0.40 | 0.42 | 329.03 | 0.71 | 0.34 |
| Hex | 95 | 19 | 59 | 0 | 53 | 28 | 2A | 149 | 47 | 22 |
| Octal | 225 | 31 | 131 | 0 | 123 | 50 | 52 | 511 | 107 | 42 |
| Binary | 10010101 | 11001 | 1011001 | 0 | 1010011 | 101000 | 101010 | 101001001 | 1000111 | 100010 |
Color Harmonies of #951959
Complementary color
Monochromatic Colors of #951959
Black with #951959
Text Example
Text Example
White with #951959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951959; }
p { color: rgb(149,25,89); }
H1.HeaderClassName
{
color: #951959;
}
.AnyTagClassName
{
color: #951959;
}
</style>
background-color css
<style>
a { background-color: #951959; }
a { background-color: rgb(149,25,89); }
div.DivClassName
{
background-color: #951959;
}
.BgClassName
{
background-color: #951959;
}
</style>
border-color css
<style>
span { border-color: #951959; }
span { border-color: rgb(149,25,89); }
td.TdClassName
{
border-color: #951959;
}
.TagClassName
{
border-color: #951959;
}
</style>