Html Css Color HEX #A4024F Jazzberry Jam

📋 copy color: '#A4024F'

red 164 ◦ green 2 ◦ blue 79

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

Shades of Jazzberry Jam #A4024F

Tints of Jazzberry Jam #A4024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 66.94%
G = 0.82%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A4024F (or 0xA4024F) is known color: Jazzberry Jam. HEX triplet: A4, 02 and 4F. RGB value is (164,2,79). Sum of RGB (Red+Green+Blue) = 164+2+79=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A4024F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4024F is #5BFDB0. Grayscale: #3B3B3B. Windows color (decimal): -6028721 or 5178020. OLE color: 5178020.

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

Color convert

RGB 164 2 79 -
CMYK 0 0.99 0.52 0.36
HSL 331.48º 0.98% 0.33% -
HSV(B) 331.48º 0.99% 0.64% -
XYZ 16.74 8.5 8.16 -
YUV 59.22 139.17 202.74 -
System Red Green Blue C M Y K H S L
Decimal 164 2 79 0 0.99 0.52 0.36 331.48 0.98 0.33
Hex A4 2 4F 0 63 34 24 14B 62 21
Octal 244 2 117 0 143 64 44 513 142 41
Binary 10100100 10 1001111 0 1100011 110100 100100 101001011 1100010 100001

Color Harmonies of #A4024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4024F

Black with #A4024F

Text Example


Text Example

White with #A4024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4024F; }

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

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

background-color css

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

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

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

border-color css

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

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

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