Html Css Color HEX #A3064C Jazzberry Jam

📋 copy color: '#A3064C'

red 163 ◦ green 6 ◦ blue 76

#A3064C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A3064C

Tints of Jazzberry Jam #A3064C

RGB

 RED value IS 163 (64.06% from 255) = 66.53%

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 66.53%
G = 2.45%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A3064C (or 0xA3064C) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 4C. RGB value is (163,6,76). Sum of RGB (Red+Green+Blue) = 163+6+76=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A3064C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3064C is #5CF9B3. Grayscale: #3C3C3C. Windows color (decimal): -6093236 or 4982435. OLE color: 4982435.

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

Color convert

RGB 163 6 76 -
CMYK 0 0.96 0.53 0.36
HSL 333.25º 0.93% 0.33% -
HSV(B) 333.25º 0.96% 0.64% -
XYZ 16.47 8.44 7.6 -
YUV 60.92 136.51 200.81 -
System Red Green Blue C M Y K H S L
Decimal 163 6 76 0 0.96 0.53 0.36 333.25 0.93 0.33
Hex A3 6 4C 0 60 35 24 14D 5D 21
Octal 243 6 114 0 140 65 44 515 135 41
Binary 10100011 110 1001100 0 1100000 110101 100100 101001101 1011101 100001

Color Harmonies of #A3064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3064C

Black with #A3064C

Text Example


Text Example

White with #A3064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3064C; }

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

 H1.HeaderClassName
 {
   color: #A3064C;
 }
 .AnyTagClassName
 {
   color: #A3064C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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