Shades of Jazzberry Jam #A1134B
Tints of Jazzberry Jam #A1134B
RGB
CMYK
RGB Variations
Color information
#A1134B (or 0xA1134B) is known color: Jazzberry Jam. HEX triplet: A1, 13 and 4B. RGB value is (161,19,75). Sum of RGB (Red+Green+Blue) = 161+19+75=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 19 (7.81% from 255 or 7.45% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A1134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1134B is #5EECB4. Grayscale: #434343. Windows color (decimal): -6220981 or 4920225. OLE color: 4920225.
HSL color Cylindrical-coordinate representation of color #A1134B: hue angle of 336.34º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1134B is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 75 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.37 |
| HSL | 336.34º | 0.79% | 0.35% | - |
| HSV(B) | 336.34º | 0.88% | 0.63% | - |
| XYZ | 16.2 | 8.55 | 7.45 | - |
| YUV | 67.84 | 132.04 | 194.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 75 | 0 | 0.88 | 0.53 | 0.37 | 336.34 | 0.79 | 0.35 |
| Hex | A1 | 13 | 4B | 0 | 58 | 35 | 25 | 150 | 4F | 23 |
| Octal | 241 | 23 | 113 | 0 | 130 | 65 | 45 | 520 | 117 | 43 |
| Binary | 10100001 | 10011 | 1001011 | 0 | 1011000 | 110101 | 100101 | 101010000 | 1001111 | 100011 |
Color Harmonies of #A1134B
Complementary color
Monochromatic Colors of #A1134B
Black with #A1134B
Text Example
Text Example
White with #A1134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1134B; }
p { color: rgb(161,19,75); }
H1.HeaderClassName
{
color: #A1134B;
}
.AnyTagClassName
{
color: #A1134B;
}
</style>
background-color css
<style>
a { background-color: #A1134B; }
a { background-color: rgb(161,19,75); }
div.DivClassName
{
background-color: #A1134B;
}
.BgClassName
{
background-color: #A1134B;
}
</style>
border-color css
<style>
span { border-color: #A1134B; }
span { border-color: rgb(161,19,75); }
td.TdClassName
{
border-color: #A1134B;
}
.TagClassName
{
border-color: #A1134B;
}
</style>