Shades of Jazzberry Jam #910D45
Tints of Jazzberry Jam #910D45
RGB
CMYK
RGB Variations
Color information
#910D45 (or 0x910D45) is known color: Jazzberry Jam. HEX triplet: 91, 0D and 45. RGB value is (145,13,69). Sum of RGB (Red+Green+Blue) = 145+13+69=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #910D45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D45 is #6EF2BA. Grayscale: #3A3A3A. Windows color (decimal): -7271099 or 4525457. OLE color: 4525457.
HSL color Cylindrical-coordinate representation of color #910D45: hue angle of 334.55º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #910D45 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 69 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.43 |
| HSL | 334.55º | 0.84% | 0.31% | - |
| HSV(B) | 334.55º | 0.91% | 0.57% | - |
| XYZ | 12.9 | 6.74 | 6.25 | - |
| YUV | 58.85 | 133.73 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 69 | 0 | 0.91 | 0.52 | 0.43 | 334.55 | 0.84 | 0.31 |
| Hex | 91 | D | 45 | 0 | 5B | 34 | 2B | 14F | 54 | 1F |
| Octal | 221 | 15 | 105 | 0 | 133 | 64 | 53 | 517 | 124 | 37 |
| Binary | 10010001 | 1101 | 1000101 | 0 | 1011011 | 110100 | 101011 | 101001111 | 1010100 | 11111 |
Color Harmonies of #910D45
Complementary color
Monochromatic Colors of #910D45
Black with #910D45
Text Example
Text Example
White with #910D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D45; }
p { color: rgb(145,13,69); }
H1.HeaderClassName
{
color: #910D45;
}
.AnyTagClassName
{
color: #910D45;
}
</style>
background-color css
<style>
a { background-color: #910D45; }
a { background-color: rgb(145,13,69); }
div.DivClassName
{
background-color: #910D45;
}
.BgClassName
{
background-color: #910D45;
}
</style>
border-color css
<style>
span { border-color: #910D45; }
span { border-color: rgb(145,13,69); }
td.TdClassName
{
border-color: #910D45;
}
.TagClassName
{
border-color: #910D45;
}
</style>