Shades of Jazzberry Jam #910C4E
Tints of Jazzberry Jam #910C4E
RGB
CMYK
RGB Variations
Color information
#910C4E (or 0x910C4E) is known color: Jazzberry Jam. HEX triplet: 91, 0C and 4E. RGB value is (145,12,78). Sum of RGB (Red+Green+Blue) = 145+12+78=235 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.70% from 235); Green value is 12 (5.08% from 255 or 5.11% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 145 - color contains mainly: red. Hex color #910C4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910C4E is #6EF3B1. Grayscale: #3B3B3B. Windows color (decimal): -7271346 or 5115025. OLE color: 5115025.
HSL color Cylindrical-coordinate representation of color #910C4E: hue angle of 330.23º 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 #910C4E is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 12 | 78 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.43 |
| HSL | 330.23º | 0.85% | 0.31% | - |
| HSV(B) | 330.23º | 0.92% | 0.57% | - |
| XYZ | 13.18 | 6.83 | 7.83 | - |
| YUV | 59.29 | 138.56 | 189.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 12 | 78 | 0 | 0.92 | 0.46 | 0.43 | 330.23 | 0.85 | 0.31 |
| Hex | 91 | C | 4E | 0 | 5C | 2E | 2B | 14A | 55 | 1F |
| Octal | 221 | 14 | 116 | 0 | 134 | 56 | 53 | 512 | 125 | 37 |
| Binary | 10010001 | 1100 | 1001110 | 0 | 1011100 | 101110 | 101011 | 101001010 | 1010101 | 11111 |
Color Harmonies of #910C4E
Complementary color
Monochromatic Colors of #910C4E
Black with #910C4E
Text Example
Text Example
White with #910C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910C4E; }
p { color: rgb(145,12,78); }
H1.HeaderClassName
{
color: #910C4E;
}
.AnyTagClassName
{
color: #910C4E;
}
</style>
background-color css
<style>
a { background-color: #910C4E; }
a { background-color: rgb(145,12,78); }
div.DivClassName
{
background-color: #910C4E;
}
.BgClassName
{
background-color: #910C4E;
}
</style>
border-color css
<style>
span { border-color: #910C4E; }
span { border-color: rgb(145,12,78); }
td.TdClassName
{
border-color: #910C4E;
}
.TagClassName
{
border-color: #910C4E;
}
</style>