Shades of Jazzberry Jam #900F53
Tints of Jazzberry Jam #900F53
RGB
CMYK
RGB Variations
Color information
#900F53 (or 0x900F53) is known color: Jazzberry Jam. HEX triplet: 90, 0F and 53. RGB value is (144,15,83). Sum of RGB (Red+Green+Blue) = 144+15+83=242 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.50% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 144 - color contains mainly: red. Hex color #900F53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900F53 is #6FF0AC. Grayscale: #3D3D3D. Windows color (decimal): -7336109 or 5443472. OLE color: 5443472.
HSL color Cylindrical-coordinate representation of color #900F53: hue angle of 328.37º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900F53 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 15 | 83 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.44 |
| HSL | 328.37º | 0.81% | 0.31% | - |
| HSV(B) | 328.37º | 0.9% | 0.56% | - |
| XYZ | 13.23 | 6.9 | 8.82 | - |
| YUV | 61.32 | 140.24 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 83 | 0 | 0.90 | 0.42 | 0.44 | 328.37 | 0.81 | 0.31 |
| Hex | 90 | F | 53 | 0 | 5A | 2A | 2C | 148 | 51 | 1F |
| Octal | 220 | 17 | 123 | 0 | 132 | 52 | 54 | 510 | 121 | 37 |
| Binary | 10010000 | 1111 | 1010011 | 0 | 1011010 | 101010 | 101100 | 101001000 | 1010001 | 11111 |
Color Harmonies of #900F53
Complementary color
Monochromatic Colors of #900F53
Black with #900F53
Text Example
Text Example
White with #900F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900F53; }
p { color: rgb(144,15,83); }
H1.HeaderClassName
{
color: #900F53;
}
.AnyTagClassName
{
color: #900F53;
}
</style>
background-color css
<style>
a { background-color: #900F53; }
a { background-color: rgb(144,15,83); }
div.DivClassName
{
background-color: #900F53;
}
.BgClassName
{
background-color: #900F53;
}
</style>
border-color css
<style>
span { border-color: #900F53; }
span { border-color: rgb(144,15,83); }
td.TdClassName
{
border-color: #900F53;
}
.TagClassName
{
border-color: #900F53;
}
</style>