Shades of Jazzberry Jam #90074D
Tints of Jazzberry Jam #90074D
RGB
CMYK
RGB Variations
Color information
#90074D (or 0x90074D) is known color: Jazzberry Jam. HEX triplet: 90, 07 and 4D. RGB value is (144,7,77). Sum of RGB (Red+Green+Blue) = 144+7+77=228 (30% of max value = 765). Red value is 144 (56.64% from 255 or 63.16% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 144 - color contains mainly: red. Hex color #90074D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90074D is #6FF8B2. Grayscale: #373737. Windows color (decimal): -7338163 or 5048208. OLE color: 5048208.
HSL color Cylindrical-coordinate representation of color #90074D: hue angle of 329.34º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #90074D is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 7 | 77 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.44 |
| HSL | 329.34º | 0.91% | 0.3% | - |
| HSV(B) | 329.34º | 0.95% | 0.56% | - |
| XYZ | 12.92 | 6.62 | 7.62 | - |
| YUV | 55.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 77 | 0 | 0.95 | 0.47 | 0.44 | 329.34 | 0.91 | 0.3 |
| Hex | 90 | 7 | 4D | 0 | 5F | 2F | 2C | 149 | 5B | 1E |
| Octal | 220 | 7 | 115 | 0 | 137 | 57 | 54 | 511 | 133 | 36 |
| Binary | 10010000 | 111 | 1001101 | 0 | 1011111 | 101111 | 101100 | 101001001 | 1011011 | 11110 |
Color Harmonies of #90074D
Complementary color
Monochromatic Colors of #90074D
Black with #90074D
Text Example
Text Example
White with #90074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90074D; }
p { color: rgb(144,7,77); }
H1.HeaderClassName
{
color: #90074D;
}
.AnyTagClassName
{
color: #90074D;
}
</style>
background-color css
<style>
a { background-color: #90074D; }
a { background-color: rgb(144,7,77); }
div.DivClassName
{
background-color: #90074D;
}
.BgClassName
{
background-color: #90074D;
}
</style>
border-color css
<style>
span { border-color: #90074D; }
span { border-color: rgb(144,7,77); }
td.TdClassName
{
border-color: #90074D;
}
.TagClassName
{
border-color: #90074D;
}
</style>