Shades of Jazzberry Jam #A1063F
Tints of Jazzberry Jam #A1063F
RGB
CMYK
RGB Variations
Color information
#A1063F (or 0xA1063F) is known color: Jazzberry Jam. HEX triplet: A1, 06 and 3F. RGB value is (161,6,63). Sum of RGB (Red+Green+Blue) = 161+6+63=230 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 161 - color contains mainly: red. Hex color #A1063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1063F is #5EF9C0. Grayscale: #3A3A3A. Windows color (decimal): -6224321 or 4130465. OLE color: 4130465.
HSL color Cylindrical-coordinate representation of color #A1063F: hue angle of 337.94º 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 #A1063F is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 63 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.37 |
| HSL | 337.94º | 0.93% | 0.33% | - |
| HSV(B) | 337.94º | 0.96% | 0.63% | - |
| XYZ | 15.66 | 8.07 | 5.43 | - |
| YUV | 58.84 | 130.35 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 63 | 0 | 0.96 | 0.61 | 0.37 | 337.94 | 0.93 | 0.33 |
| Hex | A1 | 6 | 3F | 0 | 60 | 3D | 25 | 152 | 5D | 21 |
| Octal | 241 | 6 | 77 | 0 | 140 | 75 | 45 | 522 | 135 | 41 |
| Binary | 10100001 | 110 | 111111 | 0 | 1100000 | 111101 | 100101 | 101010010 | 1011101 | 100001 |
Color Harmonies of #A1063F
Complementary color
Monochromatic Colors of #A1063F
Black with #A1063F
Text Example
Text Example
White with #A1063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1063F; }
p { color: rgb(161,6,63); }
H1.HeaderClassName
{
color: #A1063F;
}
.AnyTagClassName
{
color: #A1063F;
}
</style>
background-color css
<style>
a { background-color: #A1063F; }
a { background-color: rgb(161,6,63); }
div.DivClassName
{
background-color: #A1063F;
}
.BgClassName
{
background-color: #A1063F;
}
</style>
border-color css
<style>
span { border-color: #A1063F; }
span { border-color: rgb(161,6,63); }
td.TdClassName
{
border-color: #A1063F;
}
.TagClassName
{
border-color: #A1063F;
}
</style>