Shades of Jazzberry Jam #900A41
Tints of Jazzberry Jam #900A41
RGB
CMYK
RGB Variations
Color information
#900A41 (or 0x900A41) is known color: Jazzberry Jam. HEX triplet: 90, 0A and 41. RGB value is (144,10,65). Sum of RGB (Red+Green+Blue) = 144+10+65=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #900A41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A41 is #6FF5BE. Grayscale: #383838. Windows color (decimal): -7337407 or 4262544. OLE color: 4262544.
HSL color Cylindrical-coordinate representation of color #900A41: hue angle of 335.37º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A41 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 65 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.44 |
| HSL | 335.37º | 0.87% | 0.3% | - |
| HSV(B) | 335.37º | 0.93% | 0.56% | - |
| XYZ | 12.56 | 6.53 | 5.6 | - |
| YUV | 56.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 65 | 0 | 0.93 | 0.55 | 0.44 | 335.37 | 0.87 | 0.3 |
| Hex | 90 | A | 41 | 0 | 5D | 37 | 2C | 14F | 57 | 1E |
| Octal | 220 | 12 | 101 | 0 | 135 | 67 | 54 | 517 | 127 | 36 |
| Binary | 10010000 | 1010 | 1000001 | 0 | 1011101 | 110111 | 101100 | 101001111 | 1010111 | 11110 |
Color Harmonies of #900A41
Complementary color
Monochromatic Colors of #900A41
Black with #900A41
Text Example
Text Example
White with #900A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A41; }
p { color: rgb(144,10,65); }
H1.HeaderClassName
{
color: #900A41;
}
.AnyTagClassName
{
color: #900A41;
}
</style>
background-color css
<style>
a { background-color: #900A41; }
a { background-color: rgb(144,10,65); }
div.DivClassName
{
background-color: #900A41;
}
.BgClassName
{
background-color: #900A41;
}
</style>
border-color css
<style>
span { border-color: #900A41; }
span { border-color: rgb(144,10,65); }
td.TdClassName
{
border-color: #900A41;
}
.TagClassName
{
border-color: #900A41;
}
</style>