Html Css Color HEX #A4034C Jazzberry Jam

📋 copy color: '#A4034C'

red 164 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #A4034C

Tints of Jazzberry Jam #A4034C

RGB

 RED value IS 164 (64.45% from 255) = 67.49%

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 67.49%
G = 1.23%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A4034C (or 0xA4034C) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 4C. RGB value is (164,3,76). Sum of RGB (Red+Green+Blue) = 164+3+76=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A4034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4034C is #5BFCB3. Grayscale: #3B3B3B. Windows color (decimal): -6028468 or 4981668. OLE color: 4981668.

HSL color Cylindrical-coordinate representation of color #A4034C: hue angle of 332.8º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A4034C is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 3 76 -
CMYK 0 0.98 0.54 0.36
HSL 332.8º 0.96% 0.33% -
HSV(B) 332.8º 0.98% 0.64% -
XYZ 16.65 8.48 7.6 -
YUV 59.46 137.34 202.56 -
System Red Green Blue C M Y K H S L
Decimal 164 3 76 0 0.98 0.54 0.36 332.8 0.96 0.33
Hex A4 3 4C 0 62 36 24 14D 60 21
Octal 244 3 114 0 142 66 44 515 140 41
Binary 10100100 11 1001100 0 1100010 110110 100100 101001101 1100000 100001

Color Harmonies of #A4034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4034C

Black with #A4034C

Text Example


Text Example

White with #A4034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4034C; }

 p { color: rgb(164,3,76); }

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

background-color css

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

 a { background-color: rgb(164,3,76); }

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

border-color css

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

 span { border-color: rgb(164,3,76); }

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