Html Css Color HEX #A4024D Jazzberry Jam

📋 copy color: '#A4024D'

red 164 ◦ green 2 ◦ blue 77

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

Shades of Jazzberry Jam #A4024D

Tints of Jazzberry Jam #A4024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

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

R = 67.49%
G = 0.82%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A4024D (or 0xA4024D) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 4D. RGB value is (164,2,77). Sum of RGB (Red+Green+Blue) = 164+2+77=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A4024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4024D is #5BFDB2. Grayscale: #3A3A3A. Windows color (decimal): -6028723 or 5046948. OLE color: 5046948.

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

Color convert

RGB 164 2 77 -
CMYK 0 0.99 0.53 0.36
HSL 332.22º 0.98% 0.33% -
HSV(B) 332.22º 0.99% 0.64% -
XYZ 16.67 8.47 7.78 -
YUV 58.99 138.17 202.9 -
System Red Green Blue C M Y K H S L
Decimal 164 2 77 0 0.99 0.53 0.36 332.22 0.98 0.33
Hex A4 2 4D 0 63 35 24 14C 62 21
Octal 244 2 115 0 143 65 44 514 142 41
Binary 10100100 10 1001101 0 1100011 110101 100100 101001100 1100010 100001

Color Harmonies of #A4024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4024D

Black with #A4024D

Text Example


Text Example

White with #A4024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4024D; }

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

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

background-color css

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

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

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

border-color css

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

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

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