Shades of Jazzberry Jam #900645
Tints of Jazzberry Jam #900645
RGB
CMYK
RGB Variations
Color information
#900645 (or 0x900645) is known color: Jazzberry Jam. HEX triplet: 90, 06 and 45. RGB value is (144,6,69). Sum of RGB (Red+Green+Blue) = 144+6+69=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 6 (2.73% from 255 or 2.74% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #900645 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900645 is #6FF9BA. Grayscale: #363636. Windows color (decimal): -7338427 or 4523664. OLE color: 4523664.
HSL color Cylindrical-coordinate representation of color #900645: hue angle of 332.61º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900645 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 69 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.44 |
| HSL | 332.61º | 0.92% | 0.29% | - |
| HSV(B) | 332.61º | 0.96% | 0.56% | - |
| XYZ | 12.64 | 6.49 | 6.22 | - |
| YUV | 54.44 | 136.22 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 69 | 0 | 0.96 | 0.52 | 0.44 | 332.61 | 0.92 | 0.29 |
| Hex | 90 | 6 | 45 | 0 | 60 | 34 | 2C | 14D | 5C | 1D |
| Octal | 220 | 6 | 105 | 0 | 140 | 64 | 54 | 515 | 134 | 35 |
| Binary | 10010000 | 110 | 1000101 | 0 | 1100000 | 110100 | 101100 | 101001101 | 1011100 | 11101 |
Color Harmonies of #900645
Complementary color
Monochromatic Colors of #900645
Black with #900645
Text Example
Text Example
White with #900645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900645; }
p { color: rgb(144,6,69); }
H1.HeaderClassName
{
color: #900645;
}
.AnyTagClassName
{
color: #900645;
}
</style>
background-color css
<style>
a { background-color: #900645; }
a { background-color: rgb(144,6,69); }
div.DivClassName
{
background-color: #900645;
}
.BgClassName
{
background-color: #900645;
}
</style>
border-color css
<style>
span { border-color: #900645; }
span { border-color: rgb(144,6,69); }
td.TdClassName
{
border-color: #900645;
}
.TagClassName
{
border-color: #900645;
}
</style>