Shades of Jazzberry Jam #90024D
Tints of Jazzberry Jam #90024D
RGB
CMYK
RGB Variations
Color information
#90024D (or 0x90024D) is known color: Jazzberry Jam. HEX triplet: 90, 02 and 4D. RGB value is (144,2,77). Sum of RGB (Red+Green+Blue) = 144+2+77=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #90024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90024D is #6FFDB2. Grayscale: #343434. Windows color (decimal): -7339443 or 5046928. OLE color: 5046928.
HSL color Cylindrical-coordinate representation of color #90024D: hue angle of 328.31º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90024D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.44 |
| HSL | 328.31º | 0.97% | 0.29% | - |
| HSV(B) | 328.31º | 0.99% | 0.56% | - |
| XYZ | 12.86 | 6.51 | 7.6 | - |
| YUV | 53.01 | 141.54 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 77 | 0 | 0.99 | 0.47 | 0.44 | 328.31 | 0.97 | 0.29 |
| Hex | 90 | 2 | 4D | 0 | 63 | 2F | 2C | 148 | 61 | 1D |
| Octal | 220 | 2 | 115 | 0 | 143 | 57 | 54 | 510 | 141 | 35 |
| Binary | 10010000 | 10 | 1001101 | 0 | 1100011 | 101111 | 101100 | 101001000 | 1100001 | 11101 |
Color Harmonies of #90024D
Complementary color
Monochromatic Colors of #90024D
Black with #90024D
Text Example
Text Example
White with #90024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90024D; }
p { color: rgb(144,2,77); }
H1.HeaderClassName
{
color: #90024D;
}
.AnyTagClassName
{
color: #90024D;
}
</style>
background-color css
<style>
a { background-color: #90024D; }
a { background-color: rgb(144,2,77); }
div.DivClassName
{
background-color: #90024D;
}
.BgClassName
{
background-color: #90024D;
}
</style>
border-color css
<style>
span { border-color: #90024D; }
span { border-color: rgb(144,2,77); }
td.TdClassName
{
border-color: #90024D;
}
.TagClassName
{
border-color: #90024D;
}
</style>