Shades of Jazzberry Jam #910C47
Tints of Jazzberry Jam #910C47
RGB
CMYK
RGB Variations
Color information
#910C47 (or 0x910C47) is known color: Jazzberry Jam. HEX triplet: 91, 0C and 47. RGB value is (145,12,71). Sum of RGB (Red+Green+Blue) = 145+12+71=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #910C47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C47 is #6EF3B8. Grayscale: #3A3A3A. Windows color (decimal): -7271353 or 4656273. OLE color: 4656273.
HSL color Cylindrical-coordinate representation of color #910C47: hue angle of 333.38º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C47 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 71 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.43 |
| HSL | 333.38º | 0.85% | 0.31% | - |
| HSV(B) | 333.38º | 0.92% | 0.57% | - |
| XYZ | 12.95 | 6.74 | 6.58 | - |
| YUV | 58.49 | 135.06 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 71 | 0 | 0.92 | 0.51 | 0.43 | 333.38 | 0.85 | 0.31 |
| Hex | 91 | C | 47 | 0 | 5C | 33 | 2B | 14D | 55 | 1F |
| Octal | 221 | 14 | 107 | 0 | 134 | 63 | 53 | 515 | 125 | 37 |
| Binary | 10010001 | 1100 | 1000111 | 0 | 1011100 | 110011 | 101011 | 101001101 | 1010101 | 11111 |
Color Harmonies of #910C47
Complementary color
Monochromatic Colors of #910C47
Black with #910C47
Text Example
Text Example
White with #910C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C47; }
p { color: rgb(145,12,71); }
H1.HeaderClassName
{
color: #910C47;
}
.AnyTagClassName
{
color: #910C47;
}
</style>
background-color css
<style>
a { background-color: #910C47; }
a { background-color: rgb(145,12,71); }
div.DivClassName
{
background-color: #910C47;
}
.BgClassName
{
background-color: #910C47;
}
</style>
border-color css
<style>
span { border-color: #910C47; }
span { border-color: rgb(145,12,71); }
td.TdClassName
{
border-color: #910C47;
}
.TagClassName
{
border-color: #910C47;
}
</style>