Html Css Color HEX #AC0640 Jazzberry Jam

📋 copy color: '#AC0640'

red 172 ◦ green 6 ◦ blue 64

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

Shades of Jazzberry Jam #AC0640

Tints of Jazzberry Jam #AC0640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 71.07%
G = 2.48%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC0640 (or 0xAC0640) is known color: Jazzberry Jam. HEX triplet: AC, 06 and 40. RGB value is (172,6,64). Sum of RGB (Red+Green+Blue) = 172+6+64=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 6 (2.73% from 255 or 2.48% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0640 is #53F9BF. Grayscale: #3E3E3E. Windows color (decimal): -5503424 or 4196012. OLE color: 4196012.

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

Color convert

RGB 172 6 64 -
CMYK 0 0.97 0.63 0.33
HSL 339.04º 0.93% 0.35% -
HSV(B) 339.04º 0.97% 0.67% -
XYZ 18 9.27 5.69 -
YUV 62.25 129 206.28 -
System Red Green Blue C M Y K H S L
Decimal 172 6 64 0 0.97 0.63 0.33 339.04 0.93 0.35
Hex AC 6 40 0 61 3F 21 153 5D 23
Octal 254 6 100 0 141 77 41 523 135 43
Binary 10101100 110 1000000 0 1100001 111111 100001 101010011 1011101 100011

Color Harmonies of #AC0640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0640

Black with #AC0640

Text Example


Text Example

White with #AC0640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0640; }

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

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

background-color css

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

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

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

border-color css

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

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

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