Shades of Jazzberry Jam #951861
Tints of Jazzberry Jam #951861
RGB
CMYK
RGB Variations
Color information
#951861 (or 0x951861) is known color: Jazzberry Jam. HEX triplet: 95, 18 and 61. RGB value is (149,24,97). Sum of RGB (Red+Green+Blue) = 149+24+97=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #951861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951861 is #6AE79E. Grayscale: #454545. Windows color (decimal): -7006111 or 6363285. OLE color: 6363285.
HSL color Cylindrical-coordinate representation of color #951861: hue angle of 324.96º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951861 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 24 | 97 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.42 |
| HSL | 324.96º | 0.72% | 0.34% | - |
| HSV(B) | 324.96º | 0.84% | 0.58% | - |
| XYZ | 14.88 | 7.91 | 12.05 | - |
| YUV | 69.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 24 | 97 | 0 | 0.84 | 0.35 | 0.42 | 324.96 | 0.72 | 0.34 |
| Hex | 95 | 18 | 61 | 0 | 54 | 23 | 2A | 145 | 48 | 22 |
| Octal | 225 | 30 | 141 | 0 | 124 | 43 | 52 | 505 | 110 | 42 |
| Binary | 10010101 | 11000 | 1100001 | 0 | 1010100 | 100011 | 101010 | 101000101 | 1001000 | 100010 |
Color Harmonies of #951861
Complementary color
Monochromatic Colors of #951861
Black with #951861
Text Example
Text Example
White with #951861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951861; }
p { color: rgb(149,24,97); }
H1.HeaderClassName
{
color: #951861;
}
.AnyTagClassName
{
color: #951861;
}
</style>
background-color css
<style>
a { background-color: #951861; }
a { background-color: rgb(149,24,97); }
div.DivClassName
{
background-color: #951861;
}
.BgClassName
{
background-color: #951861;
}
</style>
border-color css
<style>
span { border-color: #951861; }
span { border-color: rgb(149,24,97); }
td.TdClassName
{
border-color: #951861;
}
.TagClassName
{
border-color: #951861;
}
</style>