Shades of Jazzberry Jam #A60B43
Tints of Jazzberry Jam #A60B43
RGB
CMYK
RGB Variations
Color information
#A60B43 (or 0xA60B43) is known color: Jazzberry Jam. HEX triplet: A6, 0B and 43. RGB value is (166,11,67). Sum of RGB (Red+Green+Blue) = 166+11+67=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 67 (26.56% from 255 or 27.46% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A60B43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60B43 is #59F4BC. Grayscale: #3F3F3F. Windows color (decimal): -5895357 or 4393894. OLE color: 4393894.
HSL color Cylindrical-coordinate representation of color #A60B43: hue angle of 338.32º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60B43 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 11 | 67 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.35 |
| HSL | 338.32º | 0.88% | 0.35% | - |
| HSV(B) | 338.32º | 0.93% | 0.65% | - |
| XYZ | 16.86 | 8.75 | 6.11 | - |
| YUV | 63.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 11 | 67 | 0 | 0.93 | 0.60 | 0.35 | 338.32 | 0.88 | 0.35 |
| Hex | A6 | B | 43 | 0 | 5D | 3C | 23 | 152 | 58 | 23 |
| Octal | 246 | 13 | 103 | 0 | 135 | 74 | 43 | 522 | 130 | 43 |
| Binary | 10100110 | 1011 | 1000011 | 0 | 1011101 | 111100 | 100011 | 101010010 | 1011000 | 100011 |
Color Harmonies of #A60B43
Complementary color
Monochromatic Colors of #A60B43
Black with #A60B43
Text Example
Text Example
White with #A60B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60B43; }
p { color: rgb(166,11,67); }
H1.HeaderClassName
{
color: #A60B43;
}
.AnyTagClassName
{
color: #A60B43;
}
</style>
background-color css
<style>
a { background-color: #A60B43; }
a { background-color: rgb(166,11,67); }
div.DivClassName
{
background-color: #A60B43;
}
.BgClassName
{
background-color: #A60B43;
}
</style>
border-color css
<style>
span { border-color: #A60B43; }
span { border-color: rgb(166,11,67); }
td.TdClassName
{
border-color: #A60B43;
}
.TagClassName
{
border-color: #A60B43;
}
</style>