Shades of Jazzberry Jam #A1063B
Tints of Jazzberry Jam #A1063B
RGB
CMYK
RGB Variations
Color information
#A1063B (or 0xA1063B) is known color: Jazzberry Jam. HEX triplet: A1, 06 and 3B. RGB value is (161,6,59). Sum of RGB (Red+Green+Blue) = 161+6+59=226 (29% of max value = 765). Red value is 161 (63.28% from 255 or 71.24% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 161 - color contains mainly: red. Hex color #A1063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1063B is #5EF9C4. Grayscale: #3A3A3A. Windows color (decimal): -6224325 or 3868321. OLE color: 3868321.
HSL color Cylindrical-coordinate representation of color #A1063B: hue angle of 339.48º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A1063B is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 59 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.37 |
| HSL | 339.48º | 0.93% | 0.33% | - |
| HSV(B) | 339.48º | 0.96% | 0.63% | - |
| XYZ | 15.55 | 8.02 | 4.87 | - |
| YUV | 58.39 | 128.35 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 59 | 0 | 0.96 | 0.63 | 0.37 | 339.48 | 0.93 | 0.33 |
| Hex | A1 | 6 | 3B | 0 | 60 | 3F | 25 | 153 | 5D | 21 |
| Octal | 241 | 6 | 73 | 0 | 140 | 77 | 45 | 523 | 135 | 41 |
| Binary | 10100001 | 110 | 111011 | 0 | 1100000 | 111111 | 100101 | 101010011 | 1011101 | 100001 |
Color Harmonies of #A1063B
Complementary color
Monochromatic Colors of #A1063B
Black with #A1063B
Text Example
Text Example
White with #A1063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1063B; }
p { color: rgb(161,6,59); }
H1.HeaderClassName
{
color: #A1063B;
}
.AnyTagClassName
{
color: #A1063B;
}
</style>
background-color css
<style>
a { background-color: #A1063B; }
a { background-color: rgb(161,6,59); }
div.DivClassName
{
background-color: #A1063B;
}
.BgClassName
{
background-color: #A1063B;
}
</style>
border-color css
<style>
span { border-color: #A1063B; }
span { border-color: rgb(161,6,59); }
td.TdClassName
{
border-color: #A1063B;
}
.TagClassName
{
border-color: #A1063B;
}
</style>