Shades of Jazzberry Jam #A4003F
Tints of Jazzberry Jam #A4003F
RGB
CMYK
RGB Variations
Color information
#A4003F (or 0xA4003F) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 3F. RGB value is (164,0,63). Sum of RGB (Red+Green+Blue) = 164+0+63=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A4003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4003F is #5BFFC0. Grayscale: #383838. Windows color (decimal): -6029249 or 4128932. OLE color: 4128932.
HSL color Cylindrical-coordinate representation of color #A4003F: hue angle of 336.95º 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 #A4003F is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.62 | 0.36 |
| HSL | 336.95º | 1% | 0.32% | - |
| HSV(B) | 336.95º | 1% | 0.64% | - |
| XYZ | 16.21 | 8.25 | 5.44 | - |
| YUV | 56.22 | 131.83 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 63 | 0 | 1 | 0.62 | 0.36 | 336.95 | 1 | 0.32 |
| Hex | A4 | 0 | 3F | 0 | 64 | 3E | 24 | 151 | 64 | 20 |
| Octal | 244 | 0 | 77 | 0 | 144 | 76 | 44 | 521 | 144 | 40 |
| Binary | 10100100 | 0 | 111111 | 0 | 1100100 | 111110 | 100100 | 101010001 | 1100100 | 100000 |
Color Harmonies of #A4003F
Complementary color
Monochromatic Colors of #A4003F
Black with #A4003F
Text Example
Text Example
White with #A4003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4003F; }
p { color: rgb(164,0,63); }
H1.HeaderClassName
{
color: #A4003F;
}
.AnyTagClassName
{
color: #A4003F;
}
</style>
background-color css
<style>
a { background-color: #A4003F; }
a { background-color: rgb(164,0,63); }
div.DivClassName
{
background-color: #A4003F;
}
.BgClassName
{
background-color: #A4003F;
}
</style>
border-color css
<style>
span { border-color: #A4003F; }
span { border-color: rgb(164,0,63); }
td.TdClassName
{
border-color: #A4003F;
}
.TagClassName
{
border-color: #A4003F;
}
</style>