Shades of Jazzberry Jam #A30949
Tints of Jazzberry Jam #A30949
RGB
CMYK
RGB Variations
Color information
#A30949 (or 0xA30949) is known color: Jazzberry Jam. HEX triplet: A3, 09 and 49. RGB value is (163,9,73). Sum of RGB (Red+Green+Blue) = 163+9+73=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A30949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30949 is #5CF6B6. Grayscale: #3E3E3E. Windows color (decimal): -6092471 or 4786595. OLE color: 4786595.
HSL color Cylindrical-coordinate representation of color #A30949: hue angle of 335.06º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A30949 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 9 | 73 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.36 |
| HSL | 335.06º | 0.9% | 0.34% | - |
| HSV(B) | 335.06º | 0.94% | 0.64% | - |
| XYZ | 16.4 | 8.46 | 7.07 | - |
| YUV | 62.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 9 | 73 | 0 | 0.94 | 0.55 | 0.36 | 335.06 | 0.9 | 0.34 |
| Hex | A3 | 9 | 49 | 0 | 5E | 37 | 24 | 14F | 5A | 22 |
| Octal | 243 | 11 | 111 | 0 | 136 | 67 | 44 | 517 | 132 | 42 |
| Binary | 10100011 | 1001 | 1001001 | 0 | 1011110 | 110111 | 100100 | 101001111 | 1011010 | 100010 |
Color Harmonies of #A30949
Complementary color
Monochromatic Colors of #A30949
Black with #A30949
Text Example
Text Example
White with #A30949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A30949; }
p { color: rgb(163,9,73); }
H1.HeaderClassName
{
color: #A30949;
}
.AnyTagClassName
{
color: #A30949;
}
</style>
background-color css
<style>
a { background-color: #A30949; }
a { background-color: rgb(163,9,73); }
div.DivClassName
{
background-color: #A30949;
}
.BgClassName
{
background-color: #A30949;
}
</style>
border-color css
<style>
span { border-color: #A30949; }
span { border-color: rgb(163,9,73); }
td.TdClassName
{
border-color: #A30949;
}
.TagClassName
{
border-color: #A30949;
}
</style>