Shades of Jazzberry Jam #951763
Tints of Jazzberry Jam #951763
RGB
CMYK
RGB Variations
Color information
#951763 (or 0x951763) is known color: Jazzberry Jam. HEX triplet: 95, 17 and 63. RGB value is (149,23,99). Sum of RGB (Red+Green+Blue) = 149+23+99=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #951763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951763 is #6AE89C. Grayscale: #454545. Windows color (decimal): -7006365 or 6494101. OLE color: 6494101.
HSL color Cylindrical-coordinate representation of color #951763: hue angle of 323.81º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951763 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 99 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.42 |
| HSL | 323.81º | 0.73% | 0.34% | - |
| HSV(B) | 323.81º | 0.85% | 0.58% | - |
| XYZ | 14.95 | 7.9 | 12.54 | - |
| YUV | 69.34 | 144.74 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 99 | 0 | 0.85 | 0.34 | 0.42 | 323.81 | 0.73 | 0.34 |
| Hex | 95 | 17 | 63 | 0 | 55 | 22 | 2A | 144 | 49 | 22 |
| Octal | 225 | 27 | 143 | 0 | 125 | 42 | 52 | 504 | 111 | 42 |
| Binary | 10010101 | 10111 | 1100011 | 0 | 1010101 | 100010 | 101010 | 101000100 | 1001001 | 100010 |
Color Harmonies of #951763
Complementary color
Monochromatic Colors of #951763
Black with #951763
Text Example
Text Example
White with #951763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951763; }
p { color: rgb(149,23,99); }
H1.HeaderClassName
{
color: #951763;
}
.AnyTagClassName
{
color: #951763;
}
</style>
background-color css
<style>
a { background-color: #951763; }
a { background-color: rgb(149,23,99); }
div.DivClassName
{
background-color: #951763;
}
.BgClassName
{
background-color: #951763;
}
</style>
border-color css
<style>
span { border-color: #951763; }
span { border-color: rgb(149,23,99); }
td.TdClassName
{
border-color: #951763;
}
.TagClassName
{
border-color: #951763;
}
</style>