Shades of Jazzberry Jam #A51953
Tints of Jazzberry Jam #A51953
RGB
CMYK
RGB Variations
Color information
#A51953 (or 0xA51953) is known color: Jazzberry Jam. HEX triplet: A5, 19 and 53. RGB value is (165,25,83). Sum of RGB (Red+Green+Blue) = 165+25+83=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A51953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51953 is #5AE6AC. Grayscale: #494949. Windows color (decimal): -5957293 or 5446053. OLE color: 5446053.
HSL color Cylindrical-coordinate representation of color #A51953: hue angle of 335.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51953 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 25 | 83 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.35 |
| HSL | 335.14º | 0.74% | 0.37% | - |
| HSV(B) | 335.14º | 0.85% | 0.65% | - |
| XYZ | 17.43 | 9.32 | 9.06 | - |
| YUV | 73.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 83 | 0 | 0.85 | 0.50 | 0.35 | 335.14 | 0.74 | 0.37 |
| Hex | A5 | 19 | 53 | 0 | 55 | 32 | 23 | 14F | 4A | 25 |
| Octal | 245 | 31 | 123 | 0 | 125 | 62 | 43 | 517 | 112 | 45 |
| Binary | 10100101 | 11001 | 1010011 | 0 | 1010101 | 110010 | 100011 | 101001111 | 1001010 | 100101 |
Color Harmonies of #A51953
Complementary color
Monochromatic Colors of #A51953
Black with #A51953
Text Example
Text Example
White with #A51953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51953; }
p { color: rgb(165,25,83); }
H1.HeaderClassName
{
color: #A51953;
}
.AnyTagClassName
{
color: #A51953;
}
</style>
background-color css
<style>
a { background-color: #A51953; }
a { background-color: rgb(165,25,83); }
div.DivClassName
{
background-color: #A51953;
}
.BgClassName
{
background-color: #A51953;
}
</style>
border-color css
<style>
span { border-color: #A51953; }
span { border-color: rgb(165,25,83); }
td.TdClassName
{
border-color: #A51953;
}
.TagClassName
{
border-color: #A51953;
}
</style>