Shades of Jazzberry Jam #900547
Tints of Jazzberry Jam #900547
RGB
CMYK
RGB Variations
Color information
#900547 (or 0x900547) is known color: Jazzberry Jam. HEX triplet: 90, 05 and 47. RGB value is (144,5,71). Sum of RGB (Red+Green+Blue) = 144+5+71=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #900547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900547 is #6FFAB8. Grayscale: #353535. Windows color (decimal): -7338681 or 4654480. OLE color: 4654480.
HSL color Cylindrical-coordinate representation of color #900547: hue angle of 331.51º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900547 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 71 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.44 |
| HSL | 331.51º | 0.93% | 0.29% | - |
| HSV(B) | 331.51º | 0.97% | 0.56% | - |
| XYZ | 12.69 | 6.49 | 6.55 | - |
| YUV | 54.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 71 | 0 | 0.97 | 0.51 | 0.44 | 331.51 | 0.93 | 0.29 |
| Hex | 90 | 5 | 47 | 0 | 61 | 33 | 2C | 14C | 5D | 1D |
| Octal | 220 | 5 | 107 | 0 | 141 | 63 | 54 | 514 | 135 | 35 |
| Binary | 10010000 | 101 | 1000111 | 0 | 1100001 | 110011 | 101100 | 101001100 | 1011101 | 11101 |
Color Harmonies of #900547
Complementary color
Monochromatic Colors of #900547
Black with #900547
Text Example
Text Example
White with #900547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900547; }
p { color: rgb(144,5,71); }
H1.HeaderClassName
{
color: #900547;
}
.AnyTagClassName
{
color: #900547;
}
</style>
background-color css
<style>
a { background-color: #900547; }
a { background-color: rgb(144,5,71); }
div.DivClassName
{
background-color: #900547;
}
.BgClassName
{
background-color: #900547;
}
</style>
border-color css
<style>
span { border-color: #900547; }
span { border-color: rgb(144,5,71); }
td.TdClassName
{
border-color: #900547;
}
.TagClassName
{
border-color: #900547;
}
</style>