Shades of Jazzberry Jam #90064C
Tints of Jazzberry Jam #90064C
RGB
CMYK
RGB Variations
Color information
#90064C (or 0x90064C) is known color: Jazzberry Jam. HEX triplet: 90, 06 and 4C. RGB value is (144,6,76). Sum of RGB (Red+Green+Blue) = 144+6+76=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #90064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90064C is #6FF9B3. Grayscale: #373737. Windows color (decimal): -7338420 or 4982416. OLE color: 4982416.
HSL color Cylindrical-coordinate representation of color #90064C: hue angle of 329.57º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90064C is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 76 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.44 |
| HSL | 329.57º | 0.92% | 0.29% | - |
| HSV(B) | 329.57º | 0.96% | 0.56% | - |
| XYZ | 12.87 | 6.58 | 7.43 | - |
| YUV | 55.24 | 139.72 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 76 | 0 | 0.96 | 0.47 | 0.44 | 329.57 | 0.92 | 0.29 |
| Hex | 90 | 6 | 4C | 0 | 60 | 2F | 2C | 14A | 5C | 1D |
| Octal | 220 | 6 | 114 | 0 | 140 | 57 | 54 | 512 | 134 | 35 |
| Binary | 10010000 | 110 | 1001100 | 0 | 1100000 | 101111 | 101100 | 101001010 | 1011100 | 11101 |
Color Harmonies of #90064C
Complementary color
Monochromatic Colors of #90064C
Black with #90064C
Text Example
Text Example
White with #90064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90064C; }
p { color: rgb(144,6,76); }
H1.HeaderClassName
{
color: #90064C;
}
.AnyTagClassName
{
color: #90064C;
}
</style>
background-color css
<style>
a { background-color: #90064C; }
a { background-color: rgb(144,6,76); }
div.DivClassName
{
background-color: #90064C;
}
.BgClassName
{
background-color: #90064C;
}
</style>
border-color css
<style>
span { border-color: #90064C; }
span { border-color: rgb(144,6,76); }
td.TdClassName
{
border-color: #90064C;
}
.TagClassName
{
border-color: #90064C;
}
</style>