Html Css Color HEX #A4064D Jazzberry Jam

📋 copy color: '#A4064D'

red 164 ◦ green 6 ◦ blue 77

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

Shades of Jazzberry Jam #A4064D

Tints of Jazzberry Jam #A4064D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.17%

R = 66.4%
G = 2.43%
B = 31.17%

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

#A4064D (or 0xA4064D) is known color: Jazzberry Jam. HEX triplet: A4, 06 and 4D. RGB value is (164,6,77). Sum of RGB (Red+Green+Blue) = 164+6+77=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A4064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4064D is #5BF9B2. Grayscale: #3D3D3D. Windows color (decimal): -6027699 or 5047972. OLE color: 5047972.

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

Color convert

RGB 164 6 77 -
CMYK 0 0.96 0.53 0.36
HSL 333.04º 0.93% 0.33% -
HSV(B) 333.04º 0.96% 0.64% -
XYZ 16.71 8.56 7.79 -
YUV 61.34 136.85 201.23 -
System Red Green Blue C M Y K H S L
Decimal 164 6 77 0 0.96 0.53 0.36 333.04 0.93 0.33
Hex A4 6 4D 0 60 35 24 14D 5D 21
Octal 244 6 115 0 140 65 44 515 135 41
Binary 10100100 110 1001101 0 1100000 110101 100100 101001101 1011101 100001

Color Harmonies of #A4064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4064D

Black with #A4064D

Text Example


Text Example

White with #A4064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4064D; }

 p { color: rgb(164,6,77); }

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

background-color css

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

 a { background-color: rgb(164,6,77); }

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

border-color css

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

 span { border-color: rgb(164,6,77); }

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