#AC0641

Color #AC0641 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #AC0641

Tints of Jazzberry Jam #AC0641

Color information

#AC0641 (or 0xAC0641) is unknown color: approx 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

RGB172665-
CMYK00.970.620.33
HSL338.67º93.26%34.9%-
HSV(B)338.67º96.51%67.45%-
XYZ18.039.285.84-
YUV62.36129.5206.2-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17266500.970.620.33338.6793.2634.9
HexAC6410613E211535d23
Octal25461010141764152313543
Binary101011001101000001011000011111101000011010100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>