Shades of Jazzberry Jam #950C4B
Tints of Jazzberry Jam #950C4B
RGB
CMYK
RGB Variations
Color information
#950C4B (or 0x950C4B) is known color: Jazzberry Jam. HEX triplet: 95, 0C and 4B. RGB value is (149,12,75). Sum of RGB (Red+Green+Blue) = 149+12+75=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #950C4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950C4B is #6AF3B4. Grayscale: #3C3C3C. Windows color (decimal): -7009205 or 4918421. OLE color: 4918421.
HSL color Cylindrical-coordinate representation of color #950C4B: hue angle of 332.41º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #950C4B is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 12 | 75 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.42 |
| HSL | 332.41º | 0.85% | 0.32% | - |
| HSV(B) | 332.41º | 0.92% | 0.58% | - |
| XYZ | 13.8 | 7.16 | 7.31 | - |
| YUV | 60.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 12 | 75 | 0 | 0.92 | 0.50 | 0.42 | 332.41 | 0.85 | 0.32 |
| Hex | 95 | C | 4B | 0 | 5C | 32 | 2A | 14C | 55 | 20 |
| Octal | 225 | 14 | 113 | 0 | 134 | 62 | 52 | 514 | 125 | 40 |
| Binary | 10010101 | 1100 | 1001011 | 0 | 1011100 | 110010 | 101010 | 101001100 | 1010101 | 100000 |
Color Harmonies of #950C4B
Complementary color
Monochromatic Colors of #950C4B
Black with #950C4B
Text Example
Text Example
White with #950C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950C4B; }
p { color: rgb(149,12,75); }
H1.HeaderClassName
{
color: #950C4B;
}
.AnyTagClassName
{
color: #950C4B;
}
</style>
background-color css
<style>
a { background-color: #950C4B; }
a { background-color: rgb(149,12,75); }
div.DivClassName
{
background-color: #950C4B;
}
.BgClassName
{
background-color: #950C4B;
}
</style>
border-color css
<style>
span { border-color: #950C4B; }
span { border-color: rgb(149,12,75); }
td.TdClassName
{
border-color: #950C4B;
}
.TagClassName
{
border-color: #950C4B;
}
</style>