Html Css Color HEX #AC1953 Jazzberry Jam

📋 copy color: '#AC1953'

red 172 ◦ green 25 ◦ blue 83

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

Shades of Jazzberry Jam #AC1953

Tints of Jazzberry Jam #AC1953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.64%

R = 61.43%
G = 8.93%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC1953 (or 0xAC1953) is known color: Jazzberry Jam. HEX triplet: AC, 19 and 53. RGB value is (172,25,83). Sum of RGB (Red+Green+Blue) = 172+25+83=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 83 (32.81% from 255 or 29.64% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1953 is #53E6AC. Grayscale: #4B4B4B. Windows color (decimal): -5498541 or 5446060. OLE color: 5446060.

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

Color convert

RGB 172 25 83 -
CMYK 0 0.85 0.52 0.33
HSL 336.33º 0.75% 0.39% -
HSV(B) 336.33º 0.85% 0.67% -
XYZ 18.92 10.09 9.13 -
YUV 75.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 172 25 83 0 0.85 0.52 0.33 336.33 0.75 0.39
Hex AC 19 53 0 55 34 21 150 4B 27
Octal 254 31 123 0 125 64 41 520 113 47
Binary 10101100 11001 1010011 0 1010101 110100 100001 101010000 1001011 100111

Color Harmonies of #AC1953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1953

Black with #AC1953

Text Example


Text Example

White with #AC1953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1953; }

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

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

background-color css

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

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

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

border-color css

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

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

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