Shades of Jazzberry Jam #950549
Tints of Jazzberry Jam #950549
RGB
CMYK
RGB Variations
Color information
#950549 (or 0x950549) is known color: Jazzberry Jam. HEX triplet: 95, 05 and 49. RGB value is (149,5,73). Sum of RGB (Red+Green+Blue) = 149+5+73=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #950549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950549 is #6AFAB6. Grayscale: #373737. Windows color (decimal): -7010999 or 4785557. OLE color: 4785557.
HSL color Cylindrical-coordinate representation of color #950549: hue angle of 331.67º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #950549 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 5 | 73 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.42 |
| HSL | 331.67º | 0.94% | 0.3% | - |
| HSV(B) | 331.67º | 0.97% | 0.58% | - |
| XYZ | 13.65 | 6.98 | 6.93 | - |
| YUV | 55.81 | 137.71 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 5 | 73 | 0 | 0.97 | 0.51 | 0.42 | 331.67 | 0.94 | 0.3 |
| Hex | 95 | 5 | 49 | 0 | 61 | 33 | 2A | 14C | 5E | 1E |
| Octal | 225 | 5 | 111 | 0 | 141 | 63 | 52 | 514 | 136 | 36 |
| Binary | 10010101 | 101 | 1001001 | 0 | 1100001 | 110011 | 101010 | 101001100 | 1011110 | 11110 |
Color Harmonies of #950549
Complementary color
Monochromatic Colors of #950549
Black with #950549
Text Example
Text Example
White with #950549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950549; }
p { color: rgb(149,5,73); }
H1.HeaderClassName
{
color: #950549;
}
.AnyTagClassName
{
color: #950549;
}
</style>
background-color css
<style>
a { background-color: #950549; }
a { background-color: rgb(149,5,73); }
div.DivClassName
{
background-color: #950549;
}
.BgClassName
{
background-color: #950549;
}
</style>
border-color css
<style>
span { border-color: #950549; }
span { border-color: rgb(149,5,73); }
td.TdClassName
{
border-color: #950549;
}
.TagClassName
{
border-color: #950549;
}
</style>