Html Css Color HEX #AC1959 Jazzberry Jam

📋 copy color: '#AC1959'

red 172 ◦ green 25 ◦ blue 89

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

Shades of Jazzberry Jam #AC1959

Tints of Jazzberry Jam #AC1959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.74%

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

R = 60.14%
G = 8.74%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#AC1959 (or 0xAC1959) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 59. RGB value is (172,25,89). Sum of RGB (Red+Green+Blue) = 172+25+89=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1959 is #53E6A6. Grayscale: #4C4C4C. Windows color (decimal): -5498535 or 5839276. OLE color: 5839276.

HSL color Cylindrical-coordinate representation of color #AC1959: hue angle of 333.88º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1959 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 89 -
CMYK 0 0.85 0.48 0.33
HSL 333.88º 0.75% 0.39% -
HSV(B) 333.88º 0.85% 0.67% -
XYZ 19.16 10.19 10.41 -
YUV 76.25 135.2 196.3 -
System Red Green Blue C M Y K H S L
Decimal 172 25 89 0 0.85 0.48 0.33 333.88 0.75 0.39
Hex AC 19 59 0 55 30 21 14E 4B 27
Octal 254 31 131 0 125 60 41 516 113 47
Binary 10101100 11001 1011001 0 1010101 110000 100001 101001110 1001011 100111

Color Harmonies of #AC1959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1959

Black with #AC1959

Text Example


Text Example

White with #AC1959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1959; }

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

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

background-color css

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

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

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

border-color css

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

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

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