Html Css Color HEX #AC144D Jazzberry Jam

📋 copy color: '#AC144D'

red 172 ◦ green 20 ◦ blue 77

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

Shades of Jazzberry Jam #AC144D

Tints of Jazzberry Jam #AC144D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 63.94%
G = 7.43%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC144D (or 0xAC144D) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 4D. RGB value is (172,20,77). Sum of RGB (Red+Green+Blue) = 172+20+77=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC144D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC144D is #53EBB2. Grayscale: #474747. Windows color (decimal): -5499827 or 5051564. OLE color: 5051564.

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

Color convert

RGB 172 20 77 -
CMYK 0 0.88 0.55 0.33
HSL 337.5º 0.79% 0.38% -
HSV(B) 337.5º 0.88% 0.67% -
XYZ 18.6 9.81 7.93 -
YUV 71.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 172 20 77 0 0.88 0.55 0.33 337.5 0.79 0.38
Hex AC 14 4D 0 58 37 21 152 4F 26
Octal 254 24 115 0 130 67 41 522 117 46
Binary 10101100 10100 1001101 0 1011000 110111 100001 101010010 1001111 100110

Color Harmonies of #AC144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC144D

Black with #AC144D

Text Example


Text Example

White with #AC144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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