Html Css Color HEX #AC134D Jazzberry Jam

📋 copy color: '#AC134D'

red 172 ◦ green 19 ◦ blue 77

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

Shades of Jazzberry Jam #AC134D

Tints of Jazzberry Jam #AC134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 64.18%
G = 7.09%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AC134D (or 0xAC134D) is known color: Jazzberry Jam. HEX triplet: AC, 13 and 4D. RGB value is (172,19,77). Sum of RGB (Red+Green+Blue) = 172+19+77=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC134D is #53ECB2. Grayscale: #474747. Windows color (decimal): -5500083 or 5051308. OLE color: 5051308.

HSL color Cylindrical-coordinate representation of color #AC134D: hue angle of 337.25º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC134D is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 19 77 -
CMYK 0 0.89 0.55 0.33
HSL 337.25º 0.8% 0.37% -
HSV(B) 337.25º 0.89% 0.67% -
XYZ 18.59 9.77 7.93 -
YUV 71.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 172 19 77 0 0.89 0.55 0.33 337.25 0.8 0.37
Hex AC 13 4D 0 59 37 21 151 50 25
Octal 254 23 115 0 131 67 41 521 120 45
Binary 10101100 10011 1001101 0 1011001 110111 100001 101010001 1010000 100101

Color Harmonies of #AC134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC134D

Black with #AC134D

Text Example


Text Example

White with #AC134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC134D; }

 p { color: rgb(172,19,77); }

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

background-color css

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

 a { background-color: rgb(172,19,77); }

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

border-color css

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

 span { border-color: rgb(172,19,77); }

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