Shades of Jazzberry Jam #A4043B
Tints of Jazzberry Jam #A4043B
RGB
CMYK
RGB Variations
Color information
#A4043B (or 0xA4043B) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 3B. RGB value is (164,4,59). Sum of RGB (Red+Green+Blue) = 164+4+59=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A4043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4043B is #5BFBC4. Grayscale: #3A3A3A. Windows color (decimal): -6028229 or 3867812. OLE color: 3867812.
HSL color Cylindrical-coordinate representation of color #A4043B: hue angle of 339.38º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4043B is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.36 |
| HSL | 339.38º | 0.95% | 0.33% | - |
| HSV(B) | 339.38º | 0.98% | 0.64% | - |
| XYZ | 16.14 | 8.3 | 4.89 | - |
| YUV | 58.11 | 128.51 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 4 | 59 | 0 | 0.98 | 0.64 | 0.36 | 339.38 | 0.95 | 0.33 |
| Hex | A4 | 4 | 3B | 0 | 62 | 40 | 24 | 153 | 5F | 21 |
| Octal | 244 | 4 | 73 | 0 | 142 | 100 | 44 | 523 | 137 | 41 |
| Binary | 10100100 | 100 | 111011 | 0 | 1100010 | 1000000 | 100100 | 101010011 | 1011111 | 100001 |
Color Harmonies of #A4043B
Complementary color
Monochromatic Colors of #A4043B
Black with #A4043B
Text Example
Text Example
White with #A4043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4043B; }
p { color: rgb(164,4,59); }
H1.HeaderClassName
{
color: #A4043B;
}
.AnyTagClassName
{
color: #A4043B;
}
</style>
background-color css
<style>
a { background-color: #A4043B; }
a { background-color: rgb(164,4,59); }
div.DivClassName
{
background-color: #A4043B;
}
.BgClassName
{
background-color: #A4043B;
}
</style>
border-color css
<style>
span { border-color: #A4043B; }
span { border-color: rgb(164,4,59); }
td.TdClassName
{
border-color: #A4043B;
}
.TagClassName
{
border-color: #A4043B;
}
</style>