#A3064A

Color #A3064A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A3064A

Tints of Jazzberry Jam #A3064A

Color information

#A3064A (or 0xA3064A) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 06 and 4A. RGB value is (163,6,74). Sum of RGB (Red+Green+Blue) = 163+6+74=243 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.08% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 163 - color contains mainly: red. Hex color #A3064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3064A is #5CF9B5. Grayscale: #3C3C3C. Windows color (decimal): -6093238 or 4851363. OLE color: 4851363.

HSL color Cylindrical-coordinate representation of color #A3064A: hue angle of 334.01º 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 #A3064A is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB163674-
CMYK00.960.550.36
HSL334.01º92.9%33.14%-
HSV(B)334.01º96.32%63.92%-
XYZ16.418.417.24-
YUV60.69135.51200.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 163 (64.06% from 255) = 67.08%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=67.08%
G=2.47%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16367400.960.550.36334.0192.933.14
HexA364A060372414e5d21
Octal24361120140674451613541
Binary101000111101001010011000001101111001001010011101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3064A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3064A; }

 p { color: rgb(163,6,74); }

 H1.HeaderClassName
 {
   color: #A3064A;
 }
 .AnyTagClassName
 {
   color: #A3064A;
 }
</style>
background-color css

<style>
 a { background-color: #A3064A; }

 a { background-color: rgb(163,6,74); }

 div.DivClassName
 {
   background-color: #A3064A;
 }
 .BgClassName
 {
   background-color: #A3064A;
 }
</style>
border-color css

<style>
 span { border-color: #A3064A; }

 span { border-color: rgb(163,6,74); }

 td.TdClassName
 {
   border-color: #A3064A;
 }
 .TagClassName
 {
   border-color: #A3064A;
 }
</style>