Shades of Jazzberry Jam #900440
Tints of Jazzberry Jam #900440
RGB
CMYK
RGB Variations
Color information
#900440 (or 0x900440) is known color: Jazzberry Jam. HEX triplet: 90, 04 and 40. RGB value is (144,4,64). Sum of RGB (Red+Green+Blue) = 144+4+64=212 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.92% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 144 - color contains mainly: red. Hex color #900440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900440 is #6FFBBF. Grayscale: #343434. Windows color (decimal): -7338944 or 4195472. OLE color: 4195472.
HSL color Cylindrical-coordinate representation of color #900440: hue angle of 334.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900440 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 64 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.44 |
| HSL | 334.29º | 0.95% | 0.29% | - |
| HSV(B) | 334.29º | 0.97% | 0.56% | - |
| XYZ | 12.47 | 6.39 | 5.43 | - |
| YUV | 52.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 64 | 0 | 0.97 | 0.56 | 0.44 | 334.29 | 0.95 | 0.29 |
| Hex | 90 | 4 | 40 | 0 | 61 | 38 | 2C | 14E | 5F | 1D |
| Octal | 220 | 4 | 100 | 0 | 141 | 70 | 54 | 516 | 137 | 35 |
| Binary | 10010000 | 100 | 1000000 | 0 | 1100001 | 111000 | 101100 | 101001110 | 1011111 | 11101 |
Color Harmonies of #900440
Complementary color
Monochromatic Colors of #900440
Black with #900440
Text Example
Text Example
White with #900440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900440; }
p { color: rgb(144,4,64); }
H1.HeaderClassName
{
color: #900440;
}
.AnyTagClassName
{
color: #900440;
}
</style>
background-color css
<style>
a { background-color: #900440; }
a { background-color: rgb(144,4,64); }
div.DivClassName
{
background-color: #900440;
}
.BgClassName
{
background-color: #900440;
}
</style>
border-color css
<style>
span { border-color: #900440; }
span { border-color: rgb(144,4,64); }
td.TdClassName
{
border-color: #900440;
}
.TagClassName
{
border-color: #900440;
}
</style>