Html Css Color HEX #AC0641 Jazzberry Jam

📋 copy color: '#AC0641'

red 172 ◦ green 6 ◦ blue 65

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

Shades of Jazzberry Jam #AC0641

Tints of Jazzberry Jam #AC0641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

 BLUE value IS 65 (25.78% from 255) = 26.75%

R = 70.78%
G = 2.47%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC0641 (or 0xAC0641) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 41. RGB value is (172,6,65). Sum of RGB (Red+Green+Blue) = 172+6+65=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 65 (25.78% from 255 or 26.75% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0641 is #53F9BE. Grayscale: #3E3E3E. Windows color (decimal): -5503423 or 4261548. OLE color: 4261548.

HSL color Cylindrical-coordinate representation of color #AC0641: hue angle of 338.67º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0641 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 6 65 -
CMYK 0 0.97 0.62 0.33
HSL 338.67º 0.93% 0.35% -
HSV(B) 338.67º 0.97% 0.67% -
XYZ 18.03 9.28 5.84 -
YUV 62.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 172 6 65 0 0.97 0.62 0.33 338.67 0.93 0.35
Hex AC 6 41 0 61 3E 21 153 5D 23
Octal 254 6 101 0 141 76 41 523 135 43
Binary 10101100 110 1000001 0 1100001 111110 100001 101010011 1011101 100011

Color Harmonies of #AC0641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0641

Black with #AC0641

Text Example


Text Example

White with #AC0641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0641; }

 p { color: rgb(172,6,65); }

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

background-color css

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

 a { background-color: rgb(172,6,65); }

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

border-color css

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

 span { border-color: rgb(172,6,65); }

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