Shades of Jazzberry Jam #A90B4C
Tints of Jazzberry Jam #A90B4C
RGB
CMYK
RGB Variations
Color information
#A90B4C (or 0xA90B4C) is known color: Jazzberry Jam. HEX triplet: A9, 0B and 4C. RGB value is (169,11,76). Sum of RGB (Red+Green+Blue) = 169+11+76=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A90B4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A90B4C is #56F4B3. Grayscale: #414141. Windows color (decimal): -5698740 or 4983721. OLE color: 4983721.
HSL color Cylindrical-coordinate representation of color #A90B4C: hue angle of 335.32º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90B4C is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 11 | 76 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.34 |
| HSL | 335.32º | 0.88% | 0.35% | - |
| HSV(B) | 335.32º | 0.93% | 0.66% | - |
| XYZ | 17.79 | 9.2 | 7.68 | - |
| YUV | 65.65 | 133.85 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 76 | 0 | 0.93 | 0.55 | 0.34 | 335.32 | 0.88 | 0.35 |
| Hex | A9 | B | 4C | 0 | 5D | 37 | 22 | 14F | 58 | 23 |
| Octal | 251 | 13 | 114 | 0 | 135 | 67 | 42 | 517 | 130 | 43 |
| Binary | 10101001 | 1011 | 1001100 | 0 | 1011101 | 110111 | 100010 | 101001111 | 1011000 | 100011 |
Color Harmonies of #A90B4C
Complementary color
Monochromatic Colors of #A90B4C
Black with #A90B4C
Text Example
Text Example
White with #A90B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90B4C; }
p { color: rgb(169,11,76); }
H1.HeaderClassName
{
color: #A90B4C;
}
.AnyTagClassName
{
color: #A90B4C;
}
</style>
background-color css
<style>
a { background-color: #A90B4C; }
a { background-color: rgb(169,11,76); }
div.DivClassName
{
background-color: #A90B4C;
}
.BgClassName
{
background-color: #A90B4C;
}
</style>
border-color css
<style>
span { border-color: #A90B4C; }
span { border-color: rgb(169,11,76); }
td.TdClassName
{
border-color: #A90B4C;
}
.TagClassName
{
border-color: #A90B4C;
}
</style>