Shades of Jazzberry Jam #A4033B
Tints of Jazzberry Jam #A4033B
RGB
CMYK
RGB Variations
Color information
#A4033B (or 0xA4033B) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 3B. RGB value is (164,3,59). Sum of RGB (Red+Green+Blue) = 164+3+59=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A4033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4033B is #5BFCC4. Grayscale: #393939. Windows color (decimal): -6028485 or 3867556. OLE color: 3867556.
HSL color Cylindrical-coordinate representation of color #A4033B: hue angle of 339.13º 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 #A4033B is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 3 | 59 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.36 |
| HSL | 339.13º | 0.96% | 0.33% | - |
| HSV(B) | 339.13º | 0.98% | 0.64% | - |
| XYZ | 16.13 | 8.27 | 4.88 | - |
| YUV | 57.52 | 128.84 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 3 | 59 | 0 | 0.98 | 0.64 | 0.36 | 339.13 | 0.96 | 0.33 |
| Hex | A4 | 3 | 3B | 0 | 62 | 40 | 24 | 153 | 60 | 21 |
| Octal | 244 | 3 | 73 | 0 | 142 | 100 | 44 | 523 | 140 | 41 |
| Binary | 10100100 | 11 | 111011 | 0 | 1100010 | 1000000 | 100100 | 101010011 | 1100000 | 100001 |
Color Harmonies of #A4033B
Complementary color
Monochromatic Colors of #A4033B
Black with #A4033B
Text Example
Text Example
White with #A4033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4033B; }
p { color: rgb(164,3,59); }
H1.HeaderClassName
{
color: #A4033B;
}
.AnyTagClassName
{
color: #A4033B;
}
</style>
background-color css
<style>
a { background-color: #A4033B; }
a { background-color: rgb(164,3,59); }
div.DivClassName
{
background-color: #A4033B;
}
.BgClassName
{
background-color: #A4033B;
}
</style>
border-color css
<style>
span { border-color: #A4033B; }
span { border-color: rgb(164,3,59); }
td.TdClassName
{
border-color: #A4033B;
}
.TagClassName
{
border-color: #A4033B;
}
</style>