Shades of Jazzberry Jam #90044A
Tints of Jazzberry Jam #90044A
RGB
CMYK
RGB Variations
Color information
#90044A (or 0x90044A) is known color: Jazzberry Jam. HEX triplet: 90, 04 and 4A. RGB value is (144,4,74). Sum of RGB (Red+Green+Blue) = 144+4+74=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90044A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90044A is #6FFBB5. Grayscale: #353535. Windows color (decimal): -7338934 or 4850832. OLE color: 4850832.
HSL color Cylindrical-coordinate representation of color #90044A: hue angle of 330º 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 #90044A is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 4 | 74 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.44 |
| HSL | 330º | 0.95% | 0.29% | - |
| HSV(B) | 330º | 0.97% | 0.56% | - |
| XYZ | 12.78 | 6.51 | 7.06 | - |
| YUV | 53.84 | 139.38 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 74 | 0 | 0.97 | 0.49 | 0.44 | 330 | 0.95 | 0.29 |
| Hex | 90 | 4 | 4A | 0 | 61 | 31 | 2C | 14A | 5F | 1D |
| Octal | 220 | 4 | 112 | 0 | 141 | 61 | 54 | 512 | 137 | 35 |
| Binary | 10010000 | 100 | 1001010 | 0 | 1100001 | 110001 | 101100 | 101001010 | 1011111 | 11101 |
Color Harmonies of #90044A
Complementary color
Monochromatic Colors of #90044A
Black with #90044A
Text Example
Text Example
White with #90044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90044A; }
p { color: rgb(144,4,74); }
H1.HeaderClassName
{
color: #90044A;
}
.AnyTagClassName
{
color: #90044A;
}
</style>
background-color css
<style>
a { background-color: #90044A; }
a { background-color: rgb(144,4,74); }
div.DivClassName
{
background-color: #90044A;
}
.BgClassName
{
background-color: #90044A;
}
</style>
border-color css
<style>
span { border-color: #90044A; }
span { border-color: rgb(144,4,74); }
td.TdClassName
{
border-color: #90044A;
}
.TagClassName
{
border-color: #90044A;
}
</style>