Shades of Jazzberry Jam #A4003C
Tints of Jazzberry Jam #A4003C
RGB
CMYK
RGB Variations
Color information
#A4003C (or 0xA4003C) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 3C. RGB value is (164,0,60). Sum of RGB (Red+Green+Blue) = 164+0+60=224 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.21% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 164 - color contains mainly: red. Hex color #A4003C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4003C is #5BFFC3. Grayscale: #373737. Windows color (decimal): -6029252 or 3932324. OLE color: 3932324.
HSL color Cylindrical-coordinate representation of color #A4003C: hue angle of 338.05º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A4003C is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.63 | 0.36 |
| HSL | 338.05º | 1% | 0.32% | - |
| HSV(B) | 338.05º | 1% | 0.64% | - |
| XYZ | 16.13 | 8.22 | 5.01 | - |
| YUV | 55.88 | 130.33 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 60 | 0 | 1 | 0.63 | 0.36 | 338.05 | 1 | 0.32 |
| Hex | A4 | 0 | 3C | 0 | 64 | 3F | 24 | 152 | 64 | 20 |
| Octal | 244 | 0 | 74 | 0 | 144 | 77 | 44 | 522 | 144 | 40 |
| Binary | 10100100 | 0 | 111100 | 0 | 1100100 | 111111 | 100100 | 101010010 | 1100100 | 100000 |
Color Harmonies of #A4003C
Complementary color
Monochromatic Colors of #A4003C
Black with #A4003C
Text Example
Text Example
White with #A4003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4003C; }
p { color: rgb(164,0,60); }
H1.HeaderClassName
{
color: #A4003C;
}
.AnyTagClassName
{
color: #A4003C;
}
</style>
background-color css
<style>
a { background-color: #A4003C; }
a { background-color: rgb(164,0,60); }
div.DivClassName
{
background-color: #A4003C;
}
.BgClassName
{
background-color: #A4003C;
}
</style>
border-color css
<style>
span { border-color: #A4003C; }
span { border-color: rgb(164,0,60); }
td.TdClassName
{
border-color: #A4003C;
}
.TagClassName
{
border-color: #A4003C;
}
</style>