Shades of Jazzberry Jam #951350
Tints of Jazzberry Jam #951350
RGB
CMYK
RGB Variations
Color information
#951350 (or 0x951350) is known color: Jazzberry Jam. HEX triplet: 95, 13 and 50. RGB value is (149,19,80). Sum of RGB (Red+Green+Blue) = 149+19+80=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #951350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951350 is #6AECAF. Grayscale: #404040. Windows color (decimal): -7007408 or 5247893. OLE color: 5247893.
HSL color Cylindrical-coordinate representation of color #951350: hue angle of 331.85º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951350 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 80 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.42 |
| HSL | 331.85º | 0.77% | 0.33% | - |
| HSV(B) | 331.85º | 0.87% | 0.58% | - |
| XYZ | 14.08 | 7.43 | 8.28 | - |
| YUV | 64.82 | 136.57 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 80 | 0 | 0.87 | 0.46 | 0.42 | 331.85 | 0.77 | 0.33 |
| Hex | 95 | 13 | 50 | 0 | 57 | 2E | 2A | 14C | 4D | 21 |
| Octal | 225 | 23 | 120 | 0 | 127 | 56 | 52 | 514 | 115 | 41 |
| Binary | 10010101 | 10011 | 1010000 | 0 | 1010111 | 101110 | 101010 | 101001100 | 1001101 | 100001 |
Color Harmonies of #951350
Complementary color
Monochromatic Colors of #951350
Black with #951350
Text Example
Text Example
White with #951350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951350; }
p { color: rgb(149,19,80); }
H1.HeaderClassName
{
color: #951350;
}
.AnyTagClassName
{
color: #951350;
}
</style>
background-color css
<style>
a { background-color: #951350; }
a { background-color: rgb(149,19,80); }
div.DivClassName
{
background-color: #951350;
}
.BgClassName
{
background-color: #951350;
}
</style>
border-color css
<style>
span { border-color: #951350; }
span { border-color: rgb(149,19,80); }
td.TdClassName
{
border-color: #951350;
}
.TagClassName
{
border-color: #951350;
}
</style>