Html Css Color HEX #AC1555 Jazzberry Jam

📋 copy color: '#AC1555'

red 172 ◦ green 21 ◦ blue 85

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

Shades of Jazzberry Jam #AC1555

Tints of Jazzberry Jam #AC1555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 61.87%
G = 7.55%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AC1555 (or 0xAC1555) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 55. RGB value is (172,21,85). Sum of RGB (Red+Green+Blue) = 172+21+85=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1555 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1555 is #53EAAA. Grayscale: #494949. Windows color (decimal): -5499563 or 5576108. OLE color: 5576108.

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

Color convert

RGB 172 21 85 -
CMYK 0 0.88 0.51 0.33
HSL 334.57º 0.78% 0.38% -
HSV(B) 334.57º 0.88% 0.67% -
XYZ 18.92 9.96 9.52 -
YUV 73.45 134.53 198.3 -
System Red Green Blue C M Y K H S L
Decimal 172 21 85 0 0.88 0.51 0.33 334.57 0.78 0.38
Hex AC 15 55 0 58 33 21 14F 4E 26
Octal 254 25 125 0 130 63 41 517 116 46
Binary 10101100 10101 1010101 0 1011000 110011 100001 101001111 1001110 100110

Color Harmonies of #AC1555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1555

Black with #AC1555

Text Example


Text Example

White with #AC1555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1555; }

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

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

background-color css

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

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

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

border-color css

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

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

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