Html Css Color HEX #AC1547 Jazzberry Jam

📋 copy color: '#AC1547'

red 172 ◦ green 21 ◦ blue 71

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

Shades of Jazzberry Jam #AC1547

Tints of Jazzberry Jam #AC1547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.89%

R = 65.15%
G = 7.95%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC1547 (or 0xAC1547) is known color: Jazzberry Jam. HEX triplet: AC, 15 and 47. RGB value is (172,21,71). Sum of RGB (Red+Green+Blue) = 172+21+71=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1547 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1547 is #53EAB8. Grayscale: #474747. Windows color (decimal): -5499577 or 4658604. OLE color: 4658604.

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

Color convert

RGB 172 21 71 -
CMYK 0 0.88 0.59 0.33
HSL 340.13º 0.78% 0.38% -
HSV(B) 340.13º 0.88% 0.67% -
XYZ 18.42 9.76 6.87 -
YUV 71.85 127.53 199.43 -
System Red Green Blue C M Y K H S L
Decimal 172 21 71 0 0.88 0.59 0.33 340.13 0.78 0.38
Hex AC 15 47 0 58 3B 21 154 4E 26
Octal 254 25 107 0 130 73 41 524 116 46
Binary 10101100 10101 1000111 0 1011000 111011 100001 101010100 1001110 100110

Color Harmonies of #AC1547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1547

Black with #AC1547

Text Example


Text Example

White with #AC1547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1547; }

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

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

background-color css

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

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

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

border-color css

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

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

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