Shades of Jazzberry Jam #90104D
Tints of Jazzberry Jam #90104D
RGB
CMYK
RGB Variations
Color information
#90104D (or 0x90104D) is known color: Jazzberry Jam. HEX triplet: 90, 10 and 4D. RGB value is (144,16,77). Sum of RGB (Red+Green+Blue) = 144+16+77=237 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.76% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 144 - color contains mainly: red. Hex color #90104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90104D is #6FEFB2. Grayscale: #3D3D3D. Windows color (decimal): -7335859 or 5050512. OLE color: 5050512.
HSL color Cylindrical-coordinate representation of color #90104D: hue angle of 331.41º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #90104D is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 77 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.44 |
| HSL | 331.41º | 0.8% | 0.31% | - |
| HSV(B) | 331.41º | 0.89% | 0.56% | - |
| XYZ | 13.03 | 6.84 | 7.65 | - |
| YUV | 61.23 | 136.91 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 77 | 0 | 0.89 | 0.47 | 0.44 | 331.41 | 0.8 | 0.31 |
| Hex | 90 | 10 | 4D | 0 | 59 | 2F | 2C | 14B | 50 | 1F |
| Octal | 220 | 20 | 115 | 0 | 131 | 57 | 54 | 513 | 120 | 37 |
| Binary | 10010000 | 10000 | 1001101 | 0 | 1011001 | 101111 | 101100 | 101001011 | 1010000 | 11111 |
Color Harmonies of #90104D
Complementary color
Monochromatic Colors of #90104D
Black with #90104D
Text Example
Text Example
White with #90104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90104D; }
p { color: rgb(144,16,77); }
H1.HeaderClassName
{
color: #90104D;
}
.AnyTagClassName
{
color: #90104D;
}
</style>
background-color css
<style>
a { background-color: #90104D; }
a { background-color: rgb(144,16,77); }
div.DivClassName
{
background-color: #90104D;
}
.BgClassName
{
background-color: #90104D;
}
</style>
border-color css
<style>
span { border-color: #90104D; }
span { border-color: rgb(144,16,77); }
td.TdClassName
{
border-color: #90104D;
}
.TagClassName
{
border-color: #90104D;
}
</style>