Shades of Jazzberry Jam #930C4D
Tints of Jazzberry Jam #930C4D
RGB
CMYK
RGB Variations
Color information
#930C4D (or 0x930C4D) is known color: Jazzberry Jam. HEX triplet: 93, 0C and 4D. RGB value is (147,12,77). Sum of RGB (Red+Green+Blue) = 147+12+77=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #930C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930C4D is #6CF3B2. Grayscale: #3B3B3B. Windows color (decimal): -7140275 or 5049491. OLE color: 5049491.
HSL color Cylindrical-coordinate representation of color #930C4D: hue angle of 331.11º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #930C4D is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 12 | 77 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.42 |
| HSL | 331.11º | 0.85% | 0.31% | - |
| HSV(B) | 331.11º | 0.92% | 0.58% | - |
| XYZ | 13.5 | 7 | 7.66 | - |
| YUV | 59.78 | 137.73 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 12 | 77 | 0 | 0.92 | 0.48 | 0.42 | 331.11 | 0.85 | 0.31 |
| Hex | 93 | C | 4D | 0 | 5C | 30 | 2A | 14B | 55 | 1F |
| Octal | 223 | 14 | 115 | 0 | 134 | 60 | 52 | 513 | 125 | 37 |
| Binary | 10010011 | 1100 | 1001101 | 0 | 1011100 | 110000 | 101010 | 101001011 | 1010101 | 11111 |
Color Harmonies of #930C4D
Complementary color
Monochromatic Colors of #930C4D
Black with #930C4D
Text Example
Text Example
White with #930C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #930C4D; }
p { color: rgb(147,12,77); }
H1.HeaderClassName
{
color: #930C4D;
}
.AnyTagClassName
{
color: #930C4D;
}
</style>
background-color css
<style>
a { background-color: #930C4D; }
a { background-color: rgb(147,12,77); }
div.DivClassName
{
background-color: #930C4D;
}
.BgClassName
{
background-color: #930C4D;
}
</style>
border-color css
<style>
span { border-color: #930C4D; }
span { border-color: rgb(147,12,77); }
td.TdClassName
{
border-color: #930C4D;
}
.TagClassName
{
border-color: #930C4D;
}
</style>