Shades of Jazzberry Jam #A1053F
Tints of Jazzberry Jam #A1053F
RGB
CMYK
RGB Variations
Color information
#A1053F (or 0xA1053F) is known color: Jazzberry Jam. HEX triplet: A1, 05 and 3F. RGB value is (161,5,63). Sum of RGB (Red+Green+Blue) = 161+5+63=229 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.31% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 161 - color contains mainly: red. Hex color #A1053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1053F is #5EFAC0. Grayscale: #3A3A3A. Windows color (decimal): -6224577 or 4130209. OLE color: 4130209.
HSL color Cylindrical-coordinate representation of color #A1053F: hue angle of 337.69º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A1053F is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 5 | 63 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.37 |
| HSL | 337.69º | 0.94% | 0.33% | - |
| HSV(B) | 337.69º | 0.97% | 0.63% | - |
| XYZ | 15.65 | 8.04 | 5.43 | - |
| YUV | 58.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 5 | 63 | 0 | 0.97 | 0.61 | 0.37 | 337.69 | 0.94 | 0.33 |
| Hex | A1 | 5 | 3F | 0 | 61 | 3D | 25 | 152 | 5E | 21 |
| Octal | 241 | 5 | 77 | 0 | 141 | 75 | 45 | 522 | 136 | 41 |
| Binary | 10100001 | 101 | 111111 | 0 | 1100001 | 111101 | 100101 | 101010010 | 1011110 | 100001 |
Color Harmonies of #A1053F
Complementary color
Monochromatic Colors of #A1053F
Black with #A1053F
Text Example
Text Example
White with #A1053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1053F; }
p { color: rgb(161,5,63); }
H1.HeaderClassName
{
color: #A1053F;
}
.AnyTagClassName
{
color: #A1053F;
}
</style>
background-color css
<style>
a { background-color: #A1053F; }
a { background-color: rgb(161,5,63); }
div.DivClassName
{
background-color: #A1053F;
}
.BgClassName
{
background-color: #A1053F;
}
</style>
border-color css
<style>
span { border-color: #A1053F; }
span { border-color: rgb(161,5,63); }
td.TdClassName
{
border-color: #A1053F;
}
.TagClassName
{
border-color: #A1053F;
}
</style>