Shades of Jazzberry Jam #951051
Tints of Jazzberry Jam #951051
RGB
CMYK
RGB Variations
Color information
#951051 (or 0x951051) is known color: Jazzberry Jam. HEX triplet: 95, 10 and 51. RGB value is (149,16,81). Sum of RGB (Red+Green+Blue) = 149+16+81=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 81 (32.03% from 255 or 32.93% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #951051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951051 is #6AEFAE. Grayscale: #3F3F3F. Windows color (decimal): -7008175 or 5312661. OLE color: 5312661.
HSL color Cylindrical-coordinate representation of color #951051: hue angle of 330.68º 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 #951051 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 81 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.42 |
| HSL | 330.68º | 0.81% | 0.32% | - |
| HSV(B) | 330.68º | 0.89% | 0.58% | - |
| XYZ | 14.06 | 7.35 | 8.46 | - |
| YUV | 63.18 | 138.06 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 81 | 0 | 0.89 | 0.46 | 0.42 | 330.68 | 0.81 | 0.32 |
| Hex | 95 | 10 | 51 | 0 | 59 | 2E | 2A | 14B | 51 | 20 |
| Octal | 225 | 20 | 121 | 0 | 131 | 56 | 52 | 513 | 121 | 40 |
| Binary | 10010101 | 10000 | 1010001 | 0 | 1011001 | 101110 | 101010 | 101001011 | 1010001 | 100000 |
Color Harmonies of #951051
Complementary color
Monochromatic Colors of #951051
Black with #951051
Text Example
Text Example
White with #951051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951051; }
p { color: rgb(149,16,81); }
H1.HeaderClassName
{
color: #951051;
}
.AnyTagClassName
{
color: #951051;
}
</style>
background-color css
<style>
a { background-color: #951051; }
a { background-color: rgb(149,16,81); }
div.DivClassName
{
background-color: #951051;
}
.BgClassName
{
background-color: #951051;
}
</style>
border-color css
<style>
span { border-color: #951051; }
span { border-color: rgb(149,16,81); }
td.TdClassName
{
border-color: #951051;
}
.TagClassName
{
border-color: #951051;
}
</style>