Shades of Jazzberry Jam #A90441
Tints of Jazzberry Jam #A90441
RGB
CMYK
RGB Variations
Color information
#A90441 (or 0xA90441) is known color: Jazzberry Jam. HEX triplet: A9, 04 and 41. RGB value is (169,4,65). Sum of RGB (Red+Green+Blue) = 169+4+65=238 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.01% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 169 - color contains mainly: red. Hex color #A90441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90441 is #56FBBE. Grayscale: #3C3C3C. Windows color (decimal): -5700543 or 4261033. OLE color: 4261033.
HSL color Cylindrical-coordinate representation of color #A90441: hue angle of 337.82º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A90441 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.34 |
| HSL | 337.82º | 0.95% | 0.34% | - |
| HSV(B) | 337.82º | 0.98% | 0.66% | - |
| XYZ | 17.36 | 8.9 | 5.8 | - |
| YUV | 60.29 | 130.66 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 4 | 65 | 0 | 0.98 | 0.62 | 0.34 | 337.82 | 0.95 | 0.34 |
| Hex | A9 | 4 | 41 | 0 | 62 | 3E | 22 | 152 | 5F | 22 |
| Octal | 251 | 4 | 101 | 0 | 142 | 76 | 42 | 522 | 137 | 42 |
| Binary | 10101001 | 100 | 1000001 | 0 | 1100010 | 111110 | 100010 | 101010010 | 1011111 | 100010 |
Color Harmonies of #A90441
Complementary color
Monochromatic Colors of #A90441
Black with #A90441
Text Example
Text Example
White with #A90441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90441; }
p { color: rgb(169,4,65); }
H1.HeaderClassName
{
color: #A90441;
}
.AnyTagClassName
{
color: #A90441;
}
</style>
background-color css
<style>
a { background-color: #A90441; }
a { background-color: rgb(169,4,65); }
div.DivClassName
{
background-color: #A90441;
}
.BgClassName
{
background-color: #A90441;
}
</style>
border-color css
<style>
span { border-color: #A90441; }
span { border-color: rgb(169,4,65); }
td.TdClassName
{
border-color: #A90441;
}
.TagClassName
{
border-color: #A90441;
}
</style>