Shades of Jazzberry Jam #901053
Tints of Jazzberry Jam #901053
RGB
CMYK
RGB Variations
Color information
#901053 (or 0x901053) is known color: Jazzberry Jam. HEX triplet: 90, 10 and 53. RGB value is (144,16,83). Sum of RGB (Red+Green+Blue) = 144+16+83=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #901053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #901053 is #6FEFAC. Grayscale: #3D3D3D. Windows color (decimal): -7335853 or 5443728. OLE color: 5443728.
HSL color Cylindrical-coordinate representation of color #901053: hue angle of 328.59º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901053 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 16 | 83 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.44 |
| HSL | 328.59º | 0.8% | 0.31% | - |
| HSV(B) | 328.59º | 0.89% | 0.56% | - |
| XYZ | 13.25 | 6.92 | 8.82 | - |
| YUV | 61.91 | 139.91 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 16 | 83 | 0 | 0.89 | 0.42 | 0.44 | 328.59 | 0.8 | 0.31 |
| Hex | 90 | 10 | 53 | 0 | 59 | 2A | 2C | 149 | 50 | 1F |
| Octal | 220 | 20 | 123 | 0 | 131 | 52 | 54 | 511 | 120 | 37 |
| Binary | 10010000 | 10000 | 1010011 | 0 | 1011001 | 101010 | 101100 | 101001001 | 1010000 | 11111 |
Color Harmonies of #901053
Complementary color
Monochromatic Colors of #901053
Black with #901053
Text Example
Text Example
White with #901053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #901053; }
p { color: rgb(144,16,83); }
H1.HeaderClassName
{
color: #901053;
}
.AnyTagClassName
{
color: #901053;
}
</style>
background-color css
<style>
a { background-color: #901053; }
a { background-color: rgb(144,16,83); }
div.DivClassName
{
background-color: #901053;
}
.BgClassName
{
background-color: #901053;
}
</style>
border-color css
<style>
span { border-color: #901053; }
span { border-color: rgb(144,16,83); }
td.TdClassName
{
border-color: #901053;
}
.TagClassName
{
border-color: #901053;
}
</style>