#A40946

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

Shades of Jazzberry Jam #A40946

Tints of Jazzberry Jam #A40946

Color information

#A40946 (or 0xA40946) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 09 and 46. RGB value is (164,9,70). Sum of RGB (Red+Green+Blue) = 164+9+70=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 9 (3.91% from 255 or 3.70% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A40946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40946 is #5BF6B9. Grayscale: #3E3E3E. Windows color (decimal): -6026938 or 4589988. OLE color: 4589988.

HSL color Cylindrical-coordinate representation of color #A40946: hue angle of 336.39º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40946 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB164970-
CMYK00.950.570.36
HSL336.39º89.6%33.92%-
HSV(B)336.39º94.51%64.31%-
XYZ16.518.536.57-
YUV62.3132.35200.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 67.49%
GREEN value IS 9 (3.91% from 255) = 3.70%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=67.49%
G=3.70%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16497000.950.570.36336.3989.633.92
HexA494605F39241505a22
Octal244111060137714452013242
Binary1010010010011000110010111111110011001001010100001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40946; }

 p { color: rgb(164,9,70); }

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

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

 a { background-color: rgb(164,9,70); }

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

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

 span { border-color: rgb(164,9,70); }

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