Shades of Jazzberry Jam #A4034A
Tints of Jazzberry Jam #A4034A
RGB
CMYK
RGB Variations
Color information
#A4034A (or 0xA4034A) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 4A. RGB value is (164,3,74). Sum of RGB (Red+Green+Blue) = 164+3+74=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A4034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4034A is #5BFCB5. Grayscale: #3B3B3B. Windows color (decimal): -6028470 or 4850596. OLE color: 4850596.
HSL color Cylindrical-coordinate representation of color #A4034A: hue angle of 333.54º degrees, saturation: 0.96, 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 #A4034A is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 74 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.36 |
| HSL | 333.54º | 0.96% | 0.33% | - |
| HSV(B) | 333.54º | 0.98% | 0.64% | - |
| XYZ | 16.58 | 8.45 | 7.24 | - |
| YUV | 59.23 | 136.34 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 74 | 0 | 0.98 | 0.55 | 0.36 | 333.54 | 0.96 | 0.33 |
| Hex | A4 | 3 | 4A | 0 | 62 | 37 | 24 | 14E | 60 | 21 |
| Octal | 244 | 3 | 112 | 0 | 142 | 67 | 44 | 516 | 140 | 41 |
| Binary | 10100100 | 11 | 1001010 | 0 | 1100010 | 110111 | 100100 | 101001110 | 1100000 | 100001 |
Color Harmonies of #A4034A
Complementary color
Monochromatic Colors of #A4034A
Black with #A4034A
Text Example
Text Example
White with #A4034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4034A; }
p { color: rgb(164,3,74); }
H1.HeaderClassName
{
color: #A4034A;
}
.AnyTagClassName
{
color: #A4034A;
}
</style>
background-color css
<style>
a { background-color: #A4034A; }
a { background-color: rgb(164,3,74); }
div.DivClassName
{
background-color: #A4034A;
}
.BgClassName
{
background-color: #A4034A;
}
</style>
border-color css
<style>
span { border-color: #A4034A; }
span { border-color: rgb(164,3,74); }
td.TdClassName
{
border-color: #A4034A;
}
.TagClassName
{
border-color: #A4034A;
}
</style>