Shades of Jazzberry Jam #910A46
Tints of Jazzberry Jam #910A46
RGB
CMYK
RGB Variations
Color information
#910A46 (or 0x910A46) is known color: Jazzberry Jam. HEX triplet: 91, 0A and 46. RGB value is (145,10,70). Sum of RGB (Red+Green+Blue) = 145+10+70=225 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.44% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 145 - color contains mainly: red. Hex color #910A46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910A46 is #6EF5B9. Grayscale: #393939. Windows color (decimal): -7271866 or 4590225. OLE color: 4590225.
HSL color Cylindrical-coordinate representation of color #910A46: hue angle of 333.33º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #910A46 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 10 | 70 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.43 |
| HSL | 333.33º | 0.87% | 0.3% | - |
| HSV(B) | 333.33º | 0.93% | 0.57% | - |
| XYZ | 12.89 | 6.68 | 6.4 | - |
| YUV | 57.21 | 135.23 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 10 | 70 | 0 | 0.93 | 0.52 | 0.43 | 333.33 | 0.87 | 0.3 |
| Hex | 91 | A | 46 | 0 | 5D | 34 | 2B | 14D | 57 | 1E |
| Octal | 221 | 12 | 106 | 0 | 135 | 64 | 53 | 515 | 127 | 36 |
| Binary | 10010001 | 1010 | 1000110 | 0 | 1011101 | 110100 | 101011 | 101001101 | 1010111 | 11110 |
Color Harmonies of #910A46
Complementary color
Monochromatic Colors of #910A46
Black with #910A46
Text Example
Text Example
White with #910A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910A46; }
p { color: rgb(145,10,70); }
H1.HeaderClassName
{
color: #910A46;
}
.AnyTagClassName
{
color: #910A46;
}
</style>
background-color css
<style>
a { background-color: #910A46; }
a { background-color: rgb(145,10,70); }
div.DivClassName
{
background-color: #910A46;
}
.BgClassName
{
background-color: #910A46;
}
</style>
border-color css
<style>
span { border-color: #910A46; }
span { border-color: rgb(145,10,70); }
td.TdClassName
{
border-color: #910A46;
}
.TagClassName
{
border-color: #910A46;
}
</style>