Shades of Jazzberry Jam #940741
Tints of Jazzberry Jam #940741
RGB
CMYK
RGB Variations
Color information
#940741 (or 0x940741) is known color: Jazzberry Jam. HEX triplet: 94, 07 and 41. RGB value is (148,7,65). Sum of RGB (Red+Green+Blue) = 148+7+65=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #940741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940741 is #6BF8BE. Grayscale: #373737. Windows color (decimal): -7076031 or 4261780. OLE color: 4261780.
HSL color Cylindrical-coordinate representation of color #940741: hue angle of 335.32º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940741 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 7 | 65 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.42 |
| HSL | 335.32º | 0.91% | 0.3% | - |
| HSV(B) | 335.32º | 0.95% | 0.58% | - |
| XYZ | 13.24 | 6.83 | 5.62 | - |
| YUV | 55.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 7 | 65 | 0 | 0.95 | 0.56 | 0.42 | 335.32 | 0.91 | 0.3 |
| Hex | 94 | 7 | 41 | 0 | 5F | 38 | 2A | 14F | 5B | 1E |
| Octal | 224 | 7 | 101 | 0 | 137 | 70 | 52 | 517 | 133 | 36 |
| Binary | 10010100 | 111 | 1000001 | 0 | 1011111 | 111000 | 101010 | 101001111 | 1011011 | 11110 |
Color Harmonies of #940741
Complementary color
Monochromatic Colors of #940741
Black with #940741
Text Example
Text Example
White with #940741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940741; }
p { color: rgb(148,7,65); }
H1.HeaderClassName
{
color: #940741;
}
.AnyTagClassName
{
color: #940741;
}
</style>
background-color css
<style>
a { background-color: #940741; }
a { background-color: rgb(148,7,65); }
div.DivClassName
{
background-color: #940741;
}
.BgClassName
{
background-color: #940741;
}
</style>
border-color css
<style>
span { border-color: #940741; }
span { border-color: rgb(148,7,65); }
td.TdClassName
{
border-color: #940741;
}
.TagClassName
{
border-color: #940741;
}
</style>