Shades of Jazzberry Jam #910C4B
Tints of Jazzberry Jam #910C4B
RGB
CMYK
RGB Variations
Color information
#910C4B (or 0x910C4B) is known color: Jazzberry Jam. HEX triplet: 91, 0C and 4B. RGB value is (145,12,75). Sum of RGB (Red+Green+Blue) = 145+12+75=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #910C4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910C4B is #6EF3B4. Grayscale: #3A3A3A. Windows color (decimal): -7271349 or 4918417. OLE color: 4918417.
HSL color Cylindrical-coordinate representation of color #910C4B: hue angle of 331.58º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #910C4B is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 75 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.43 |
| HSL | 331.58º | 0.85% | 0.31% | - |
| HSV(B) | 331.58º | 0.92% | 0.57% | - |
| XYZ | 13.08 | 6.79 | 7.28 | - |
| YUV | 58.95 | 137.06 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 75 | 0 | 0.92 | 0.48 | 0.43 | 331.58 | 0.85 | 0.31 |
| Hex | 91 | C | 4B | 0 | 5C | 30 | 2B | 14C | 55 | 1F |
| Octal | 221 | 14 | 113 | 0 | 134 | 60 | 53 | 514 | 125 | 37 |
| Binary | 10010001 | 1100 | 1001011 | 0 | 1011100 | 110000 | 101011 | 101001100 | 1010101 | 11111 |
Color Harmonies of #910C4B
Complementary color
Monochromatic Colors of #910C4B
Black with #910C4B
Text Example
Text Example
White with #910C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C4B; }
p { color: rgb(145,12,75); }
H1.HeaderClassName
{
color: #910C4B;
}
.AnyTagClassName
{
color: #910C4B;
}
</style>
background-color css
<style>
a { background-color: #910C4B; }
a { background-color: rgb(145,12,75); }
div.DivClassName
{
background-color: #910C4B;
}
.BgClassName
{
background-color: #910C4B;
}
</style>
border-color css
<style>
span { border-color: #910C4B; }
span { border-color: rgb(145,12,75); }
td.TdClassName
{
border-color: #910C4B;
}
.TagClassName
{
border-color: #910C4B;
}
</style>