Shades of Jazzberry Jam #A31850
Tints of Jazzberry Jam #A31850
RGB
CMYK
RGB Variations
Color information
#A31850 (or 0xA31850) is known color: Jazzberry Jam. HEX triplet: A3, 18 and 50. RGB value is (163,24,80). Sum of RGB (Red+Green+Blue) = 163+24+80=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A31850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31850 is #5CE7AF. Grayscale: #474747. Windows color (decimal): -6088624 or 5249187. OLE color: 5249187.
HSL color Cylindrical-coordinate representation of color #A31850: hue angle of 335.83º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31850 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 24 | 80 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.36 |
| HSL | 335.83º | 0.74% | 0.37% | - |
| HSV(B) | 335.83º | 0.85% | 0.64% | - |
| XYZ | 16.88 | 9.02 | 8.44 | - |
| YUV | 71.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 24 | 80 | 0 | 0.85 | 0.51 | 0.36 | 335.83 | 0.74 | 0.37 |
| Hex | A3 | 18 | 50 | 0 | 55 | 33 | 24 | 150 | 4A | 25 |
| Octal | 243 | 30 | 120 | 0 | 125 | 63 | 44 | 520 | 112 | 45 |
| Binary | 10100011 | 11000 | 1010000 | 0 | 1010101 | 110011 | 100100 | 101010000 | 1001010 | 100101 |
Color Harmonies of #A31850
Complementary color
Monochromatic Colors of #A31850
Black with #A31850
Text Example
Text Example
White with #A31850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31850; }
p { color: rgb(163,24,80); }
H1.HeaderClassName
{
color: #A31850;
}
.AnyTagClassName
{
color: #A31850;
}
</style>
background-color css
<style>
a { background-color: #A31850; }
a { background-color: rgb(163,24,80); }
div.DivClassName
{
background-color: #A31850;
}
.BgClassName
{
background-color: #A31850;
}
</style>
border-color css
<style>
span { border-color: #A31850; }
span { border-color: rgb(163,24,80); }
td.TdClassName
{
border-color: #A31850;
}
.TagClassName
{
border-color: #A31850;
}
</style>