Html Css Color HEX #AC1553 Jazzberry Jam

📋 copy color: '#AC1553'

red 172 ◦ green 21 ◦ blue 83

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

Shades of Jazzberry Jam #AC1553

Tints of Jazzberry Jam #AC1553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.61%

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

R = 62.32%
G = 7.61%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#AC1553 (or 0xAC1553) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 53. RGB value is (172,21,83). Sum of RGB (Red+Green+Blue) = 172+21+83=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1553 is #53EAAC. Grayscale: #494949. Windows color (decimal): -5499565 or 5445036. OLE color: 5445036.

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

Color convert

RGB 172 21 83 -
CMYK 0 0.88 0.52 0.33
HSL 335.36º 0.78% 0.38% -
HSV(B) 335.36º 0.88% 0.67% -
XYZ 18.84 9.93 9.11 -
YUV 73.22 133.53 198.46 -
System Red Green Blue C M Y K H S L
Decimal 172 21 83 0 0.88 0.52 0.33 335.36 0.78 0.38
Hex AC 15 53 0 58 34 21 14F 4E 26
Octal 254 25 123 0 130 64 41 517 116 46
Binary 10101100 10101 1010011 0 1011000 110100 100001 101001111 1001110 100110

Color Harmonies of #AC1553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1553

Black with #AC1553

Text Example


Text Example

White with #AC1553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1553; }

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

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

background-color css

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

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

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

border-color css

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

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

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