Shades of Jazzberry Jam #950A46
Tints of Jazzberry Jam #950A46
RGB
CMYK
RGB Variations
Color information
#950A46 (or 0x950A46) is known color: Jazzberry Jam. HEX triplet: 95, 0A and 46. RGB value is (149,10,70). Sum of RGB (Red+Green+Blue) = 149+10+70=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #950A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950A46 is #6AF5B9. Grayscale: #3A3A3A. Windows color (decimal): -7009722 or 4590229. OLE color: 4590229.
HSL color Cylindrical-coordinate representation of color #950A46: hue angle of 334.1º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950A46 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 10 | 70 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.42 |
| HSL | 334.1º | 0.87% | 0.31% | - |
| HSV(B) | 334.1º | 0.93% | 0.58% | - |
| XYZ | 13.61 | 7.05 | 6.44 | - |
| YUV | 58.4 | 134.55 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 10 | 70 | 0 | 0.93 | 0.53 | 0.42 | 334.1 | 0.87 | 0.31 |
| Hex | 95 | A | 46 | 0 | 5D | 35 | 2A | 14E | 57 | 1F |
| Octal | 225 | 12 | 106 | 0 | 135 | 65 | 52 | 516 | 127 | 37 |
| Binary | 10010101 | 1010 | 1000110 | 0 | 1011101 | 110101 | 101010 | 101001110 | 1010111 | 11111 |
Color Harmonies of #950A46
Complementary color
Monochromatic Colors of #950A46
Black with #950A46
Text Example
Text Example
White with #950A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950A46; }
p { color: rgb(149,10,70); }
H1.HeaderClassName
{
color: #950A46;
}
.AnyTagClassName
{
color: #950A46;
}
</style>
background-color css
<style>
a { background-color: #950A46; }
a { background-color: rgb(149,10,70); }
div.DivClassName
{
background-color: #950A46;
}
.BgClassName
{
background-color: #950A46;
}
</style>
border-color css
<style>
span { border-color: #950A46; }
span { border-color: rgb(149,10,70); }
td.TdClassName
{
border-color: #950A46;
}
.TagClassName
{
border-color: #950A46;
}
</style>