Shades of Jazzberry Jam #900745
Tints of Jazzberry Jam #900745
RGB
CMYK
RGB Variations
Color information
#900745 (or 0x900745) is known color: Jazzberry Jam. HEX triplet: 90, 07 and 45. RGB value is (144,7,69). Sum of RGB (Red+Green+Blue) = 144+7+69=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #900745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900745 is #6FF8BA. Grayscale: #363636. Windows color (decimal): -7338171 or 4523920. OLE color: 4523920.
HSL color Cylindrical-coordinate representation of color #900745: hue angle of 332.85º 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 #900745 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 69 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.44 |
| HSL | 332.85º | 0.91% | 0.3% | - |
| HSV(B) | 332.85º | 0.95% | 0.56% | - |
| XYZ | 12.65 | 6.51 | 6.22 | - |
| YUV | 55.03 | 135.89 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 69 | 0 | 0.95 | 0.52 | 0.44 | 332.85 | 0.91 | 0.3 |
| Hex | 90 | 7 | 45 | 0 | 5F | 34 | 2C | 14D | 5B | 1E |
| Octal | 220 | 7 | 105 | 0 | 137 | 64 | 54 | 515 | 133 | 36 |
| Binary | 10010000 | 111 | 1000101 | 0 | 1011111 | 110100 | 101100 | 101001101 | 1011011 | 11110 |
Color Harmonies of #900745
Complementary color
Monochromatic Colors of #900745
Black with #900745
Text Example
Text Example
White with #900745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900745; }
p { color: rgb(144,7,69); }
H1.HeaderClassName
{
color: #900745;
}
.AnyTagClassName
{
color: #900745;
}
</style>
background-color css
<style>
a { background-color: #900745; }
a { background-color: rgb(144,7,69); }
div.DivClassName
{
background-color: #900745;
}
.BgClassName
{
background-color: #900745;
}
</style>
border-color css
<style>
span { border-color: #900745; }
span { border-color: rgb(144,7,69); }
td.TdClassName
{
border-color: #900745;
}
.TagClassName
{
border-color: #900745;
}
</style>