Shades of Jazzberry Jam #900642
Tints of Jazzberry Jam #900642
RGB
CMYK
RGB Variations
Color information
#900642 (or 0x900642) is known color: Jazzberry Jam. HEX triplet: 90, 06 and 42. RGB value is (144,6,66). Sum of RGB (Red+Green+Blue) = 144+6+66=216 (28% of max value = 765). Red value is 144 (56.64% from 255 or 66.67% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 144 - color contains mainly: red. Hex color #900642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900642 is #6FF9BD. Grayscale: #353535. Windows color (decimal): -7338430 or 4327056. OLE color: 4327056.
HSL color Cylindrical-coordinate representation of color #900642: hue angle of 333.91º 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 #900642 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 66 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.44 |
| HSL | 333.91º | 0.92% | 0.29% | - |
| HSV(B) | 333.91º | 0.96% | 0.56% | - |
| XYZ | 12.55 | 6.45 | 5.74 | - |
| YUV | 54.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 66 | 0 | 0.96 | 0.54 | 0.44 | 333.91 | 0.92 | 0.29 |
| Hex | 90 | 6 | 42 | 0 | 60 | 36 | 2C | 14E | 5C | 1D |
| Octal | 220 | 6 | 102 | 0 | 140 | 66 | 54 | 516 | 134 | 35 |
| Binary | 10010000 | 110 | 1000010 | 0 | 1100000 | 110110 | 101100 | 101001110 | 1011100 | 11101 |
Color Harmonies of #900642
Complementary color
Monochromatic Colors of #900642
Black with #900642
Text Example
Text Example
White with #900642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900642; }
p { color: rgb(144,6,66); }
H1.HeaderClassName
{
color: #900642;
}
.AnyTagClassName
{
color: #900642;
}
</style>
background-color css
<style>
a { background-color: #900642; }
a { background-color: rgb(144,6,66); }
div.DivClassName
{
background-color: #900642;
}
.BgClassName
{
background-color: #900642;
}
</style>
border-color css
<style>
span { border-color: #900642; }
span { border-color: rgb(144,6,66); }
td.TdClassName
{
border-color: #900642;
}
.TagClassName
{
border-color: #900642;
}
</style>