#A6064D

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

Shades of Jazzberry Jam #A6064D

Tints of Jazzberry Jam #A6064D

Color information

#A6064D (or 0xA6064D) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 06 and 4D. RGB value is (166,6,77). Sum of RGB (Red+Green+Blue) = 166+6+77=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6064D is #59F9B2. Grayscale: #3D3D3D. Windows color (decimal): -5896627 or 5047974. OLE color: 5047974.

HSL color Cylindrical-coordinate representation of color #A6064D: hue angle of 333.38º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6064D is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB166677-
CMYK00.960.540.35
HSL333.38º93.02%33.73%-
HSV(B)333.38º96.39%65.1%-
XYZ17.138.777.81-
YUV61.93136.51202.23-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.67%
GREEN value IS 6 (2.73% from 255) = 2.41%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=66.67%
G=2.41%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16667700.960.540.35333.3893.0233.73
HexA664D060362314d5d22
Octal24661150140664351513542
Binary101001101101001101011000001101101000111010011011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6064D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6064D; }

 p { color: rgb(166,6,77); }

 H1.HeaderClassName
 {
   color: #A6064D;
 }
 .AnyTagClassName
 {
   color: #A6064D;
 }
</style>
background-color css

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

 a { background-color: rgb(166,6,77); }

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

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

 span { border-color: rgb(166,6,77); }

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