#A41148

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

Shades of Jazzberry Jam #A41148

Tints of Jazzberry Jam #A41148

Color information

#A41148 (or 0xA41148) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 11 and 48. RGB value is (164,17,72). Sum of RGB (Red+Green+Blue) = 164+17+72=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A41148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41148 is #5BEEB7. Grayscale: #434343. Windows color (decimal): -6024888 or 4723108. OLE color: 4723108.

HSL color Cylindrical-coordinate representation of color #A41148: hue angle of 337.55º 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 #A41148 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1641772-
CMYK00.900.560.36
HSL337.55º81.22%35.49%-
HSV(B)337.55º89.63%64.31%-
XYZ16.688.766.94-
YUV67.22130.7197.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 64.82%
GREEN value IS 17 (7.03% from 255) = 6.72%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=64.82%
G=6.72%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164177200.900.560.36337.5581.2235.49
HexA4114805A38241525123
Octal244211100132704452212143
Binary10100100100011001000010110101110001001001010100101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41148; }

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

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

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

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

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

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

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

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