Shades of Jazzberry Jam #A60851
Tints of Jazzberry Jam #A60851
RGB
CMYK
RGB Variations
Color information
#A60851 (or 0xA60851) is known color: Jazzberry Jam. HEX triplet: A6, 08 and 51. RGB value is (166,8,81). Sum of RGB (Red+Green+Blue) = 166+8+81=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A60851 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60851 is #59F7AE. Grayscale: #3F3F3F. Windows color (decimal): -5896111 or 5310630. OLE color: 5310630.
HSL color Cylindrical-coordinate representation of color #A60851: hue angle of 332.28º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60851 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 81 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.35 |
| HSL | 332.28º | 0.91% | 0.34% | - |
| HSV(B) | 332.28º | 0.95% | 0.65% | - |
| XYZ | 17.3 | 8.87 | 8.59 | - |
| YUV | 63.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 81 | 0 | 0.95 | 0.51 | 0.35 | 332.28 | 0.91 | 0.34 |
| Hex | A6 | 8 | 51 | 0 | 5F | 33 | 23 | 14C | 5B | 22 |
| Octal | 246 | 10 | 121 | 0 | 137 | 63 | 43 | 514 | 133 | 42 |
| Binary | 10100110 | 1000 | 1010001 | 0 | 1011111 | 110011 | 100011 | 101001100 | 1011011 | 100010 |
Color Harmonies of #A60851
Complementary color
Monochromatic Colors of #A60851
Black with #A60851
Text Example
Text Example
White with #A60851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60851; }
p { color: rgb(166,8,81); }
H1.HeaderClassName
{
color: #A60851;
}
.AnyTagClassName
{
color: #A60851;
}
</style>
background-color css
<style>
a { background-color: #A60851; }
a { background-color: rgb(166,8,81); }
div.DivClassName
{
background-color: #A60851;
}
.BgClassName
{
background-color: #A60851;
}
</style>
border-color css
<style>
span { border-color: #A60851; }
span { border-color: rgb(166,8,81); }
td.TdClassName
{
border-color: #A60851;
}
.TagClassName
{
border-color: #A60851;
}
</style>