Shades of Jazzberry Jam #A11451
Tints of Jazzberry Jam #A11451
RGB
CMYK
RGB Variations
Color information
#A11451 (or 0xA11451) is known color: Jazzberry Jam. HEX triplet: A1, 14 and 51. RGB value is (161,20,81). Sum of RGB (Red+Green+Blue) = 161+20+81=262 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.45% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 161 - color contains mainly: red. Hex color #A11451 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11451 is #5EEBAE. Grayscale: #454545. Windows color (decimal): -6220719 or 5313697. OLE color: 5313697.
HSL color Cylindrical-coordinate representation of color #A11451: hue angle of 334.04º degrees, saturation: 0.78, 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 #A11451 is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 81 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.37 |
| HSL | 334.04º | 0.78% | 0.35% | - |
| HSV(B) | 334.04º | 0.88% | 0.63% | - |
| XYZ | 16.43 | 8.67 | 8.59 | - |
| YUV | 69.11 | 134.71 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 81 | 0 | 0.88 | 0.50 | 0.37 | 334.04 | 0.78 | 0.35 |
| Hex | A1 | 14 | 51 | 0 | 58 | 32 | 25 | 14E | 4E | 23 |
| Octal | 241 | 24 | 121 | 0 | 130 | 62 | 45 | 516 | 116 | 43 |
| Binary | 10100001 | 10100 | 1010001 | 0 | 1011000 | 110010 | 100101 | 101001110 | 1001110 | 100011 |
Color Harmonies of #A11451
Complementary color
Monochromatic Colors of #A11451
Black with #A11451
Text Example
Text Example
White with #A11451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11451; }
p { color: rgb(161,20,81); }
H1.HeaderClassName
{
color: #A11451;
}
.AnyTagClassName
{
color: #A11451;
}
</style>
background-color css
<style>
a { background-color: #A11451; }
a { background-color: rgb(161,20,81); }
div.DivClassName
{
background-color: #A11451;
}
.BgClassName
{
background-color: #A11451;
}
</style>
border-color css
<style>
span { border-color: #A11451; }
span { border-color: rgb(161,20,81); }
td.TdClassName
{
border-color: #A11451;
}
.TagClassName
{
border-color: #A11451;
}
</style>