Shades of Jazzberry Jam #A90741
Tints of Jazzberry Jam #A90741
RGB
CMYK
RGB Variations
Color information
#A90741 (or 0xA90741) is known color: Jazzberry Jam. HEX triplet: A9, 07 and 41. RGB value is (169,7,65). Sum of RGB (Red+Green+Blue) = 169+7+65=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A90741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90741 is #56F8BE. Grayscale: #3D3D3D. Windows color (decimal): -5699775 or 4261801. OLE color: 4261801.
HSL color Cylindrical-coordinate representation of color #A90741: hue angle of 338.52º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90741 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 7 | 65 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.34 |
| HSL | 338.52º | 0.92% | 0.35% | - |
| HSV(B) | 338.52º | 0.96% | 0.66% | - |
| XYZ | 17.39 | 8.97 | 5.82 | - |
| YUV | 62.05 | 129.67 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 7 | 65 | 0 | 0.96 | 0.62 | 0.34 | 338.52 | 0.92 | 0.35 |
| Hex | A9 | 7 | 41 | 0 | 60 | 3E | 22 | 153 | 5C | 23 |
| Octal | 251 | 7 | 101 | 0 | 140 | 76 | 42 | 523 | 134 | 43 |
| Binary | 10101001 | 111 | 1000001 | 0 | 1100000 | 111110 | 100010 | 101010011 | 1011100 | 100011 |
Color Harmonies of #A90741
Complementary color
Monochromatic Colors of #A90741
Black with #A90741
Text Example
Text Example
White with #A90741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90741; }
p { color: rgb(169,7,65); }
H1.HeaderClassName
{
color: #A90741;
}
.AnyTagClassName
{
color: #A90741;
}
</style>
background-color css
<style>
a { background-color: #A90741; }
a { background-color: rgb(169,7,65); }
div.DivClassName
{
background-color: #A90741;
}
.BgClassName
{
background-color: #A90741;
}
</style>
border-color css
<style>
span { border-color: #A90741; }
span { border-color: rgb(169,7,65); }
td.TdClassName
{
border-color: #A90741;
}
.TagClassName
{
border-color: #A90741;
}
</style>