Shades of Jazzberry Jam #900640
Tints of Jazzberry Jam #900640
RGB
CMYK
RGB Variations
Color information
#900640 (or 0x900640) is known color: Jazzberry Jam. HEX triplet: 90, 06 and 40. RGB value is (144,6,64). Sum of RGB (Red+Green+Blue) = 144+6+64=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #900640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900640 is #6FF9BF. Grayscale: #353535. Windows color (decimal): -7338432 or 4195984. OLE color: 4195984.
HSL color Cylindrical-coordinate representation of color #900640: hue angle of 334.78º 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 #900640 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 64 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.44 |
| HSL | 334.78º | 0.92% | 0.29% | - |
| HSV(B) | 334.78º | 0.96% | 0.56% | - |
| XYZ | 12.49 | 6.43 | 5.43 | - |
| YUV | 53.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 64 | 0 | 0.96 | 0.56 | 0.44 | 334.78 | 0.92 | 0.29 |
| Hex | 90 | 6 | 40 | 0 | 60 | 38 | 2C | 14F | 5C | 1D |
| Octal | 220 | 6 | 100 | 0 | 140 | 70 | 54 | 517 | 134 | 35 |
| Binary | 10010000 | 110 | 1000000 | 0 | 1100000 | 111000 | 101100 | 101001111 | 1011100 | 11101 |
Color Harmonies of #900640
Complementary color
Monochromatic Colors of #900640
Black with #900640
Text Example
Text Example
White with #900640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900640; }
p { color: rgb(144,6,64); }
H1.HeaderClassName
{
color: #900640;
}
.AnyTagClassName
{
color: #900640;
}
</style>
background-color css
<style>
a { background-color: #900640; }
a { background-color: rgb(144,6,64); }
div.DivClassName
{
background-color: #900640;
}
.BgClassName
{
background-color: #900640;
}
</style>
border-color css
<style>
span { border-color: #900640; }
span { border-color: rgb(144,6,64); }
td.TdClassName
{
border-color: #900640;
}
.TagClassName
{
border-color: #900640;
}
</style>