Shades of Jazzberry Jam #950149
Tints of Jazzberry Jam #950149
RGB
CMYK
RGB Variations
Color information
#950149 (or 0x950149) is known color: Jazzberry Jam. HEX triplet: 95, 01 and 49. RGB value is (149,1,73). Sum of RGB (Red+Green+Blue) = 149+1+73=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #950149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950149 is #6AFEB6. Grayscale: #353535. Windows color (decimal): -7012023 or 4784533. OLE color: 4784533.
HSL color Cylindrical-coordinate representation of color #950149: hue angle of 330.81º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950149 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 1 | 73 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.42 |
| HSL | 330.81º | 0.99% | 0.29% | - |
| HSV(B) | 330.81º | 0.99% | 0.58% | - |
| XYZ | 13.61 | 6.89 | 6.92 | - |
| YUV | 53.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 1 | 73 | 0 | 0.99 | 0.51 | 0.42 | 330.81 | 0.99 | 0.29 |
| Hex | 95 | 1 | 49 | 0 | 63 | 33 | 2A | 14B | 63 | 1D |
| Octal | 225 | 1 | 111 | 0 | 143 | 63 | 52 | 513 | 143 | 35 |
| Binary | 10010101 | 1 | 1001001 | 0 | 1100011 | 110011 | 101010 | 101001011 | 1100011 | 11101 |
Color Harmonies of #950149
Complementary color
Monochromatic Colors of #950149
Black with #950149
Text Example
Text Example
White with #950149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950149; }
p { color: rgb(149,1,73); }
H1.HeaderClassName
{
color: #950149;
}
.AnyTagClassName
{
color: #950149;
}
</style>
background-color css
<style>
a { background-color: #950149; }
a { background-color: rgb(149,1,73); }
div.DivClassName
{
background-color: #950149;
}
.BgClassName
{
background-color: #950149;
}
</style>
border-color css
<style>
span { border-color: #950149; }
span { border-color: rgb(149,1,73); }
td.TdClassName
{
border-color: #950149;
}
.TagClassName
{
border-color: #950149;
}
</style>