Shades of Jazzberry Jam #900746
Tints of Jazzberry Jam #900746
RGB
CMYK
RGB Variations
Color information
#900746 (or 0x900746) is known color: Jazzberry Jam. HEX triplet: 90, 07 and 46. RGB value is (144,7,70). Sum of RGB (Red+Green+Blue) = 144+7+70=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 70 (27.73% from 255 or 31.67% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #900746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900746 is #6FF8B9. Grayscale: #373737. Windows color (decimal): -7338170 or 4589456. OLE color: 4589456.
HSL color Cylindrical-coordinate representation of color #900746: hue angle of 332.41º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900746 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 70 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.44 |
| HSL | 332.41º | 0.91% | 0.3% | - |
| HSV(B) | 332.41º | 0.95% | 0.56% | - |
| XYZ | 12.68 | 6.52 | 6.39 | - |
| YUV | 55.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 70 | 0 | 0.95 | 0.51 | 0.44 | 332.41 | 0.91 | 0.3 |
| Hex | 90 | 7 | 46 | 0 | 5F | 33 | 2C | 14C | 5B | 1E |
| Octal | 220 | 7 | 106 | 0 | 137 | 63 | 54 | 514 | 133 | 36 |
| Binary | 10010000 | 111 | 1000110 | 0 | 1011111 | 110011 | 101100 | 101001100 | 1011011 | 11110 |
Color Harmonies of #900746
Complementary color
Monochromatic Colors of #900746
Black with #900746
Text Example
Text Example
White with #900746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900746; }
p { color: rgb(144,7,70); }
H1.HeaderClassName
{
color: #900746;
}
.AnyTagClassName
{
color: #900746;
}
</style>
background-color css
<style>
a { background-color: #900746; }
a { background-color: rgb(144,7,70); }
div.DivClassName
{
background-color: #900746;
}
.BgClassName
{
background-color: #900746;
}
</style>
border-color css
<style>
span { border-color: #900746; }
span { border-color: rgb(144,7,70); }
td.TdClassName
{
border-color: #900746;
}
.TagClassName
{
border-color: #900746;
}
</style>