Shades of Jazzberry Jam #950B5A
Tints of Jazzberry Jam #950B5A
RGB
CMYK
RGB Variations
Color information
#950B5A (or 0x950B5A) is known color: Jazzberry Jam. HEX triplet: 95, 0B and 5A. RGB value is (149,11,90). Sum of RGB (Red+Green+Blue) = 149+11+90=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #950B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950B5A is #6AF4A5. Grayscale: #3D3D3D. Windows color (decimal): -7009446 or 5901205. OLE color: 5901205.
HSL color Cylindrical-coordinate representation of color #950B5A: hue angle of 325.65º degrees, saturation: 0.86, 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 #950B5A is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 11 | 90 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.42 |
| HSL | 325.65º | 0.86% | 0.31% | - |
| HSV(B) | 325.65º | 0.93% | 0.58% | - |
| XYZ | 14.36 | 7.37 | 10.34 | - |
| YUV | 61.27 | 144.22 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 11 | 90 | 0 | 0.93 | 0.40 | 0.42 | 325.65 | 0.86 | 0.31 |
| Hex | 95 | B | 5A | 0 | 5D | 28 | 2A | 146 | 56 | 1F |
| Octal | 225 | 13 | 132 | 0 | 135 | 50 | 52 | 506 | 126 | 37 |
| Binary | 10010101 | 1011 | 1011010 | 0 | 1011101 | 101000 | 101010 | 101000110 | 1010110 | 11111 |
Color Harmonies of #950B5A
Complementary color
Monochromatic Colors of #950B5A
Black with #950B5A
Text Example
Text Example
White with #950B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950B5A; }
p { color: rgb(149,11,90); }
H1.HeaderClassName
{
color: #950B5A;
}
.AnyTagClassName
{
color: #950B5A;
}
</style>
background-color css
<style>
a { background-color: #950B5A; }
a { background-color: rgb(149,11,90); }
div.DivClassName
{
background-color: #950B5A;
}
.BgClassName
{
background-color: #950B5A;
}
</style>
border-color css
<style>
span { border-color: #950B5A; }
span { border-color: rgb(149,11,90); }
td.TdClassName
{
border-color: #950B5A;
}
.TagClassName
{
border-color: #950B5A;
}
</style>