Html Css Color HEX #AC1461 Jazzberry Jam

📋 copy color: '#AC1461'

red 172 ◦ green 20 ◦ blue 97

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

Shades of Jazzberry Jam #AC1461

Tints of Jazzberry Jam #AC1461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.56%

R = 59.52%
G = 6.92%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AC1461 (or 0xAC1461) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 61. RGB value is (172,20,97). Sum of RGB (Red+Green+Blue) = 172+20+97=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1461 is #53EB9E. Grayscale: #4A4A4A. Windows color (decimal): -5499807 or 6362284. OLE color: 6362284.

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

Color convert

RGB 172 20 97 -
CMYK 0 0.88 0.44 0.33
HSL 329.61º 0.79% 0.38% -
HSV(B) 329.61º 0.88% 0.67% -
XYZ 19.42 10.13 12.24 -
YUV 74.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 172 20 97 0 0.88 0.44 0.33 329.61 0.79 0.38
Hex AC 14 61 0 58 2C 21 14A 4F 26
Octal 254 24 141 0 130 54 41 512 117 46
Binary 10101100 10100 1100001 0 1011000 101100 100001 101001010 1001111 100110

Color Harmonies of #AC1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1461

Black with #AC1461

Text Example


Text Example

White with #AC1461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1461; }

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

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

background-color css

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

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

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

border-color css

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

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

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