Shades of Jazzberry Jam #A40B46
Tints of Jazzberry Jam #A40B46
RGB
CMYK
RGB Variations
Color information
#A40B46 (or 0xA40B46) is known color: Jazzberry Jam. HEX triplet: A4, 0B and 46. RGB value is (164,11,70). Sum of RGB (Red+Green+Blue) = 164+11+70=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40B46 is #5BF4B9. Grayscale: #3F3F3F. Windows color (decimal): -6026426 or 4590500. OLE color: 4590500.
HSL color Cylindrical-coordinate representation of color #A40B46: hue angle of 336.86º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40B46 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 11 | 70 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.36 |
| HSL | 336.86º | 0.87% | 0.34% | - |
| HSV(B) | 336.86º | 0.93% | 0.64% | - |
| XYZ | 16.54 | 8.57 | 6.58 | - |
| YUV | 63.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 11 | 70 | 0 | 0.93 | 0.57 | 0.36 | 336.86 | 0.87 | 0.34 |
| Hex | A4 | B | 46 | 0 | 5D | 39 | 24 | 151 | 57 | 22 |
| Octal | 244 | 13 | 106 | 0 | 135 | 71 | 44 | 521 | 127 | 42 |
| Binary | 10100100 | 1011 | 1000110 | 0 | 1011101 | 111001 | 100100 | 101010001 | 1010111 | 100010 |
Color Harmonies of #A40B46
Complementary color
Monochromatic Colors of #A40B46
Black with #A40B46
Text Example
Text Example
White with #A40B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40B46; }
p { color: rgb(164,11,70); }
H1.HeaderClassName
{
color: #A40B46;
}
.AnyTagClassName
{
color: #A40B46;
}
</style>
background-color css
<style>
a { background-color: #A40B46; }
a { background-color: rgb(164,11,70); }
div.DivClassName
{
background-color: #A40B46;
}
.BgClassName
{
background-color: #A40B46;
}
</style>
border-color css
<style>
span { border-color: #A40B46; }
span { border-color: rgb(164,11,70); }
td.TdClassName
{
border-color: #A40B46;
}
.TagClassName
{
border-color: #A40B46;
}
</style>