Shades of Jazzberry Jam #910D47
Tints of Jazzberry Jam #910D47
RGB
CMYK
RGB Variations
Color information
#910D47 (or 0x910D47) is known color: Jazzberry Jam. HEX triplet: 91, 0D and 47. RGB value is (145,13,71). Sum of RGB (Red+Green+Blue) = 145+13+71=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 71 (28.12% from 255 or 31.00% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #910D47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910D47 is #6EF2B8. Grayscale: #3A3A3A. Windows color (decimal): -7271097 or 4656529. OLE color: 4656529.
HSL color Cylindrical-coordinate representation of color #910D47: hue angle of 333.64º 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 #910D47 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 71 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.43 |
| HSL | 333.64º | 0.84% | 0.31% | - |
| HSV(B) | 333.64º | 0.91% | 0.57% | - |
| XYZ | 12.96 | 6.76 | 6.58 | - |
| YUV | 59.08 | 134.73 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 71 | 0 | 0.91 | 0.51 | 0.43 | 333.64 | 0.84 | 0.31 |
| Hex | 91 | D | 47 | 0 | 5B | 33 | 2B | 14E | 54 | 1F |
| Octal | 221 | 15 | 107 | 0 | 133 | 63 | 53 | 516 | 124 | 37 |
| Binary | 10010001 | 1101 | 1000111 | 0 | 1011011 | 110011 | 101011 | 101001110 | 1010100 | 11111 |
Color Harmonies of #910D47
Complementary color
Monochromatic Colors of #910D47
Black with #910D47
Text Example
Text Example
White with #910D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D47; }
p { color: rgb(145,13,71); }
H1.HeaderClassName
{
color: #910D47;
}
.AnyTagClassName
{
color: #910D47;
}
</style>
background-color css
<style>
a { background-color: #910D47; }
a { background-color: rgb(145,13,71); }
div.DivClassName
{
background-color: #910D47;
}
.BgClassName
{
background-color: #910D47;
}
</style>
border-color css
<style>
span { border-color: #910D47; }
span { border-color: rgb(145,13,71); }
td.TdClassName
{
border-color: #910D47;
}
.TagClassName
{
border-color: #910D47;
}
</style>