Shades of Jazzberry Jam #A60441
Tints of Jazzberry Jam #A60441
RGB
CMYK
RGB Variations
Color information
#A60441 (or 0xA60441) is known color: Jazzberry Jam. HEX triplet: A6, 04 and 41. RGB value is (166,4,65). Sum of RGB (Red+Green+Blue) = 166+4+65=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A60441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60441 is #59FBBE. Grayscale: #3B3B3B. Windows color (decimal): -5897151 or 4261030. OLE color: 4261030.
HSL color Cylindrical-coordinate representation of color #A60441: hue angle of 337.41º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60441 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.35 |
| HSL | 337.41º | 0.95% | 0.33% | - |
| HSV(B) | 337.41º | 0.98% | 0.65% | - |
| XYZ | 16.72 | 8.58 | 5.77 | - |
| YUV | 59.39 | 131.17 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 65 | 0 | 0.98 | 0.61 | 0.35 | 337.41 | 0.95 | 0.33 |
| Hex | A6 | 4 | 41 | 0 | 62 | 3D | 23 | 151 | 5F | 21 |
| Octal | 246 | 4 | 101 | 0 | 142 | 75 | 43 | 521 | 137 | 41 |
| Binary | 10100110 | 100 | 1000001 | 0 | 1100010 | 111101 | 100011 | 101010001 | 1011111 | 100001 |
Color Harmonies of #A60441
Complementary color
Monochromatic Colors of #A60441
Black with #A60441
Text Example
Text Example
White with #A60441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60441; }
p { color: rgb(166,4,65); }
H1.HeaderClassName
{
color: #A60441;
}
.AnyTagClassName
{
color: #A60441;
}
</style>
background-color css
<style>
a { background-color: #A60441; }
a { background-color: rgb(166,4,65); }
div.DivClassName
{
background-color: #A60441;
}
.BgClassName
{
background-color: #A60441;
}
</style>
border-color css
<style>
span { border-color: #A60441; }
span { border-color: rgb(166,4,65); }
td.TdClassName
{
border-color: #A60441;
}
.TagClassName
{
border-color: #A60441;
}
</style>