Html Css Color HEX #AC1459 Jazzberry Jam

📋 copy color: '#AC1459'

red 172 ◦ green 20 ◦ blue 89

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

Shades of Jazzberry Jam #AC1459

Tints of Jazzberry Jam #AC1459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 61.21%
G = 7.12%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC1459 (or 0xAC1459) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 59. RGB value is (172,20,89). Sum of RGB (Red+Green+Blue) = 172+20+89=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1459 is #53EBA6. Grayscale: #494949. Windows color (decimal): -5499815 or 5837996. OLE color: 5837996.

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

Color convert

RGB 172 20 89 -
CMYK 0 0.88 0.48 0.33
HSL 332.76º 0.79% 0.38% -
HSV(B) 332.76º 0.88% 0.67% -
XYZ 19.07 9.99 10.37 -
YUV 73.31 136.86 198.39 -
System Red Green Blue C M Y K H S L
Decimal 172 20 89 0 0.88 0.48 0.33 332.76 0.79 0.38
Hex AC 14 59 0 58 30 21 14D 4F 26
Octal 254 24 131 0 130 60 41 515 117 46
Binary 10101100 10100 1011001 0 1011000 110000 100001 101001101 1001111 100110

Color Harmonies of #AC1459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1459

Black with #AC1459

Text Example


Text Example

White with #AC1459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1459; }

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

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

background-color css

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

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

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

border-color css

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

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

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