Shades of Jazzberry Jam #910E46
Tints of Jazzberry Jam #910E46
RGB
CMYK
RGB Variations
Color information
#910E46 (or 0x910E46) is known color: Jazzberry Jam. HEX triplet: 91, 0E and 46. RGB value is (145,14,70). Sum of RGB (Red+Green+Blue) = 145+14+70=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 14 (5.86% from 255 or 6.11% from 229); Blue value is 70 (27.73% from 255 or 30.57% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #910E46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910E46 is #6EF1B9. Grayscale: #3B3B3B. Windows color (decimal): -7270842 or 4591249. OLE color: 4591249.
HSL color Cylindrical-coordinate representation of color #910E46: hue angle of 334.35º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E46 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 70 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.43 |
| HSL | 334.35º | 0.82% | 0.31% | - |
| HSV(B) | 334.35º | 0.9% | 0.57% | - |
| XYZ | 12.94 | 6.78 | 6.42 | - |
| YUV | 59.55 | 133.9 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 70 | 0 | 0.90 | 0.52 | 0.43 | 334.35 | 0.82 | 0.31 |
| Hex | 91 | E | 46 | 0 | 5A | 34 | 2B | 14E | 52 | 1F |
| Octal | 221 | 16 | 106 | 0 | 132 | 64 | 53 | 516 | 122 | 37 |
| Binary | 10010001 | 1110 | 1000110 | 0 | 1011010 | 110100 | 101011 | 101001110 | 1010010 | 11111 |
Color Harmonies of #910E46
Complementary color
Monochromatic Colors of #910E46
Black with #910E46
Text Example
Text Example
White with #910E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E46; }
p { color: rgb(145,14,70); }
H1.HeaderClassName
{
color: #910E46;
}
.AnyTagClassName
{
color: #910E46;
}
</style>
background-color css
<style>
a { background-color: #910E46; }
a { background-color: rgb(145,14,70); }
div.DivClassName
{
background-color: #910E46;
}
.BgClassName
{
background-color: #910E46;
}
</style>
border-color css
<style>
span { border-color: #910E46; }
span { border-color: rgb(145,14,70); }
td.TdClassName
{
border-color: #910E46;
}
.TagClassName
{
border-color: #910E46;
}
</style>