Html Css Color HEX #AC1447 Jazzberry Jam

📋 copy color: '#AC1447'

red 172 ◦ green 20 ◦ blue 71

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

Shades of Jazzberry Jam #AC1447

Tints of Jazzberry Jam #AC1447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

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

R = 65.4%
G = 7.6%
B = 27%

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

#AC1447 (or 0xAC1447) is known color: Jazzberry Jam. HEX triplet: AC, 14 and 47. RGB value is (172,20,71). Sum of RGB (Red+Green+Blue) = 172+20+71=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1447 is #53EBB8. Grayscale: #474747. Windows color (decimal): -5499833 or 4658348. OLE color: 4658348.

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

Color convert

RGB 172 20 71 -
CMYK 0 0.88 0.59 0.33
HSL 339.87º 0.79% 0.38% -
HSV(B) 339.87º 0.88% 0.67% -
XYZ 18.4 9.73 6.87 -
YUV 71.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 172 20 71 0 0.88 0.59 0.33 339.87 0.79 0.38
Hex AC 14 47 0 58 3B 21 154 4F 26
Octal 254 24 107 0 130 73 41 524 117 46
Binary 10101100 10100 1000111 0 1011000 111011 100001 101010100 1001111 100110

Color Harmonies of #AC1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1447

Black with #AC1447

Text Example


Text Example

White with #AC1447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1447; }

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

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

background-color css

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

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

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

border-color css

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

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

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