Shades of Jazzberry Jam #950740
Tints of Jazzberry Jam #950740
RGB
CMYK
RGB Variations
Color information
#950740 (or 0x950740) is known color: Jazzberry Jam. HEX triplet: 95, 07 and 40. RGB value is (149,7,64). Sum of RGB (Red+Green+Blue) = 149+7+64=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #950740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950740 is #6AF8BF. Grayscale: #373737. Windows color (decimal): -7010496 or 4196245. OLE color: 4196245.
HSL color Cylindrical-coordinate representation of color #950740: hue angle of 335.92º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950740 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 64 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.42 |
| HSL | 335.92º | 0.91% | 0.31% | - |
| HSV(B) | 335.92º | 0.95% | 0.58% | - |
| XYZ | 13.4 | 6.91 | 5.48 | - |
| YUV | 55.96 | 132.54 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 64 | 0 | 0.95 | 0.57 | 0.42 | 335.92 | 0.91 | 0.31 |
| Hex | 95 | 7 | 40 | 0 | 5F | 39 | 2A | 150 | 5B | 1F |
| Octal | 225 | 7 | 100 | 0 | 137 | 71 | 52 | 520 | 133 | 37 |
| Binary | 10010101 | 111 | 1000000 | 0 | 1011111 | 111001 | 101010 | 101010000 | 1011011 | 11111 |
Color Harmonies of #950740
Complementary color
Monochromatic Colors of #950740
Black with #950740
Text Example
Text Example
White with #950740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950740; }
p { color: rgb(149,7,64); }
H1.HeaderClassName
{
color: #950740;
}
.AnyTagClassName
{
color: #950740;
}
</style>
background-color css
<style>
a { background-color: #950740; }
a { background-color: rgb(149,7,64); }
div.DivClassName
{
background-color: #950740;
}
.BgClassName
{
background-color: #950740;
}
</style>
border-color css
<style>
span { border-color: #950740; }
span { border-color: rgb(149,7,64); }
td.TdClassName
{
border-color: #950740;
}
.TagClassName
{
border-color: #950740;
}
</style>