Shades of Jazzberry Jam #A4063F
Tints of Jazzberry Jam #A4063F
RGB
CMYK
RGB Variations
Color information
#A4063F (or 0xA4063F) is known color: Jazzberry Jam. HEX triplet: A4, 06 and 3F. RGB value is (164,6,63). Sum of RGB (Red+Green+Blue) = 164+6+63=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A4063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4063F is #5BF9C0. Grayscale: #3B3B3B. Windows color (decimal): -6027713 or 4130468. OLE color: 4130468.
HSL color Cylindrical-coordinate representation of color #A4063F: hue angle of 338.35º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4063F is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 63 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.36 |
| HSL | 338.35º | 0.93% | 0.33% | - |
| HSV(B) | 338.35º | 0.96% | 0.64% | - |
| XYZ | 16.27 | 8.38 | 5.46 | - |
| YUV | 59.74 | 129.85 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 63 | 0 | 0.96 | 0.62 | 0.36 | 338.35 | 0.93 | 0.33 |
| Hex | A4 | 6 | 3F | 0 | 60 | 3E | 24 | 152 | 5D | 21 |
| Octal | 244 | 6 | 77 | 0 | 140 | 76 | 44 | 522 | 135 | 41 |
| Binary | 10100100 | 110 | 111111 | 0 | 1100000 | 111110 | 100100 | 101010010 | 1011101 | 100001 |
Color Harmonies of #A4063F
Complementary color
Monochromatic Colors of #A4063F
Black with #A4063F
Text Example
Text Example
White with #A4063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4063F; }
p { color: rgb(164,6,63); }
H1.HeaderClassName
{
color: #A4063F;
}
.AnyTagClassName
{
color: #A4063F;
}
</style>
background-color css
<style>
a { background-color: #A4063F; }
a { background-color: rgb(164,6,63); }
div.DivClassName
{
background-color: #A4063F;
}
.BgClassName
{
background-color: #A4063F;
}
</style>
border-color css
<style>
span { border-color: #A4063F; }
span { border-color: rgb(164,6,63); }
td.TdClassName
{
border-color: #A4063F;
}
.TagClassName
{
border-color: #A4063F;
}
</style>