Shades of Jazzberry Jam #A51A52
Tints of Jazzberry Jam #A51A52
RGB
CMYK
RGB Variations
Color information
#A51A52 (or 0xA51A52) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 52. RGB value is (165,26,82). Sum of RGB (Red+Green+Blue) = 165+26+82=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A52 is #5AE5AD. Grayscale: #494949. Windows color (decimal): -5957038 or 5380773. OLE color: 5380773.
HSL color Cylindrical-coordinate representation of color #A51A52: hue angle of 335.83º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A51A52 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 26 | 82 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.35 |
| HSL | 335.83º | 0.73% | 0.37% | - |
| HSV(B) | 335.83º | 0.84% | 0.65% | - |
| XYZ | 17.41 | 9.35 | 8.87 | - |
| YUV | 73.95 | 132.55 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 26 | 82 | 0 | 0.84 | 0.50 | 0.35 | 335.83 | 0.73 | 0.37 |
| Hex | A5 | 1A | 52 | 0 | 54 | 32 | 23 | 150 | 49 | 25 |
| Octal | 245 | 32 | 122 | 0 | 124 | 62 | 43 | 520 | 111 | 45 |
| Binary | 10100101 | 11010 | 1010010 | 0 | 1010100 | 110010 | 100011 | 101010000 | 1001001 | 100101 |
Color Harmonies of #A51A52
Complementary color
Monochromatic Colors of #A51A52
Black with #A51A52
Text Example
Text Example
White with #A51A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51A52; }
p { color: rgb(165,26,82); }
H1.HeaderClassName
{
color: #A51A52;
}
.AnyTagClassName
{
color: #A51A52;
}
</style>
background-color css
<style>
a { background-color: #A51A52; }
a { background-color: rgb(165,26,82); }
div.DivClassName
{
background-color: #A51A52;
}
.BgClassName
{
background-color: #A51A52;
}
</style>
border-color css
<style>
span { border-color: #A51A52; }
span { border-color: rgb(165,26,82); }
td.TdClassName
{
border-color: #A51A52;
}
.TagClassName
{
border-color: #A51A52;
}
</style>