Shades of Jazzberry Jam #A51952
Tints of Jazzberry Jam #A51952
RGB
CMYK
RGB Variations
Color information
#A51952 (or 0xA51952) is known color: Jazzberry Jam. HEX triplet: A5, 19 and 52. RGB value is (165,25,82). Sum of RGB (Red+Green+Blue) = 165+25+82=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A51952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51952 is #5AE6AD. Grayscale: #494949. Windows color (decimal): -5957294 or 5380517. OLE color: 5380517.
HSL color Cylindrical-coordinate representation of color #A51952: hue angle of 335.57º 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 #A51952 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 25 | 82 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.35 |
| HSL | 335.57º | 0.74% | 0.37% | - |
| HSV(B) | 335.57º | 0.85% | 0.65% | - |
| XYZ | 17.39 | 9.3 | 8.86 | - |
| YUV | 73.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 82 | 0 | 0.85 | 0.50 | 0.35 | 335.57 | 0.74 | 0.37 |
| Hex | A5 | 19 | 52 | 0 | 55 | 32 | 23 | 150 | 4A | 25 |
| Octal | 245 | 31 | 122 | 0 | 125 | 62 | 43 | 520 | 112 | 45 |
| Binary | 10100101 | 11001 | 1010010 | 0 | 1010101 | 110010 | 100011 | 101010000 | 1001010 | 100101 |
Color Harmonies of #A51952
Complementary color
Monochromatic Colors of #A51952
Black with #A51952
Text Example
Text Example
White with #A51952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51952; }
p { color: rgb(165,25,82); }
H1.HeaderClassName
{
color: #A51952;
}
.AnyTagClassName
{
color: #A51952;
}
</style>
background-color css
<style>
a { background-color: #A51952; }
a { background-color: rgb(165,25,82); }
div.DivClassName
{
background-color: #A51952;
}
.BgClassName
{
background-color: #A51952;
}
</style>
border-color css
<style>
span { border-color: #A51952; }
span { border-color: rgb(165,25,82); }
td.TdClassName
{
border-color: #A51952;
}
.TagClassName
{
border-color: #A51952;
}
</style>