Shades of Jazzberry Jam #A11751
Tints of Jazzberry Jam #A11751
RGB
CMYK
RGB Variations
Color information
#A11751 (or 0xA11751) is known color: Jazzberry Jam. HEX triplet: A1, 17 and 51. RGB value is (161,23,81). Sum of RGB (Red+Green+Blue) = 161+23+81=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A11751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11751 is #5EE8AE. Grayscale: #464646. Windows color (decimal): -6219951 or 5314465. OLE color: 5314465.
HSL color Cylindrical-coordinate representation of color #A11751: hue angle of 334.78º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A11751 is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 81 | - |
| CMYK | 0 | 0.86 | 0.50 | 0.37 |
| HSL | 334.78º | 0.75% | 0.36% | - |
| HSV(B) | 334.78º | 0.86% | 0.63% | - |
| XYZ | 16.49 | 8.78 | 8.61 | - |
| YUV | 70.87 | 133.72 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 81 | 0 | 0.86 | 0.50 | 0.37 | 334.78 | 0.75 | 0.36 |
| Hex | A1 | 17 | 51 | 0 | 56 | 32 | 25 | 14F | 4B | 24 |
| Octal | 241 | 27 | 121 | 0 | 126 | 62 | 45 | 517 | 113 | 44 |
| Binary | 10100001 | 10111 | 1010001 | 0 | 1010110 | 110010 | 100101 | 101001111 | 1001011 | 100100 |
Color Harmonies of #A11751
Complementary color
Monochromatic Colors of #A11751
Black with #A11751
Text Example
Text Example
White with #A11751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11751; }
p { color: rgb(161,23,81); }
H1.HeaderClassName
{
color: #A11751;
}
.AnyTagClassName
{
color: #A11751;
}
</style>
background-color css
<style>
a { background-color: #A11751; }
a { background-color: rgb(161,23,81); }
div.DivClassName
{
background-color: #A11751;
}
.BgClassName
{
background-color: #A11751;
}
</style>
border-color css
<style>
span { border-color: #A11751; }
span { border-color: rgb(161,23,81); }
td.TdClassName
{
border-color: #A11751;
}
.TagClassName
{
border-color: #A11751;
}
</style>