Shades of Jazzberry Jam #900A40
Tints of Jazzberry Jam #900A40
RGB
CMYK
RGB Variations
Color information
#900A40 (or 0x900A40) is known color: Jazzberry Jam. HEX triplet: 90, 0A and 40. RGB value is (144,10,64). Sum of RGB (Red+Green+Blue) = 144+10+64=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #900A40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A40 is #6FF5BF. Grayscale: #383838. Windows color (decimal): -7337408 or 4197008. OLE color: 4197008.
HSL color Cylindrical-coordinate representation of color #900A40: hue angle of 335.82º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A40 is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 64 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.44 |
| HSL | 335.82º | 0.87% | 0.3% | - |
| HSV(B) | 335.82º | 0.93% | 0.56% | - |
| XYZ | 12.54 | 6.52 | 5.45 | - |
| YUV | 56.22 | 132.39 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 64 | 0 | 0.93 | 0.56 | 0.44 | 335.82 | 0.87 | 0.3 |
| Hex | 90 | A | 40 | 0 | 5D | 38 | 2C | 150 | 57 | 1E |
| Octal | 220 | 12 | 100 | 0 | 135 | 70 | 54 | 520 | 127 | 36 |
| Binary | 10010000 | 1010 | 1000000 | 0 | 1011101 | 111000 | 101100 | 101010000 | 1010111 | 11110 |
Color Harmonies of #900A40
Complementary color
Monochromatic Colors of #900A40
Black with #900A40
Text Example
Text Example
White with #900A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A40; }
p { color: rgb(144,10,64); }
H1.HeaderClassName
{
color: #900A40;
}
.AnyTagClassName
{
color: #900A40;
}
</style>
background-color css
<style>
a { background-color: #900A40; }
a { background-color: rgb(144,10,64); }
div.DivClassName
{
background-color: #900A40;
}
.BgClassName
{
background-color: #900A40;
}
</style>
border-color css
<style>
span { border-color: #900A40; }
span { border-color: rgb(144,10,64); }
td.TdClassName
{
border-color: #900A40;
}
.TagClassName
{
border-color: #900A40;
}
</style>