Html Css Color HEX #AC064D Jazzberry Jam

📋 copy color: '#AC064D'

red 172 ◦ green 6 ◦ blue 77

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

Shades of Jazzberry Jam #AC064D

Tints of Jazzberry Jam #AC064D

RGB

 RED value IS 172 (67.58% from 255) = 67.45%

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

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

R = 67.45%
G = 2.35%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC064D (or 0xAC064D) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 4D. RGB value is (172,6,77). Sum of RGB (Red+Green+Blue) = 172+6+77=255 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.45% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 172 - color contains mainly: red. Hex color #AC064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC064D is #53F9B2. Grayscale: #3F3F3F. Windows color (decimal): -5503411 or 5047980. OLE color: 5047980.

HSL color Cylindrical-coordinate representation of color #AC064D: hue angle of 334.34º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC064D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 6 77 -
CMYK 0 0.97 0.55 0.33
HSL 334.34º 0.93% 0.35% -
HSV(B) 334.34º 0.97% 0.67% -
XYZ 18.42 9.44 7.87 -
YUV 63.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 172 6 77 0 0.97 0.55 0.33 334.34 0.93 0.35
Hex AC 6 4D 0 61 37 21 14E 5D 23
Octal 254 6 115 0 141 67 41 516 135 43
Binary 10101100 110 1001101 0 1100001 110111 100001 101001110 1011101 100011

Color Harmonies of #AC064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC064D

Black with #AC064D

Text Example


Text Example

White with #AC064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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