Shades of Jazzberry Jam #900648
Tints of Jazzberry Jam #900648
RGB
CMYK
RGB Variations
Color information
#900648 (or 0x900648) is known color: Jazzberry Jam. HEX triplet: 90, 06 and 48. RGB value is (144,6,72). Sum of RGB (Red+Green+Blue) = 144+6+72=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #900648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900648 is #6FF9B7. Grayscale: #363636. Windows color (decimal): -7338424 or 4720272. OLE color: 4720272.
HSL color Cylindrical-coordinate representation of color #900648: hue angle of 331.3º 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 #900648 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 6 | 72 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.44 |
| HSL | 331.3º | 0.92% | 0.29% | - |
| HSV(B) | 331.3º | 0.96% | 0.56% | - |
| XYZ | 12.74 | 6.53 | 6.72 | - |
| YUV | 54.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 72 | 0 | 0.96 | 0.50 | 0.44 | 331.3 | 0.92 | 0.29 |
| Hex | 90 | 6 | 48 | 0 | 60 | 32 | 2C | 14B | 5C | 1D |
| Octal | 220 | 6 | 110 | 0 | 140 | 62 | 54 | 513 | 134 | 35 |
| Binary | 10010000 | 110 | 1001000 | 0 | 1100000 | 110010 | 101100 | 101001011 | 1011100 | 11101 |
Color Harmonies of #900648
Complementary color
Monochromatic Colors of #900648
Black with #900648
Text Example
Text Example
White with #900648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900648; }
p { color: rgb(144,6,72); }
H1.HeaderClassName
{
color: #900648;
}
.AnyTagClassName
{
color: #900648;
}
</style>
background-color css
<style>
a { background-color: #900648; }
a { background-color: rgb(144,6,72); }
div.DivClassName
{
background-color: #900648;
}
.BgClassName
{
background-color: #900648;
}
</style>
border-color css
<style>
span { border-color: #900648; }
span { border-color: rgb(144,6,72); }
td.TdClassName
{
border-color: #900648;
}
.TagClassName
{
border-color: #900648;
}
</style>