Shades of Jazzberry Jam #90034D
Tints of Jazzberry Jam #90034D
RGB
CMYK
RGB Variations
Color information
#90034D (or 0x90034D) is known color: Jazzberry Jam. HEX triplet: 90, 03 and 4D. RGB value is (144,3,77). Sum of RGB (Red+Green+Blue) = 144+3+77=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #90034D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90034D is #6FFCB2. Grayscale: #353535. Windows color (decimal): -7339187 or 5047184. OLE color: 5047184.
HSL color Cylindrical-coordinate representation of color #90034D: hue angle of 328.51º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90034D is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 3 | 77 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.44 |
| HSL | 328.51º | 0.96% | 0.29% | - |
| HSV(B) | 328.51º | 0.98% | 0.56% | - |
| XYZ | 12.87 | 6.53 | 7.6 | - |
| YUV | 53.6 | 141.21 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 3 | 77 | 0 | 0.98 | 0.47 | 0.44 | 328.51 | 0.96 | 0.29 |
| Hex | 90 | 3 | 4D | 0 | 62 | 2F | 2C | 149 | 60 | 1D |
| Octal | 220 | 3 | 115 | 0 | 142 | 57 | 54 | 511 | 140 | 35 |
| Binary | 10010000 | 11 | 1001101 | 0 | 1100010 | 101111 | 101100 | 101001001 | 1100000 | 11101 |
Color Harmonies of #90034D
Complementary color
Monochromatic Colors of #90034D
Black with #90034D
Text Example
Text Example
White with #90034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90034D; }
p { color: rgb(144,3,77); }
H1.HeaderClassName
{
color: #90034D;
}
.AnyTagClassName
{
color: #90034D;
}
</style>
background-color css
<style>
a { background-color: #90034D; }
a { background-color: rgb(144,3,77); }
div.DivClassName
{
background-color: #90034D;
}
.BgClassName
{
background-color: #90034D;
}
</style>
border-color css
<style>
span { border-color: #90034D; }
span { border-color: rgb(144,3,77); }
td.TdClassName
{
border-color: #90034D;
}
.TagClassName
{
border-color: #90034D;
}
</style>