#A41149

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

Shades of Jazzberry Jam #A41149

Tints of Jazzberry Jam #A41149

Color information

#A41149 (or 0xA41149) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 11 and 49. RGB value is (164,17,73). Sum of RGB (Red+Green+Blue) = 164+17+73=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A41149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41149 is #5BEEB6. Grayscale: #434343. Windows color (decimal): -6024887 or 4788644. OLE color: 4788644.

HSL color Cylindrical-coordinate representation of color #A41149: hue angle of 337.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41149 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1641773-
CMYK00.900.550.36
HSL337.14º81.22%35.49%-
HSV(B)337.14º89.63%64.31%-
XYZ16.718.777.12-
YUV67.34131.2196.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 64.57%
GREEN value IS 17 (7.03% from 255) = 6.69%
BLUE value IS 73 (28.91% from 255) = 28.74%
R=64.57%
G=6.69%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164177300.900.550.36337.1481.2235.49
HexA4114905A37241515123
Octal244211110132674452112143
Binary10100100100011001001010110101101111001001010100011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41149; }

 p { color: rgb(164,17,73); }

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

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

 a { background-color: rgb(164,17,73); }

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

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

 span { border-color: rgb(164,17,73); }

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