Html Css Color HEX #AC144F Jazzberry Jam

📋 copy color: '#AC144F'

red 172 ◦ green 20 ◦ blue 79

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

Shades of Jazzberry Jam #AC144F

Tints of Jazzberry Jam #AC144F

RGB

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

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

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

R = 63.47%
G = 7.38%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AC144F (or 0xAC144F) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 4F. RGB value is (172,20,79). Sum of RGB (Red+Green+Blue) = 172+20+79=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC144F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC144F is #53EBB0. Grayscale: #484848. Windows color (decimal): -5499825 or 5182636. OLE color: 5182636.

HSL color Cylindrical-coordinate representation of color #AC144F: hue angle of 336.71º 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 #AC144F is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 20 79 -
CMYK 0 0.88 0.54 0.33
HSL 336.71º 0.79% 0.38% -
HSV(B) 336.71º 0.88% 0.67% -
XYZ 18.67 9.84 8.31 -
YUV 72.17 131.86 199.2 -
System Red Green Blue C M Y K H S L
Decimal 172 20 79 0 0.88 0.54 0.33 336.71 0.79 0.38
Hex AC 14 4F 0 58 36 21 151 4F 26
Octal 254 24 117 0 130 66 41 521 117 46
Binary 10101100 10100 1001111 0 1011000 110110 100001 101010001 1001111 100110

Color Harmonies of #AC144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC144F

Black with #AC144F

Text Example


Text Example

White with #AC144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC144F; }

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

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

background-color css

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

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

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

border-color css

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

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

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