Shades of Jazzberry Jam #A91E5E
Tints of Jazzberry Jam #A91E5E
RGB
CMYK
RGB Variations
Color information
#A91E5E (or 0xA91E5E) is known color: Jazzberry Jam. HEX triplet: A9, 1E and 5E. RGB value is (169,30,94). Sum of RGB (Red+Green+Blue) = 169+30+94=293 (38% of max value = 765). Red value is 169 (66.41% from 255 or 57.68% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 169 - color contains mainly: red. Hex color #A91E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A91E5E is #56E1A1. Grayscale: #4E4E4E. Windows color (decimal): -5693858 or 6168233. OLE color: 6168233.
HSL color Cylindrical-coordinate representation of color #A91E5E: hue angle of 332.37º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A91E5E is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 30 | 94 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.34 |
| HSL | 332.37º | 0.7% | 0.39% | - |
| HSV(B) | 332.37º | 0.82% | 0.66% | - |
| XYZ | 18.85 | 10.17 | 11.56 | - |
| YUV | 78.86 | 136.55 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 94 | 0 | 0.82 | 0.44 | 0.34 | 332.37 | 0.7 | 0.39 |
| Hex | A9 | 1E | 5E | 0 | 52 | 2C | 22 | 14C | 46 | 27 |
| Octal | 251 | 36 | 136 | 0 | 122 | 54 | 42 | 514 | 106 | 47 |
| Binary | 10101001 | 11110 | 1011110 | 0 | 1010010 | 101100 | 100010 | 101001100 | 1000110 | 100111 |
Color Harmonies of #A91E5E
Complementary color
Monochromatic Colors of #A91E5E
Black with #A91E5E
Text Example
Text Example
White with #A91E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91E5E; }
p { color: rgb(169,30,94); }
H1.HeaderClassName
{
color: #A91E5E;
}
.AnyTagClassName
{
color: #A91E5E;
}
</style>
background-color css
<style>
a { background-color: #A91E5E; }
a { background-color: rgb(169,30,94); }
div.DivClassName
{
background-color: #A91E5E;
}
.BgClassName
{
background-color: #A91E5E;
}
</style>
border-color css
<style>
span { border-color: #A91E5E; }
span { border-color: rgb(169,30,94); }
td.TdClassName
{
border-color: #A91E5E;
}
.TagClassName
{
border-color: #A91E5E;
}
</style>