Shades of Jazzberry Jam #910D52
Tints of Jazzberry Jam #910D52
RGB
CMYK
RGB Variations
Color information
#910D52 (or 0x910D52) is known color: Jazzberry Jam. HEX triplet: 91, 0D and 52. RGB value is (145,13,82). Sum of RGB (Red+Green+Blue) = 145+13+82=240 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.42% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 145 - color contains mainly: red. Hex color #910D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910D52 is #6EF2AD. Grayscale: #3C3C3C. Windows color (decimal): -7271086 or 5377425. OLE color: 5377425.
HSL color Cylindrical-coordinate representation of color #910D52: hue angle of 328.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 #910D52 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 13 | 82 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.43 |
| HSL | 328.64º | 0.84% | 0.31% | - |
| HSV(B) | 328.64º | 0.91% | 0.57% | - |
| XYZ | 13.34 | 6.92 | 8.61 | - |
| YUV | 60.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 13 | 82 | 0 | 0.91 | 0.43 | 0.43 | 328.64 | 0.84 | 0.31 |
| Hex | 91 | D | 52 | 0 | 5B | 2B | 2B | 149 | 54 | 1F |
| Octal | 221 | 15 | 122 | 0 | 133 | 53 | 53 | 511 | 124 | 37 |
| Binary | 10010001 | 1101 | 1010010 | 0 | 1011011 | 101011 | 101011 | 101001001 | 1010100 | 11111 |
Color Harmonies of #910D52
Complementary color
Monochromatic Colors of #910D52
Black with #910D52
Text Example
Text Example
White with #910D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910D52; }
p { color: rgb(145,13,82); }
H1.HeaderClassName
{
color: #910D52;
}
.AnyTagClassName
{
color: #910D52;
}
</style>
background-color css
<style>
a { background-color: #910D52; }
a { background-color: rgb(145,13,82); }
div.DivClassName
{
background-color: #910D52;
}
.BgClassName
{
background-color: #910D52;
}
</style>
border-color css
<style>
span { border-color: #910D52; }
span { border-color: rgb(145,13,82); }
td.TdClassName
{
border-color: #910D52;
}
.TagClassName
{
border-color: #910D52;
}
</style>