Shades of Jazzberry Jam #A3063C
Tints of Jazzberry Jam #A3063C
RGB
CMYK
RGB Variations
Color information
#A3063C (or 0xA3063C) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 3C. RGB value is (163,6,60). Sum of RGB (Red+Green+Blue) = 163+6+60=229 (30% of max value = 765). Red value is 163 (64.06% from 255 or 71.18% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 163 - color contains mainly: red. Hex color #A3063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3063C is #5CF9C3. Grayscale: #3B3B3B. Windows color (decimal): -6093252 or 3933859. OLE color: 3933859.
HSL color Cylindrical-coordinate representation of color #A3063C: hue angle of 339.36º 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 #A3063C is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 6 | 60 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.36 |
| HSL | 339.36º | 0.93% | 0.33% | - |
| HSV(B) | 339.36º | 0.96% | 0.64% | - |
| XYZ | 15.98 | 8.24 | 5.02 | - |
| YUV | 59.1 | 128.51 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 6 | 60 | 0 | 0.96 | 0.63 | 0.36 | 339.36 | 0.93 | 0.33 |
| Hex | A3 | 6 | 3C | 0 | 60 | 3F | 24 | 153 | 5D | 21 |
| Octal | 243 | 6 | 74 | 0 | 140 | 77 | 44 | 523 | 135 | 41 |
| Binary | 10100011 | 110 | 111100 | 0 | 1100000 | 111111 | 100100 | 101010011 | 1011101 | 100001 |
Color Harmonies of #A3063C
Complementary color
Monochromatic Colors of #A3063C
Black with #A3063C
Text Example
Text Example
White with #A3063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3063C; }
p { color: rgb(163,6,60); }
H1.HeaderClassName
{
color: #A3063C;
}
.AnyTagClassName
{
color: #A3063C;
}
</style>
background-color css
<style>
a { background-color: #A3063C; }
a { background-color: rgb(163,6,60); }
div.DivClassName
{
background-color: #A3063C;
}
.BgClassName
{
background-color: #A3063C;
}
</style>
border-color css
<style>
span { border-color: #A3063C; }
span { border-color: rgb(163,6,60); }
td.TdClassName
{
border-color: #A3063C;
}
.TagClassName
{
border-color: #A3063C;
}
</style>