Shades of Jazzberry Jam #90004A
Tints of Jazzberry Jam #90004A
RGB
CMYK
RGB Variations
Color information
#90004A (or 0x90004A) is known color: Jazzberry Jam. HEX triplet: 90, 00 and 4A. RGB value is (144,0,74). Sum of RGB (Red+Green+Blue) = 144+0+74=218 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.06% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 144 - color contains mainly: red. Hex color #90004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90004A is #6FFFB5. Grayscale: #333333. Windows color (decimal): -7339958 or 4849808. OLE color: 4849808.
HSL color Cylindrical-coordinate representation of color #90004A: hue angle of 329.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90004A is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.49 | 0.44 |
| HSL | 329.17º | 1% | 0.28% | - |
| HSV(B) | 329.17º | 1% | 0.56% | - |
| XYZ | 12.74 | 6.42 | 7.05 | - |
| YUV | 51.49 | 140.71 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 74 | 0 | 1 | 0.49 | 0.44 | 329.17 | 1 | 0.28 |
| Hex | 90 | 0 | 4A | 0 | 64 | 31 | 2C | 149 | 64 | 1C |
| Octal | 220 | 0 | 112 | 0 | 144 | 61 | 54 | 511 | 144 | 34 |
| Binary | 10010000 | 0 | 1001010 | 0 | 1100100 | 110001 | 101100 | 101001001 | 1100100 | 11100 |
Color Harmonies of #90004A
Complementary color
Monochromatic Colors of #90004A
Black with #90004A
Text Example
Text Example
White with #90004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90004A; }
p { color: rgb(144,0,74); }
H1.HeaderClassName
{
color: #90004A;
}
.AnyTagClassName
{
color: #90004A;
}
</style>
background-color css
<style>
a { background-color: #90004A; }
a { background-color: rgb(144,0,74); }
div.DivClassName
{
background-color: #90004A;
}
.BgClassName
{
background-color: #90004A;
}
</style>
border-color css
<style>
span { border-color: #90004A; }
span { border-color: rgb(144,0,74); }
td.TdClassName
{
border-color: #90004A;
}
.TagClassName
{
border-color: #90004A;
}
</style>